Uses of Class
adql.query.operand.function.geometry.BoxFunction
Packages that use BoxFunction
-
Uses of BoxFunction in adql.parser
Methods in adql.parser that return BoxFunctionModifier and TypeMethodDescriptionADQLQueryFactory.createBox
(ADQLOperand coordinateSystem, ADQLOperand firstCoord, ADQLOperand secondCoord, ADQLOperand boxWidth, ADQLOperand boxHeight) -
Uses of BoxFunction in adql.query.operand.function.geometry
Constructors in adql.query.operand.function.geometry with parameters of type BoxFunctionModifierConstructorDescriptionBoxFunction
(BoxFunction toCopy) Builds a BOX function by copying the given one. -
Uses of BoxFunction in adql.translator
Methods in adql.translator with parameters of type BoxFunctionModifier and TypeMethodDescriptionADQLTranslator.translate
(BoxFunction box) MySQLTranslator.translate
(BoxFunction box) PgSphereTranslator.translate
(BoxFunction box) PostgreSQLTranslator.translate
(BoxFunction box) SQLServerTranslator.translate
(BoxFunction box)