Class EditUtilities


  • public class EditUtilities
    extends Object
    Common utilities used by the edit functions
    Author:
    Erwan Bocher
    • Constructor Detail

      • EditUtilities

        public EditUtilities()
    • Method Detail

      • getVertexToSnap

        public static org.locationtech.jts.operation.distance.GeometryLocation getVertexToSnap​(org.locationtech.jts.geom.Geometry g,
                                                                                               org.locationtech.jts.geom.Point p,
                                                                                               double tolerance)
        Gets the coordinate of a Geometry that is the nearest of a given Point, with a distance tolerance.
        Parameters:
        g -
        p -
        tolerance -
        Returns: