Class TopologyStretcher.VertexInMaskCountCoordinateFilter

    • Field Detail

      • count

        private int count
    • Constructor Detail

      • VertexInMaskCountCoordinateFilter

        public VertexInMaskCountCoordinateFilter​(Envelope mask)
    • Method Detail

      • 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()