Package org.geotools.api.filter.spatial
Interface DWithin
- All Superinterfaces:
BinarySpatialOperator
,DistanceBufferOperator
,Filter
,MultiValuedFilter
,SpatialOperator
- All Known Implementing Classes:
DWithinImpl
Concrete distance buffer operator that evaluates as true when any part of the
first geometry lies within the given distance of the second geometry.
- 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 String
Operator name used to check FilterCapabilities -
Method Summary
Methods inherited from interface BinarySpatialOperator
getExpression1, getExpression2
Methods inherited from interface DistanceBufferOperator
getDistance, getDistanceUnits
Methods inherited from interface MultiValuedFilter
getMatchAction
-
Field Details
-
NAME
Operator name used to check FilterCapabilities- See Also:
-