Package | Description |
---|---|
adql.db |
Modifier and Type | Field and 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 and 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 and Description |
---|
CoordSys(STCS.Frame fr,
STCS.RefPos rp,
STCS.Flavor fl)
Build a coordinate system with the given parts.
|