Class AdjacentVertexFinder
java.lang.Object
org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder
Locates all vertices in a geometry which are adjacent
to a given vertex.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Coordinate[]
findVertices
(Geometry geom, Coordinate testPt) int
getIndex()
getVertices
(Coordinate testPt)
-
Field Details
-
geom
-
vertexPt
-
vertexIndex
private int vertexIndex
-
-
Constructor Details
-
AdjacentVertexFinder
-
-
Method Details
-
findVertices
-
getVertices
-
getIndex
public int getIndex()
-