Class SpatialQueryFilter

java.lang.Object
com.kheops.jmap.metadata.QueryFilter
com.kheops.jmap.metadata.SpatialQueryFilter
All Implemented Interfaces:
QueryFilter.GeometryFilter, Serializable, Cloneable

public class SpatialQueryFilter extends QueryFilter implements QueryFilter.GeometryFilter
A spatial filter used to query spatial data sources. The filter contains a reference geometry and a condition type that corresponds to one of the spatial relationship defined by the OGC Simple Feature Model. Only the geometries that meet the condition against the reference geometry are returned. For example, if a polygon is specified as the reference geometry, and if the condition type is SPATIAL_OP_WITHIN, then only the geometries that are within the polygon will be returned. The projection specifies the projection of the reference geometry. If null, it is assumed to be the same as the spatial data source.
See Also: