Uses of Class
adql.db.STCS.RegionType
-
Packages that use STCS.RegionType Package Description adql.db -
-
Uses of STCS.RegionType in adql.db
Fields in adql.db declared as STCS.RegionType Modifier and Type Field Description STCS.RegionType
STCS.Region. type
Type of the region.Methods in adql.db that return STCS.RegionType Modifier and Type Method Description static STCS.RegionType
STCS.RegionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static STCS.RegionType[]
STCS.RegionType. 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.RegionType Constructor Description Region(STCS.RegionType unionOrIntersection, STCS.CoordSys coordSys, STCS.Region[] regions)
Constructor for a UNION or INTERSECTION region.
-