public class AdjacentVertexFinder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
AdjacentVertexFinder.AdjacentVertexFilter |
Modifier and Type | Field and Description |
---|---|
private Geometry |
geom |
private int |
vertexIndex |
private Coordinate |
vertexPt |
Constructor and Description |
---|
AdjacentVertexFinder(Geometry geom) |
Modifier and Type | Method and Description |
---|---|
static Coordinate[] |
findVertices(Geometry geom,
Coordinate testPt) |
int |
getIndex() |
Coordinate[] |
getVertices(Coordinate testPt) |
private Geometry geom
private Coordinate vertexPt
private int vertexIndex
public AdjacentVertexFinder(Geometry geom)
public static Coordinate[] findVertices(Geometry geom, Coordinate testPt)
public Coordinate[] getVertices(Coordinate testPt)
public int getIndex()