Package | Description |
---|---|
adql.parser | |
adql.query.operand.function.geometry | |
adql.translator |
Modifier and Type | Method | Description |
---|---|---|
GeometryFunction.GeometryValue<GeometryFunction> |
ADQLParser.GeometryExpression() |
Modifier and Type | Method | Description |
---|---|---|
AreaFunction |
ADQLQueryFactory.createArea(GeometryFunction.GeometryValue<GeometryFunction> param) |
|
CentroidFunction |
ADQLQueryFactory.createCentroid(GeometryFunction.GeometryValue<GeometryFunction> param) |
|
ContainsFunction |
ADQLQueryFactory.createContains(GeometryFunction.GeometryValue<GeometryFunction> left,
GeometryFunction.GeometryValue<GeometryFunction> right) |
|
DistanceFunction |
ADQLQueryFactory.createDistance(GeometryFunction.GeometryValue<PointFunction> point1,
GeometryFunction.GeometryValue<PointFunction> point2) |
|
ExtractCoordSys |
ADQLQueryFactory.createExtractCoordSys(GeometryFunction.GeometryValue<GeometryFunction> param) |
|
IntersectsFunction |
ADQLQueryFactory.createIntersects(GeometryFunction.GeometryValue<GeometryFunction> left,
GeometryFunction.GeometryValue<GeometryFunction> right) |
Modifier and Type | Field | Description |
---|---|---|
protected GeometryFunction.GeometryValue<GeometryFunction> |
ExtractCoordSys.geomExpr |
The geometry from which the coordinate system string must be extracted.
|
protected GeometryFunction.GeometryValue<GeometryFunction> |
CentroidFunction.parameter |
The geometry whose the centroid must be extracted.
|
protected GeometryFunction.GeometryValue<PointFunction> |
ExtractCoord.point |
The point from which the coordinate must be extracted.
|
Modifier and Type | Method | Description |
---|---|---|
GeometryFunction.GeometryValue<GeometryFunction> |
ContainsFunction.getLeftParam() |
|
GeometryFunction.GeometryValue<GeometryFunction> |
IntersectsFunction.getLeftParam() |
|
GeometryFunction.GeometryValue<PointFunction> |
DistanceFunction.getP1() |
Gets the first point.
|
GeometryFunction.GeometryValue<PointFunction> |
DistanceFunction.getP2() |
Gets the second point.
|
GeometryFunction.GeometryValue<GeometryFunction> |
AreaFunction.getParameter() |
Gets the parameter of the AREA function (so, a region whose the area must be computed).
|
GeometryFunction.GeometryValue<GeometryFunction> |
ContainsFunction.getRightParam() |
|
GeometryFunction.GeometryValue<GeometryFunction> |
IntersectsFunction.getRightParam() |
Modifier and Type | Method | Description |
---|---|---|
void |
ContainsFunction.setLeftParam(GeometryFunction.GeometryValue<GeometryFunction> leftParam) |
|
void |
IntersectsFunction.setLeftParam(GeometryFunction.GeometryValue<GeometryFunction> leftParam) |
|
void |
DistanceFunction.setP1(GeometryFunction.GeometryValue<PointFunction> p1) |
Sets the first point.
|
void |
DistanceFunction.setP2(GeometryFunction.GeometryValue<PointFunction> p2) |
Sets the second point.
|
void |
AreaFunction.setParameter(GeometryFunction.GeometryValue<GeometryFunction> parameter) |
Sets the parameter of the AREA function (so, a region whose the area must be computed).
|
void |
ContainsFunction.setRightParam(GeometryFunction.GeometryValue<GeometryFunction> rightParam) |
|
void |
IntersectsFunction.setRightParam(GeometryFunction.GeometryValue<GeometryFunction> rightParam) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
ADQLTranslator.translate(GeometryFunction.GeometryValue<? extends GeometryFunction> geomValue) |
|
java.lang.String |
JDBCTranslator.translate(GeometryFunction.GeometryValue<? extends GeometryFunction> geomValue) |