public class VertexLocater extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VertexLocater.Location |
Constructor and Description |
---|
VertexLocater(Geometry geom) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
List |
getLocations(Coordinate testPt,
double tolerance) |
Coordinate |
getVertex(Coordinate testPt,
double tolerance) |
static Coordinate |
locateVertex(Geometry geom,
Coordinate testPt,
double tolerance) |
public VertexLocater(Geometry geom)
public static Coordinate locateVertex(Geometry geom, Coordinate testPt, double tolerance)
public Coordinate getVertex(Coordinate testPt, double tolerance)
public int getIndex()
public List getLocations(Coordinate testPt, double tolerance)
Copyright © 2016. All rights reserved.