Interface Within

All Superinterfaces:
BinarySpatialOperator, BoundedSpatialOperator, Filter, MultiValuedFilter, SpatialOperator
All Known Implementing Classes:
WithinImpl

public interface Within extends BinarySpatialOperator, BoundedSpatialOperator
Concrete binary spatial operator that evaluates to true if the feature's geometry is completely contained by the constant geometry held by this object.
Since:
GeoAPI 2.0
Author:
Chris Dillard (SYS Technologies)