public class EditUtilities extends Object
| Constructor and Description |
|---|
EditUtilities() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static org.locationtech.jts.operation.distance.GeometryLocation getVertexToSnap(org.locationtech.jts.geom.Geometry g,
org.locationtech.jts.geom.Point p,
double tolerance)
g - p - tolerance - Copyright © 2019 CNRS. All rights reserved.