Package | Description |
---|---|
adql.parser | |
adql.query.operand.function.geometry | |
adql.translator |
Modifier and Type | Method and Description |
---|---|
GeometryFunction.GeometryValue<GeometryFunction> |
ADQLParser.GeometryExpression() |
Modifier and Type | Field and 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 and Description |
---|---|
GeometryFunction.GeometryValue<GeometryFunction> |
IntersectsFunction.getLeftParam() |
GeometryFunction.GeometryValue<GeometryFunction> |
ContainsFunction.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> |
IntersectsFunction.getRightParam() |
GeometryFunction.GeometryValue<GeometryFunction> |
ContainsFunction.getRightParam() |
Modifier and Type | Method and Description |
---|---|
void |
IntersectsFunction.setLeftParam(GeometryFunction.GeometryValue<GeometryFunction> leftParam) |
void |
ContainsFunction.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 |
IntersectsFunction.setRightParam(GeometryFunction.GeometryValue<GeometryFunction> rightParam) |
void |
ContainsFunction.setRightParam(GeometryFunction.GeometryValue<GeometryFunction> rightParam) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ADQLTranslator.translate(GeometryFunction.GeometryValue<? extends GeometryFunction> geomValue) |
java.lang.String |
JDBCTranslator.translate(GeometryFunction.GeometryValue<? extends GeometryFunction> geomValue) |