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 ExtractCoord
ADQLQueryFactory. createCoord1(ADQLColumn point)
ExtractCoord
ADQLQueryFactory. createCoord1(PointFunction point)
ExtractCoord
ADQLQueryFactory. createCoord2(ADQLColumn point)
ExtractCoord
ADQLQueryFactory. 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.String
ADQLTranslator. translate(ExtractCoord extractCoord)
java.lang.String
MySQLTranslator. translate(ExtractCoord extractCoord)
java.lang.String
PgSphereTranslator. translate(ExtractCoord extractCoord)
java.lang.String
PostgreSQLTranslator. translate(ExtractCoord extractCoord)
java.lang.String
SQLServerTranslator. translate(ExtractCoord extractCoord)
-