Uses of Enum
adql.db.STCS.Frame
Packages that use STCS.Frame
-
Uses of STCS.Frame in adql.db
Fields in adql.db declared as STCS.FrameModifier and TypeFieldDescriptionstatic final STCS.Frame
STCS.Frame.DEFAULT
Default value for a frame:UNKNOWNFRAME
.final STCS.Frame
STCS.CoordSys.frame
First item of a coordinate system expression: the frame.Methods in adql.db that return STCS.FrameModifier and TypeMethodDescriptionstatic STCS.Frame
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.Constructors in adql.db with parameters of type STCS.FrameModifierConstructorDescriptionCoordSys
(STCS.Frame fr, STCS.RefPos rp, STCS.Flavor fl) Build a coordinate system with the given parts.