Package | Description |
---|---|
adql.db |
Modifier and Type | Field | Description |
---|---|---|
STCS.RegionType |
STCS.Region.type |
Type of the region.
|
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.
|
Constructor | Description |
---|---|
Region(STCS.RegionType unionOrIntersection,
STCS.CoordSys coordSys,
STCS.Region[] regions) |
Constructor for a UNION or INTERSECTION region.
|