Uses of Class
adql.query.operand.function.geometry.ExtractCoord
Packages that use ExtractCoord
-
Uses of ExtractCoord in adql.parser
Methods in adql.parser that return ExtractCoordModifier and TypeMethodDescriptionADQLQueryFactory.createCoord1
(ADQLColumn point) ADQLQueryFactory.createCoord1
(PointFunction point) ADQLQueryFactory.createCoord2
(ADQLColumn point) ADQLQueryFactory.createCoord2
(PointFunction point) -
Uses of ExtractCoord in adql.query.operand.function.geometry
Constructors in adql.query.operand.function.geometry with parameters of type ExtractCoordModifierConstructorDescriptionExtractCoord
(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 ExtractCoordModifier and TypeMethodDescriptionADQLTranslator.translate
(ExtractCoord extractCoord) MySQLTranslator.translate
(ExtractCoord extractCoord) PgSphereTranslator.translate
(ExtractCoord extractCoord) PostgreSQLTranslator.translate
(ExtractCoord extractCoord) SQLServerTranslator.translate
(ExtractCoord extractCoord)