Package | Description |
---|---|
adql.db |
Modifier and Type | Field and Description |
---|---|
static STCS.Frame |
STCS.Frame.DEFAULT
Default value for a frame:
UNKNOWNFRAME . |
STCS.Frame |
STCS.CoordSys.frame
First item of a coordinate system expression: the frame.
|
Modifier and Type | Method and Description |
---|---|
static STCS.Frame |
STCS.Frame.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STCS.Frame[] |
STCS.Frame.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.
|