Interface DiffGeometryMatcher

All Known Implementing Classes:
BufferGeometryMatcher, ExactGeometryMatcher, NormalizedExactGeometryMatcher

public interface DiffGeometryMatcher
  • Method Summary

    Modifier and Type
    Method
    Description
    org.locationtech.jts.geom.Geometry
     
    boolean
    isMatch(org.locationtech.jts.geom.Geometry geom)
     
    void
    setQueryGeometry(org.locationtech.jts.geom.Geometry geom)
     
  • Method Details

    • setQueryGeometry

      void setQueryGeometry(org.locationtech.jts.geom.Geometry geom)
    • getQueryGeometry

      org.locationtech.jts.geom.Geometry getQueryGeometry()
    • isMatch

      boolean isMatch(org.locationtech.jts.geom.Geometry geom)