Uses of Class
adql.query.operand.function.geometry.ExtractCoord
-
Packages that use ExtractCoord Package Description adql.parser adql.query.operand.function.geometry adql.translator -
-
Uses of ExtractCoord in adql.parser
Methods in adql.parser that return ExtractCoord Modifier and Type Method Description ExtractCoordADQLQueryFactory. createCoord1(ADQLColumn point)ExtractCoordADQLQueryFactory. createCoord1(PointFunction point)ExtractCoordADQLQueryFactory. createCoord2(ADQLColumn point)ExtractCoordADQLQueryFactory. createCoord2(PointFunction point) -
Uses of ExtractCoord in adql.query.operand.function.geometry
Constructors in adql.query.operand.function.geometry with parameters of type ExtractCoord Constructor Description ExtractCoord(ExtractCoord toCopy)Builds a COORD1 or a COORD2 function by copying the given one. -
Uses of ExtractCoord in adql.translator
Methods in adql.translator with parameters of type ExtractCoord Modifier and Type Method Description java.lang.StringADQLTranslator. translate(ExtractCoord extractCoord)java.lang.StringMySQLTranslator. translate(ExtractCoord extractCoord)java.lang.StringPgSphereTranslator. translate(ExtractCoord extractCoord)java.lang.StringPostgreSQLTranslator. translate(ExtractCoord extractCoord)java.lang.StringSQLServerTranslator. translate(ExtractCoord extractCoord)
-