Interface | Description |
---|---|
OutputFormat |
Describes an output format and formats a given query result into this format.
|
Class | Description |
---|---|
FITSFormat |
Format any given query (table) result into FITS.
|
HTMLFormat |
Format any given query (table) result into HTML.
|
JSONFormat |
Format any given query (table) result into JSON.
|
SVFormat |
Format any given query (table) result into CSV or TSV (or with custom separator).
|
TextFormat |
Format any given query (table) result into a simple table ASCII
representation (columns' width are adjusted so that all columns are well
aligned and of the same width).
|
TextFormat.LineFormatter |
Lets format a line and then write it in the given
BufferedWriter . |
VOTableFormat |
Format any given query (table) result into VOTable.
|
VOTableFormat.LimitedStarTable |
Special
StarTable able to read a fixed maximum number of rows TableIterator . |