uk.ac.starlink.votable
Class DataFormat

java.lang.Object
  extended byuk.ac.starlink.votable.DataFormat

public class DataFormat
extends Object

Class of objects representing the different serialization formats into which VOTable cell data can be written. This class exemplifies the typesafe enum pattern.


Field Summary
static DataFormat BINARY
          Raw binary format.
static DataFormat FITS
          FITS format.
static DataFormat TABLEDATA
          TABLEDATA format (pure XML).
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TABLEDATA

public static final DataFormat TABLEDATA
TABLEDATA format (pure XML).


FITS

public static final DataFormat FITS
FITS format.


BINARY

public static final DataFormat BINARY
Raw binary format.

Method Detail

toString

public String toString()

Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved.