org.opengis.filter.spatial
Interface BBOX
-
- All Superinterfaces:
- Filter, SpatialOperator
@XmlElement(value="BBOX") public interface BBOX extends SpatialOperator
Spatial operator that evaluates totruewhen 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.- Since:
- GeoAPI 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doublegetMaxX()Returns the maximum value for the first coordinate.doublegetMaxY()Returns the maximum value for the second coordinate.doublegetMinX()Returns the minimum value for the first coordinate.doublegetMinY()Returns the minimum value for the second coordinate.java.lang.StringgetPropertyName()Returns the name of the geometric property that will be used in this spatial operator.java.lang.StringgetSRS()Returns the spatial reference system in which the bounding box coordinates contained by this object should be interpreted.
-
-
-
Method Detail
-
getPropertyName
@XmlElement(value="PropertyName") java.lang.String getPropertyName()
Returns the name of the geometric property that will be used in this spatial operator. This may be null if the default spatial property is to be used.
-
getSRS
java.lang.String getSRS()
Returns the spatial reference system in which the bounding box coordinates contained by this object should be interpreted. This string must take one of two forms: either "EPSG:xxxxx" where "xxxxx" is a valid EPSG coordinate system code, or an OGC well-known-text representation of a coordinate system as defined in the OGC Simple Features for SQL specification.
-
getMinX
double getMinX()
Returns the minimum value for the first coordinate.
-
getMinY
double getMinY()
Returns the minimum value for the second coordinate.
-
getMaxX
double getMaxX()
Returns the maximum value for the first coordinate.
-
getMaxY
double getMaxY()
Returns the maximum value for the second coordinate.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG