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 ExtractCoordSysADQLQueryFactory. createExtractCoordSys(ADQLColumn param)ExtractCoordSysADQLQueryFactory. createExtractCoordSys(GeometryFunction param)ExtractCoordSysADQLQueryFactory. 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.StringADQLTranslator. translate(ExtractCoordSys extractCoordSys)java.lang.StringMySQLTranslator. translate(ExtractCoordSys extractCoordSys)java.lang.StringPostgreSQLTranslator. translate(ExtractCoordSys extractCoordSys)java.lang.StringSQLServerTranslator. translate(ExtractCoordSys extractCoordSys)
-