Package org.opengis.cite.iso19142.basic.filter.spatial
package org.opengis.cite.iso19142.basic.filter.spatial
This package includes tests covering the use of spatial operators in query expressions.
The BBOX predicate must be implemented at the "Basic WFS" conformance level. Support
for at least one other spatial operator is required to meet the requirements of the
Spatial Filter conformance class.
- BBOX (required for "Basic WFS" conformance)
- Equals
- Disjoint
- Intersects
- Touches
- Crosses
- Within
- Contains
- Overlaps
- Beyond
- DWithin
Sources
- OGC 09-026r2, Table 1: FE conformance classes
- OGC 09-026r2, 7.8: Spatial operators
- OGC 06-103r4, 6.1.15.3: Named spatial relationship predicates based on the DE-9IM
-
ClassesClassDescriptionTests the response to a GetFeature request that includes a BBOX predicate.Tests the response to a GetFeature request that includes the spatial predicate Intersects.