Class AdjacentVertexFinder
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.geom.AdjacentVertexFinder
-
public class AdjacentVertexFinder extends Object
Locates all vertices in a geometry which are adjacent to a given vertex.- Author:
- mbdavis
-
-
Constructor Summary
Constructors Constructor Description AdjacentVertexFinder(Geometry geom)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Coordinate[]
findVertices(Geometry geom, Coordinate testPt)
int
getIndex()
Coordinate[]
getVertices(Coordinate testPt)
-
-
-
Constructor Detail
-
AdjacentVertexFinder
public AdjacentVertexFinder(Geometry geom)
-
-
Method Detail
-
findVertices
public static Coordinate[] findVertices(Geometry geom, Coordinate testPt)
-
getVertices
public Coordinate[] getVertices(Coordinate testPt)
-
getIndex
public int getIndex()
-
-