Uses of Enum
adql.db.STCS.RefPos
Packages that use STCS.RefPos
-
Uses of STCS.RefPos in adql.db
Fields in adql.db declared as STCS.RefPosModifier and TypeFieldDescriptionstatic final STCS.RefPos
STCS.RefPos.DEFAULT
Default value for a reference position:UNKNOWNREFPOS
.final STCS.RefPos
STCS.CoordSys.refpos
Second item of a coordinate system expression: the reference position.Methods in adql.db that return STCS.RefPosModifier and TypeMethodDescriptionstatic STCS.RefPos
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.RefPosModifierConstructorDescriptionCoordSys
(STCS.Frame fr, STCS.RefPos rp, STCS.Flavor fl) Build a coordinate system with the given parts.