Class VertexLocater
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.geom.VertexLocater
-
public class VertexLocater extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VertexLocater.Location
-
Constructor Summary
Constructors Constructor Description VertexLocater(Geometry geom)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
List
getLocations(Coordinate testPt, double tolerance)
Coordinate
getVertex(Coordinate testPt, double tolerance)
static Coordinate
locateVertex(Geometry geom, Coordinate testPt, double tolerance)
-
-
-
Constructor Detail
-
VertexLocater
public VertexLocater(Geometry geom)
-
-
Method Detail
-
locateVertex
public static Coordinate locateVertex(Geometry geom, Coordinate testPt, double tolerance)
-
getVertex
public Coordinate getVertex(Coordinate testPt, double tolerance)
-
getIndex
public int getIndex()
-
getLocations
public List getLocations(Coordinate testPt, double tolerance)
-
-