|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@XmlElement(value="BBOX") public interface BBOX
Spatial operator that evaluates to true when the bounding
box of the feature's geometry overlaps the bounding box provided in this object's properties.
An implementation may choose to throw an exception if one attempts to test
features that are in a different SRS than the SRS contained here.
| Field Summary | |
|---|---|
static String |
NAME
Operator name used to check FilterCapabilities |
| Fields inherited from interface Filter |
|---|
EXCLUDE, INCLUDE |
| Method Summary | |
|---|---|
double |
getMaxX()
Deprecated. please use getExpression2(), to check for a literal BoundingBox.getMaximum(0) |
double |
getMaxY()
Deprecated. please use getExpression2(), to check for a literal BoundingBox.getMaximum(1) |
double |
getMinX()
Deprecated. please use getExpression2(), to check for a literal BoundingBox.getMinimum(0) |
double |
getMinY()
Deprecated. please use getExpression2(), to check for a literal BoundingBox.getMinimum(1) |
String |
getPropertyName()
Deprecated. Please check getExpression1(), if it is a PropertyName |
String |
getSRS()
Deprecated. please use getExpression2(), if it is a literal BoundingBox.getCoordinateReferenceSystem() |
| Methods inherited from interface BinarySpatialOperator |
|---|
getExpression1, getExpression2 |
| Methods inherited from interface Filter |
|---|
accept, evaluate |
| Field Detail |
|---|
static final String NAME
| Method Detail |
|---|
@XmlElement(value="PropertyName") String getPropertyName()
This may be null if the default spatial property is to be used.
String getSRS()
This string must take one of two forms: either
double getMinX()
double getMinY()
double getMaxX()
double getMaxY()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||