public class NearestPointFinder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
NearestPointFinder.NearestPointFilter |
Constructor and Description |
---|
NearestPointFinder(Geometry geom) |
Modifier and Type | Method and Description |
---|---|
static Coordinate |
findNearestPoint(Geometry geom,
Coordinate pt,
double tolerance) |
Coordinate |
getNearestPoint(Coordinate pt,
double tolerance) |
private Geometry geom
public NearestPointFinder(Geometry geom)
public static Coordinate findNearestPoint(Geometry geom, Coordinate pt, double tolerance)
public Coordinate getNearestPoint(Coordinate pt, double tolerance)