Package | Description |
---|---|
adql.db |
Modifier and Type | Field and Description |
---|---|
static STCS.RefPos |
STCS.RefPos.DEFAULT
Default value for a reference position:
UNKNOWNREFPOS . |
STCS.RefPos |
STCS.CoordSys.refpos
Second item of a coordinate system expression: the reference position.
|
Modifier and Type | Method and Description |
---|---|
static STCS.RefPos |
STCS.RefPos.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STCS.RefPos[] |
STCS.RefPos.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CoordSys(STCS.Frame fr,
STCS.RefPos rp,
STCS.Flavor fl)
Build a coordinate system with the given parts.
|