| Package | Description |
|---|---|
| adql.parser | |
| adql.query.operand.function.geometry | |
| adql.translator |
| Modifier and Type | Method and Description |
|---|---|
BoxFunction |
ADQLQueryFactory.createBox(ADQLOperand coordinateSystem,
ADQLOperand firstCoord,
ADQLOperand secondCoord,
ADQLOperand boxWidth,
ADQLOperand boxHeight) |
| Constructor and Description |
|---|
BoxFunction(BoxFunction toCopy)
Builds a BOX function by copying the given one.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ADQLTranslator.translate(BoxFunction box) |
java.lang.String |
MySQLTranslator.translate(BoxFunction box) |
java.lang.String |
PostgreSQLTranslator.translate(BoxFunction box) |
java.lang.String |
PgSphereTranslator.translate(BoxFunction box) |
java.lang.String |
SQLServerTranslator.translate(BoxFunction box) |