Uses of Class
adql.db.STCS.Frame
-
Packages that use STCS.Frame Package Description adql.db -
-
Uses of STCS.Frame in adql.db
Fields in adql.db declared as STCS.Frame Modifier and Type Field Description static STCS.Frame
STCS.Frame. DEFAULT
Default value for a frame:UNKNOWNFRAME
.STCS.Frame
STCS.CoordSys. frame
First item of a coordinate system expression: the frame.Methods in adql.db that return STCS.Frame Modifier and Type Method Description static STCS.Frame
STCS.Frame. valueOf(java.lang.String name)
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.Frame Constructor Description CoordSys(STCS.Frame fr, STCS.RefPos rp, STCS.Flavor fl)
Build a coordinate system with the given parts.
-