Uses of Class
adql.query.operand.function.geometry.ExtractCoordSys
-
Packages that use ExtractCoordSys Package Description adql.parser adql.query.operand.function.geometry adql.translator -
-
Uses of ExtractCoordSys in adql.parser
Methods in adql.parser that return ExtractCoordSys Modifier and Type Method Description ExtractCoordSys
ADQLQueryFactory. createExtractCoordSys(ADQLColumn param)
ExtractCoordSys
ADQLQueryFactory. createExtractCoordSys(GeometryFunction param)
ExtractCoordSys
ADQLQueryFactory. createExtractCoordSys(GeometryFunction.GeometryValue<GeometryFunction> param)
-
Uses of ExtractCoordSys in adql.query.operand.function.geometry
Constructors in adql.query.operand.function.geometry with parameters of type ExtractCoordSys Constructor Description ExtractCoordSys(ExtractCoordSys toCopy)
Builds a COORDSYS function by copying the given one. -
Uses of ExtractCoordSys in adql.translator
Methods in adql.translator with parameters of type ExtractCoordSys Modifier and Type Method Description java.lang.String
ADQLTranslator. translate(ExtractCoordSys extractCoordSys)
java.lang.String
MySQLTranslator. translate(ExtractCoordSys extractCoordSys)
java.lang.String
PostgreSQLTranslator. translate(ExtractCoordSys extractCoordSys)
java.lang.String
SQLServerTranslator. translate(ExtractCoordSys extractCoordSys)
-