Package org.geotools.api.filter.spatial
Interface Within
- All Superinterfaces:
BinarySpatialOperator,BoundedSpatialOperator,Filter,MultiValuedFilter,SpatialOperator
- All Known Implementing Classes:
WithinImpl
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)
-
Nested Class Summary
Nested classes/interfaces inherited from interface MultiValuedFilter
MultiValuedFilter.MatchAction -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringOperator name used to check FilterCapabilities -
Method Summary
Methods inherited from interface BinarySpatialOperator
getExpression1, getExpression2Methods inherited from interface MultiValuedFilter
getMatchAction
-
Field Details
-
NAME
Operator name used to check FilterCapabilities- See Also:
-