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 CentroidFunction
ADQLQueryFactory. createCentroid(GeometryFunction param)
CentroidFunction
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 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.String
ADQLTranslator. translate(CentroidFunction centroidFunction)
java.lang.String
MySQLTranslator. translate(CentroidFunction centroidFunction)
java.lang.String
PgSphereTranslator. translate(CentroidFunction centroidFunction)
java.lang.String
PostgreSQLTranslator. translate(CentroidFunction centroidFunction)
java.lang.String
SQLServerTranslator. translate(CentroidFunction centroidFunction)
-