public interface VizierTable
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,Object>> |
getData()
Returns the data in the table.
|
Map<String,String> |
getDataDescription()
Returns a description of the data.
|
String |
getDescription()
A lengthy description of the table.
|
String |
getID()
Returns the unique ID of this table.
|
String |
getName()
Returns the name of this table.
|
List<Map<String,Object>> getData()
algebra.Complex is considered a Number in this case.Map<String,String> getDataDescription()
getData() list, but in this map these
keys are linked to String-descriptions of the meaning of the data.String getID()
String getName()
String getDescription()