Uses of Class
adql.query.operand.function.geometry.CentroidFunction
Packages that use CentroidFunction
-
Uses of CentroidFunction in adql.parser
Methods in adql.parser that return CentroidFunctionModifier and TypeMethodDescriptionADQLQueryFactory.createCentroid
(GeometryFunction param) ADQLQueryFactory.createCentroid
(GeometryFunction.GeometryValue<GeometryFunction> param) -
Uses of CentroidFunction in adql.query.operand.function.geometry
Constructors in adql.query.operand.function.geometry with parameters of type CentroidFunctionModifierConstructorDescriptionCentroidFunction
(CentroidFunction toCopy) Builds a CENTROID function by copying the given one. -
Uses of CentroidFunction in adql.translator
Methods in adql.translator with parameters of type CentroidFunctionModifier and TypeMethodDescriptionADQLTranslator.translate
(CentroidFunction centroidFunction) MySQLTranslator.translate
(CentroidFunction centroidFunction) PgSphereTranslator.translate
(CentroidFunction centroidFunction) PostgreSQLTranslator.translate
(CentroidFunction centroidFunction) SQLServerTranslator.translate
(CentroidFunction centroidFunction)