Uses of Class
adql.query.operand.function.geometry.AreaFunction
Packages that use AreaFunction
-
Uses of AreaFunction in adql.parser
Methods in adql.parser that return AreaFunctionModifier and TypeMethodDescriptionADQLQueryFactory.createArea
(GeometryFunction param) ADQLQueryFactory.createArea
(GeometryFunction.GeometryValue<GeometryFunction> param) -
Uses of AreaFunction in adql.query.operand.function.geometry
Constructors in adql.query.operand.function.geometry with parameters of type AreaFunctionModifierConstructorDescriptionAreaFunction
(AreaFunction toCopy) Builds an AREA function by copying the given one. -
Uses of AreaFunction in adql.translator
Methods in adql.translator with parameters of type AreaFunctionModifier and TypeMethodDescriptionADQLTranslator.translate
(AreaFunction areaFunction) MySQLTranslator.translate
(AreaFunction areaFunction) PgSphereTranslator.translate
(AreaFunction areaFunction) PostgreSQLTranslator.translate
(AreaFunction areaFunction) SQLServerTranslator.translate
(AreaFunction areaFunction)