Uses of Class
adql.query.operand.function.geometry.GeometryFunction.GeometryValue
-
Packages that use GeometryFunction.GeometryValue Package Description adql.parser adql.query.operand.function.geometry adql.translator -
-
Uses of GeometryFunction.GeometryValue in adql.parser
Methods in adql.parser that return GeometryFunction.GeometryValue Modifier and Type Method Description GeometryFunction.GeometryValue<GeometryFunction>ADQLParser. GeometryExpression()Methods in adql.parser with parameters of type GeometryFunction.GeometryValue Modifier and Type Method Description AreaFunctionADQLQueryFactory. createArea(GeometryFunction.GeometryValue<GeometryFunction> param)CentroidFunctionADQLQueryFactory. createCentroid(GeometryFunction.GeometryValue<GeometryFunction> param)ContainsFunctionADQLQueryFactory. createContains(GeometryFunction.GeometryValue<GeometryFunction> left, GeometryFunction.GeometryValue<GeometryFunction> right)DistanceFunctionADQLQueryFactory. createDistance(GeometryFunction.GeometryValue<PointFunction> point1, GeometryFunction.GeometryValue<PointFunction> point2)ExtractCoordSysADQLQueryFactory. createExtractCoordSys(GeometryFunction.GeometryValue<GeometryFunction> param)IntersectsFunctionADQLQueryFactory. 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.GeometryValue Modifier and Type Field Description protected GeometryFunction.GeometryValue<GeometryFunction>ExtractCoordSys. geomExprThe geometry from which the coordinate system string must be extracted.protected GeometryFunction.GeometryValue<GeometryFunction>CentroidFunction. parameterThe geometry whose the centroid must be extracted.protected GeometryFunction.GeometryValue<PointFunction>ExtractCoord. pointThe point from which the coordinate must be extracted.Methods in adql.query.operand.function.geometry that return GeometryFunction.GeometryValue 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()Methods in adql.query.operand.function.geometry with parameters of type GeometryFunction.GeometryValue Modifier and Type Method Description voidContainsFunction. setLeftParam(GeometryFunction.GeometryValue<GeometryFunction> leftParam)voidIntersectsFunction. setLeftParam(GeometryFunction.GeometryValue<GeometryFunction> leftParam)voidDistanceFunction. setP1(GeometryFunction.GeometryValue<PointFunction> p1)Sets the first point.voidDistanceFunction. setP2(GeometryFunction.GeometryValue<PointFunction> p2)Sets the second point.voidAreaFunction. setParameter(GeometryFunction.GeometryValue<GeometryFunction> parameter)Sets the parameter of the AREA function (so, a region whose the area must be computed).voidContainsFunction. setRightParam(GeometryFunction.GeometryValue<GeometryFunction> rightParam)voidIntersectsFunction. setRightParam(GeometryFunction.GeometryValue<GeometryFunction> rightParam) -
Uses of GeometryFunction.GeometryValue in adql.translator
Methods in adql.translator with parameters of type GeometryFunction.GeometryValue Modifier and Type Method Description java.lang.StringADQLTranslator. translate(GeometryFunction.GeometryValue<? extends GeometryFunction> geomValue)java.lang.StringJDBCTranslator. translate(GeometryFunction.GeometryValue<? extends GeometryFunction> geomValue)
-