Package org.geotools.api.filter.spatial
Interface Touches
-
- All Superinterfaces:
BinarySpatialOperator
,BoundedSpatialOperator
,Filter
,MultiValuedFilter
,SpatialOperator
- All Known Implementing Classes:
TouchesImpl
public interface Touches extends BinarySpatialOperator, BoundedSpatialOperator
Concrete binary spatial operator that evaluates totrue
if the feature's geometry touches, but does not overlap with the geometry held by this object.- Since:
- GeoAPI 2.0
- Author:
- Chris Dillard (SYS Technologies)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface MultiValuedFilter
MultiValuedFilter.MatchAction
-
-
Method Summary
-
Methods inherited from interface BinarySpatialOperator
getExpression1, getExpression2
-
Methods inherited from interface MultiValuedFilter
getMatchAction
-
-
-
-
Field Detail
-
NAME
static final String NAME
Operator name used to check FilterCapabilities- See Also:
- Constant Field Values
-
-