public interface StarDatabase
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogID()
Return the String asociated with this database most commonly used
catalog identifier.
|
String |
getColorID()
Return the String describing the color-index field.
|
String |
getDecID()
Returns the String describing the declination field.
|
String |
getIndexID()
Return the index identifier.
|
String |
getMagID()
Returns the String describing the magnitude field.
|
String |
getProperMotionDecID()
Return the String describing the proper motion in declination.
|
String |
getProperMotionRaID()
Return the String describing the proper motion in right ascension.
|
String |
getRaID()
Returns the String in this table that stands for the right ascension.
|
String |
getSpectralID()
Returns the String describing the spectral-class field.
|
String getRaID()
String getDecID()
String getMagID()
String getSpectralID()
String getColorID()
String getProperMotionRaID()
String getProperMotionDecID()
String getIndexID()
String getCatalogID()