Interface CoordinateFilter

    • Method Detail

      • filter

        void filter​(Coordinate coord)
        Performs an operation with the provided coord. Note that there is no guarantee that the input coordinate is the actual object stored in the source geometry, so changes to the coordinate object may not be persistent.
        Parameters:
        coord - a Coordinate to which the filter is applied.