Package | Description |
---|---|
tap | |
tap.config | |
tap.formatter |
Modifier and Type | Method and Description |
---|---|
protected OutputFormat |
ADQLExecutor.getFormatter()
Get the object to use in order to write the query result in the appropriate format
(either the asked one, or else VOTable).
|
OutputFormat |
ServiceConnection.getOutputFormat(java.lang.String mimeOrAlias)
[MANDATORY]
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<OutputFormat> |
ServiceConnection.getOutputFormats()
[MANDATORY]
|
Modifier and Type | Method and Description |
---|---|
protected void |
ADQLExecutor.writeResult(TableIterator queryResult,
OutputFormat formatter,
java.io.OutputStream output)
Format and write the given result in the given output with the given formatter.
|
Modifier and Type | Method and Description |
---|---|
OutputFormat |
ConfigurableServiceConnection.getOutputFormat(java.lang.String mimeOrAlias) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<OutputFormat> |
ConfigurableServiceConnection.getOutputFormats() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableServiceConnection.addOutputFormat(OutputFormat newOutputFormat)
Add the given
OutputFormat in the list of output formats supported by the TAP service. |
Modifier and Type | Class and Description |
---|---|
class |
FITSFormat
Format any given query (table) result into FITS.
|
class |
HTMLFormat
Format any given query (table) result into HTML.
|
class |
JSONFormat
Format any given query (table) result into JSON.
|
class |
SVFormat
Format any given query (table) result into CSV or TSV (or with custom separator).
|
class |
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).
|
class |
VOTableFormat
Format any given query (table) result into VOTable.
|