| Package | Description |
|---|---|
| org.locationtech.jtstest.testbuilder.geom | |
| org.locationtech.jtstest.testbuilder.model | |
| org.locationtech.jtstest.testbuilder.ui |
| Modifier and Type | Method and Description |
|---|---|
GeometryLocation |
GeometryPointLocater.getLocation(Coordinate testPt,
boolean vertexOnly,
double tolerance) |
static GeometryLocation |
GeometryPointLocater.locateNonVertexPoint(Geometry geom,
Coordinate testPt,
double tolerance) |
static GeometryLocation |
GeometryPointLocater.locateVertex(Geometry geom,
Coordinate testPt,
double tolerance) |
| Modifier and Type | Method and Description |
|---|---|
GeometryLocation |
GeometryEditModel.locateNonVertexPoint(Coordinate testPt,
double tolerance)
Locates a non-vertex point on a line segment of the current geometry
within the given tolerance, if any.
|
GeometryLocation |
GeometryEditModel.locateVertex(Coordinate testPt,
double tolerance)
Locates a vertex of the current geometry
within the given tolerance, if any.
|
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
GeometryLocationsWriter.componentType(GeometryLocation loc) |