Uses of Class
adql.query.operand.function.geometry.GeometryFunction.GeometryValue
Packages that use GeometryFunction.GeometryValue
-
Uses of GeometryFunction.GeometryValue in adql.parser
Methods in adql.parser that return GeometryFunction.GeometryValueMethods in adql.parser with parameters of type GeometryFunction.GeometryValueModifier and TypeMethodDescriptionADQLQueryFactory.createArea
(GeometryFunction.GeometryValue<GeometryFunction> param) ADQLQueryFactory.createCentroid
(GeometryFunction.GeometryValue<GeometryFunction> param) ADQLQueryFactory.createContains
(GeometryFunction.GeometryValue<GeometryFunction> left, GeometryFunction.GeometryValue<GeometryFunction> right) ADQLQueryFactory.createDistance
(GeometryFunction.GeometryValue<PointFunction> point1, GeometryFunction.GeometryValue<PointFunction> point2) ADQLQueryFactory.createExtractCoordSys
(GeometryFunction.GeometryValue<GeometryFunction> param) ADQLQueryFactory.createIntersects
(GeometryFunction.GeometryValue<GeometryFunction> left, GeometryFunction.GeometryValue<GeometryFunction> right) -
Uses of GeometryFunction.GeometryValue in adql.query.operand.function.geometry
Fields in adql.query.operand.function.geometry declared as GeometryFunction.GeometryValueModifier and TypeFieldDescriptionprotected 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.Methods in adql.query.operand.function.geometry that return GeometryFunction.GeometryValueModifier and TypeMethodDescriptionContainsFunction.getLeftParam()
IntersectsFunction.getLeftParam()
DistanceFunction.getP1()
Gets the first point.DistanceFunction.getP2()
Gets the second point.AreaFunction.getParameter()
Gets the parameter of the AREA function (so, a region whose the area must be computed).ContainsFunction.getRightParam()
IntersectsFunction.getRightParam()
Methods in adql.query.operand.function.geometry with parameters of type GeometryFunction.GeometryValueModifier and TypeMethodDescriptionfinal void
ContainsFunction.setLeftParam
(GeometryFunction.GeometryValue<GeometryFunction> leftParam) final void
IntersectsFunction.setLeftParam
(GeometryFunction.GeometryValue<GeometryFunction> leftParam) final void
DistanceFunction.setP1
(GeometryFunction.GeometryValue<PointFunction> p1) Sets the first point.final void
DistanceFunction.setP2
(GeometryFunction.GeometryValue<PointFunction> p2) Sets the second point.final void
AreaFunction.setParameter
(GeometryFunction.GeometryValue<GeometryFunction> parameter) Sets the parameter of the AREA function (so, a region whose the area must be computed).final void
ContainsFunction.setRightParam
(GeometryFunction.GeometryValue<GeometryFunction> rightParam) final void
IntersectsFunction.setRightParam
(GeometryFunction.GeometryValue<GeometryFunction> rightParam) Constructors in adql.query.operand.function.geometry with parameters of type GeometryFunction.GeometryValueModifierConstructorDescriptionBuilds an AREA function with its parameter.Builds a CENTROID function.ContainsFunction
(GeometryFunction.GeometryValue<GeometryFunction> left, GeometryFunction.GeometryValue<GeometryFunction> right) Builds a CONTAINS function.DistanceFunction
(GeometryFunction.GeometryValue<PointFunction> point1, GeometryFunction.GeometryValue<PointFunction> point2) Builds a DISTANCE function.ExtractCoord
(int indiceCoord, GeometryFunction.GeometryValue<PointFunction> p) Builds a COORD1 or a COORD2 function with the given point (a POINT function or a column which contains a POINT function).Builds a COORDSYS function.GeometryValue
(GeometryFunction.GeometryValue<F> toCopy) IntersectsFunction
(GeometryFunction.GeometryValue<GeometryFunction> param1, GeometryFunction.GeometryValue<GeometryFunction> param2) Builds an INTERSECTS function. -
Uses of GeometryFunction.GeometryValue in adql.translator
Methods in adql.translator with parameters of type GeometryFunction.GeometryValueModifier and TypeMethodDescriptionADQLTranslator.translate
(GeometryFunction.GeometryValue<? extends GeometryFunction> geomValue) JDBCTranslator.translate
(GeometryFunction.GeometryValue<? extends GeometryFunction> geomValue)