Class CommonBitsRemover.CommonCoordinateFilter

    • Constructor Detail

      • CommonCoordinateFilter

        CommonCoordinateFilter()
    • 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.
      • getCommonCoordinate

        public Coordinate getCommonCoordinate()