Interface SpatialExpressionBuilder

All Known Subinterfaces:
BufferedSpatialExpressionBuilder

public interface SpatialExpressionBuilder
Complete the fluent API to build a spatial Filter
Author:
Michael Menousek
  • Method Summary

    Modifier and Type
    Method
    Description
    org.geotools.api.filter.Filter
    wkt(String wkt)
    Complete building a spatial Filter for Metacards where the specified Attribute relates to the specified WKT per the specified operator.
  • Method Details

    • wkt

      org.geotools.api.filter.Filter wkt(String wkt)
      Complete building a spatial Filter for Metacards where the specified Attribute relates to the specified WKT per the specified operator.
      Parameters:
      wkt - - WKT-formatted shape definition (2D)
      Returns:
      Filter - spatial filter for specified WKT-defined shape