Uses of Class
adql.query.operand.function.geometry.PolygonFunction
Packages that use PolygonFunction
-
Uses of PolygonFunction in adql.parser
Methods in adql.parser that return PolygonFunctionModifier and TypeMethodDescriptionADQLQueryFactory.createPolygon
(ADQLOperand coordSys, Collection<? extends ADQLOperand> coords) -
Uses of PolygonFunction in adql.query.operand.function.geometry
Constructors in adql.query.operand.function.geometry with parameters of type PolygonFunctionModifierConstructorDescriptionPolygonFunction
(PolygonFunction toCopy) Builds a POLYGON function by copying the given one. -
Uses of PolygonFunction in adql.translator
Methods in adql.translator with parameters of type PolygonFunctionModifier and TypeMethodDescriptionADQLTranslator.translate
(PolygonFunction polygon) MySQLTranslator.translate
(PolygonFunction polygon) PgSphereTranslator.translate
(PolygonFunction polygon) PostgreSQLTranslator.translate
(PolygonFunction polygon) SQLServerTranslator.translate
(PolygonFunction polygon)