Interface BufferedSpatialExpressionBuilder

All Superinterfaces:
SpatialExpressionBuilder

public interface BufferedSpatialExpressionBuilder extends 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

    Modifier and Type
    Method
    Description
    org.geotools.api.filter.Filter
    wkt(String wkt, double buffer)
    Creates a Filter matching against a wkt-defined shape buffered by the specified distance

    Methods inherited from interface ddf.catalog.filter.SpatialExpressionBuilder

    wkt
  • Method Details

    • wkt

      org.geotools.api.filter.Filter wkt(String wkt, double buffer)
      Creates a Filter matching 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