Package | Description |
---|---|
adql.parser | |
adql.query.operand.function.geometry | |
adql.translator |
Modifier and Type | Method and Description |
---|---|
AreaFunction |
ADQLQueryFactory.createArea(GeometryFunction.GeometryValue<GeometryFunction> param) |
AreaFunction |
ADQLQueryFactory.createArea(GeometryFunction param) |
Constructor and Description |
---|
AreaFunction(AreaFunction toCopy)
Builds an AREA function by copying the given one.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ADQLTranslator.translate(AreaFunction areaFunction) |
java.lang.String |
MySQLTranslator.translate(AreaFunction areaFunction) |
java.lang.String |
PostgreSQLTranslator.translate(AreaFunction areaFunction) |
java.lang.String |
PgSphereTranslator.translate(AreaFunction areaFunction) |
java.lang.String |
SQLServerTranslator.translate(AreaFunction areaFunction) |