|
||||||||||
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 |
---|
Fields inherited from interface Filter |
---|
EXCLUDE, INCLUDE |
Method Summary | |
---|---|
double |
getMaxX()
Returns the maximum value for the first coordinate. |
double |
getMaxY()
Returns the maximum value for the second coordinate. |
double |
getMinX()
Returns the minimum value for the first coordinate. |
double |
getMinY()
Returns the minimum value for the second coordinate. |
String |
getPropertyName()
Returns the name of the geometric property that will be used in this spatial operator. |
String |
getSRS()
Returns the spatial reference system in which the bounding box coordinates contained by this object should be interpreted. |
Methods inherited from interface Filter |
---|
accept, evaluate |
Method Detail |
---|
@XmlElement(value="PropertyName") String getPropertyName()
String getSRS()
double getMinX()
double getMinY()
double getMaxX()
double getMaxY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |