Uses of Class
adql.db.STCS.RefPos
-
Packages that use STCS.RefPos Package Description adql.db -
-
Uses of STCS.RefPos in adql.db
Fields in adql.db declared as STCS.RefPos Modifier and Type Field 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.Methods in adql.db that return STCS.RefPos Modifier and Type Method 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.Constructors in adql.db with parameters of type STCS.RefPos Constructor Description CoordSys(STCS.Frame fr, STCS.RefPos rp, STCS.Flavor fl)
Build a coordinate system with the given parts.
-