Uses of Class
adql.query.operand.function.geometry.CentroidFunction
-
Packages that use CentroidFunction Package Description adql.parser adql.query.operand.function.geometry adql.translator -
-
Uses of CentroidFunction in adql.parser
Methods in adql.parser that return CentroidFunction Modifier and Type Method Description CentroidFunctionADQLQueryFactory. createCentroid(GeometryFunction param)CentroidFunctionADQLQueryFactory. 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 CentroidFunction Constructor Description CentroidFunction(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 CentroidFunction Modifier and Type Method Description java.lang.StringADQLTranslator. translate(CentroidFunction centroidFunction)java.lang.StringMySQLTranslator. translate(CentroidFunction centroidFunction)java.lang.StringPgSphereTranslator. translate(CentroidFunction centroidFunction)java.lang.StringPostgreSQLTranslator. translate(CentroidFunction centroidFunction)java.lang.StringSQLServerTranslator. translate(CentroidFunction centroidFunction)
-