Class TopologyStretcher.VertexInMaskCountCoordinateFilter

java.lang.Object
org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher.VertexInMaskCountCoordinateFilter
All Implemented Interfaces:
CoordinateFilter
Enclosing class:
TopologyStretcher

private static class TopologyStretcher.VertexInMaskCountCoordinateFilter extends Object implements CoordinateFilter
  • Field Details

    • mask

      private Envelope mask
    • count

      private int count
  • Constructor Details

    • VertexInMaskCountCoordinateFilter

      public VertexInMaskCountCoordinateFilter(Envelope mask)
  • Method Details

    • filter

      public void filter(Coordinate coord)
      Description copied from interface: CoordinateFilter
      Performs an operation with the coord. There is no guarantee that the coordinate is the actual object stored in the target geometry.
      Specified by:
      filter in interface CoordinateFilter
      Parameters:
      coord - a Coordinate to which the filter is applied.
    • getCount

      public int getCount()