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