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