Package | Description |
---|---|
com.vividsolutions.jtstest.testbuilder.geom | |
com.vividsolutions.jtstest.testbuilder.model |
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.
|
Copyright © 2017. All Rights Reserved.