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.FrameSTCS.Frame.DEFAULTDefault value for a frame:UNKNOWNFRAME.final STCS.FrameSTCS.CoordSys.frameFirst item of a coordinate system expression: the frame.Methods in adql.db that return STCS.FrameModifier and TypeMethodDescriptionstatic STCS.FrameReturns 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.