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