Uses of Class
adql.query.operand.function.geometry.BoxFunction
-
Packages that use BoxFunction Package Description adql.parser adql.query.operand.function.geometry adql.translator -
-
Uses of BoxFunction in adql.parser
Methods in adql.parser that return BoxFunction Modifier and Type Method Description BoxFunction
ADQLQueryFactory. 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 BoxFunction Constructor Description BoxFunction(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 BoxFunction Modifier and Type Method Description java.lang.String
ADQLTranslator. translate(BoxFunction box)
java.lang.String
MySQLTranslator. translate(BoxFunction box)
java.lang.String
PgSphereTranslator. translate(BoxFunction box)
java.lang.String
PostgreSQLTranslator. translate(BoxFunction box)
java.lang.String
SQLServerTranslator. translate(BoxFunction box)
-