Package ddf.catalog.filter
Interface BufferedSpatialExpressionBuilder
- All Superinterfaces:
SpatialExpressionBuilder
Continues the fluent API to create a Spatial
Filter. Extends SpatialExpressionBuilder to add the ability to buffer the shape.- Author:
- Michael Menousek
-
Method Summary
Methods inherited from interface ddf.catalog.filter.SpatialExpressionBuilder
wkt
-
Method Details
-
wkt
Creates aFiltermatching against a wkt-defined shape buffered by the specified distance- Parameters:
wkt- - WKT representing shape to be buffered.buffer- - distance in meters- Returns:
Filter- the Buffered Spatial Filter
-