Class | Description |
---|---|
TableSetParser |
Let parse an XML document representing a table set, and return the corresponding
TAPMetadata instance. |
TableSetParser.ForeignKey |
Intermediary representation of a Foreign Key.
|
TAPColumn |
Represent a column as described by the IVOA standard in the TAP protocol definition.
|
TAPCoosys |
Definition of a coordinate system.
|
TAPForeignKey | |
TAPMetadata |
Let listing all schemas, tables and columns available in a TAP service.
|
TAPMetadata.TAPTableIterator |
Let iterating over the list of all tables contained in a given
TAPMetadata object. |
TAPSchema |
Represent a schema as described by the IVOA standard in the TAP protocol definition.
|
TAPTable |
Represent a table as described by the IVOA standard in the TAP protocol definition.
|
VotType |
Describes a full VOTable type.
|
Enum | Description |
---|---|
TAPMetadata.STDSchema |
Enumeration of all schemas defined in the TAP standard.
|
TAPMetadata.STDTable |
Enumeration of all tables of TAP_SCHEMA.
|
TAPTable.TableType |
Different types of table according to the TAP protocol.
|
VotType.VotDatatype |
All possible values for a VOTable datatype (i.e.
|