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 BoxFunctionADQLQueryFactory. 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.StringADQLTranslator. translate(BoxFunction box)java.lang.StringMySQLTranslator. translate(BoxFunction box)java.lang.StringPgSphereTranslator. translate(BoxFunction box)java.lang.StringPostgreSQLTranslator. translate(BoxFunction box)java.lang.StringSQLServerTranslator. translate(BoxFunction box)
-