public class NearestPointFinder extends Object
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) |
public NearestPointFinder(Geometry geom)
public static Coordinate findNearestPoint(Geometry geom, Coordinate pt, double tolerance)
public Coordinate getNearestPoint(Coordinate pt, double tolerance)
Copyright © 2019. All rights reserved.