Package | Description |
---|---|
adql.db |
Modifier and Type | Field and Description |
---|---|
STCS.CoordSys |
STCS.Region.coordSys
Coordinate system used by this region.
|
Modifier and Type | Method and Description |
---|---|
static STCS.CoordSys |
STCS.parseCoordSys(java.lang.String stcs)
Parse the given STC-S representation of a coordinate system.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DBChecker.checkCoordinateSystem(STCS.CoordSys coordSys,
ADQLOperand operand,
UnresolvedIdentifiersException errors)
Check whether the given coordinate system is allowed by this implementation.
|
static java.lang.String |
STCS.toSTCS(STCS.CoordSys coordSys)
Convert an object representation of a coordinate system into an STC-S expression.
|
Constructor and Description |
---|
Region(STCS.CoordSys coordSys,
double[] coordinates)
Constructor for a POINT/POSITION region.
|
Region(STCS.CoordSys coordSys,
double[][] coordinates)
Constructor for a POINT/POSITION or a POLYGON region.
|
Region(STCS.CoordSys coordSys,
double[] coordinates,
double radius)
Constructor for a CIRCLE region.
|
Region(STCS.CoordSys coordSys,
double[] coordinates,
double width,
double height)
Constructor for a BOX region.
|
Region(STCS.RegionType unionOrIntersection,
STCS.CoordSys coordSys,
STCS.Region[] regions)
Constructor for a UNION or INTERSECTION region.
|