Package | Description |
---|---|
tap.db | |
tap.metadata |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<java.lang.String,TAPCoosys> |
JDBCConnection.loadCoosys(TAPTable tableDef,
TAPMetadata metadata,
java.sql.Statement stmt)
Load all coordinate systems declared in the TAP_SCHEMA.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JDBCConnection.loadColumns(TAPTable tableDef,
java.util.List<TAPTable> lstTables,
java.util.Map<java.lang.String,TAPCoosys> mapCoosys,
java.sql.Statement stmt)
Load into the corresponding tables all columns listed in TAP_SCHEMA.columns.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,TAPCoosys> |
TAPMetadata.coordinateSystems
List of all coordinate systems used by columns published in the TAP_SCHEMA.
|
Modifier and Type | Method and Description |
---|---|
TAPCoosys |
TAPMetadata.addCoosys(TAPCoosys newCoosys)
Add the given coordinate system definition.
|
TAPCoosys |
TAPColumn.getCoosys()
Get the used coordinate system.
|
TAPCoosys |
TAPMetadata.getCoosys(java.lang.String coosysId)
Get the coordinate system definition associated with the given ID.
|
TAPCoosys |
TAPMetadata.removeCoosys(java.lang.String coosysId)
Remove the coordinate system declared with the given ID.
|
Modifier and Type | Method and Description |
---|---|
TAPCoosys |
TAPMetadata.addCoosys(TAPCoosys newCoosys)
Add the given coordinate system definition.
|
void |
TAPColumn.setCoosys(TAPCoosys newCoosys)
Set the the coordinate system to use.
|