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