Uses of Class
adql.query.operand.function.geometry.PointFunction
Packages that use PointFunction
-
Uses of PointFunction in adql.parser
Methods in adql.parser that return PointFunctionModifier and TypeMethodDescriptionADQLQueryFactory.createPoint
(ADQLOperand coordSys, ADQLOperand coords, ADQLOperand coords2) final PointFunction
ADQLParser.Point()
Methods in adql.parser with parameters of type PointFunctionModifier and TypeMethodDescriptionADQLQueryFactory.createCoord1
(PointFunction point) ADQLQueryFactory.createCoord2
(PointFunction point) ADQLQueryFactory.createDistance
(PointFunction point1, PointFunction point2) Method parameters in adql.parser with type arguments of type PointFunctionModifier and TypeMethodDescriptionADQLQueryFactory.createDistance
(GeometryFunction.GeometryValue<PointFunction> point1, GeometryFunction.GeometryValue<PointFunction> point2) -
Uses of PointFunction in adql.query.operand.function.geometry
Fields in adql.query.operand.function.geometry with type parameters of type PointFunctionModifier and TypeFieldDescriptionprotected GeometryFunction.GeometryValue<PointFunction>
ExtractCoord.point
The point from which the coordinate must be extracted.Methods in adql.query.operand.function.geometry that return types with arguments of type PointFunctionModifier and TypeMethodDescriptionDistanceFunction.getP1()
Gets the first point.DistanceFunction.getP2()
Gets the second point.Method parameters in adql.query.operand.function.geometry with type arguments of type PointFunctionModifier and TypeMethodDescriptionfinal void
DistanceFunction.setP1
(GeometryFunction.GeometryValue<PointFunction> p1) Sets the first point.final void
DistanceFunction.setP2
(GeometryFunction.GeometryValue<PointFunction> p2) Sets the second point.Constructors in adql.query.operand.function.geometry with parameters of type PointFunctionModifierConstructorDescriptionPointFunction
(PointFunction toCopy) Builds a POINT function by copying the given one.Constructor parameters in adql.query.operand.function.geometry with type arguments of type PointFunctionModifierConstructorDescriptionDistanceFunction
(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). -
Uses of PointFunction in adql.translator
Methods in adql.translator with parameters of type PointFunctionModifier and TypeMethodDescriptionADQLTranslator.translate
(PointFunction point) MySQLTranslator.translate
(PointFunction point) PgSphereTranslator.translate
(PointFunction point) PostgreSQLTranslator.translate
(PointFunction point) SQLServerTranslator.translate
(PointFunction point)