geotools
geotools copied to clipboard
Distance from point to polygon
It would be awesome if there was a way to find a distance from given point to the nearest point on a polygon.
@dergus One workaround for this feature is loop through and get the distance of each point of a polygon, then just use the shortest point found.