Uses of Class
org.locationtech.jtstest.testbuilder.geom.GeometryLocation
-
Packages that use GeometryLocation Package Description org.locationtech.jtstest.testbuilder.geom org.locationtech.jtstest.testbuilder.model -
-
Uses of GeometryLocation in org.locationtech.jtstest.testbuilder.geom
Methods in org.locationtech.jtstest.testbuilder.geom that return GeometryLocation Modifier and Type Method Description GeometryLocation
GeometryPointLocater. getLocation(Coordinate testPt, boolean vertexOnly, double tolerance)
static GeometryLocation
GeometryPointLocater. locate(Geometry geom, Coordinate testPt, double tolerance)
static GeometryLocation
GeometryPointLocater. locateNonVertexPoint(Geometry geom, Coordinate testPt, double tolerance)
static GeometryLocation
GeometryPointLocater. locateVertex(Geometry geom, Coordinate testPt, double tolerance)
Methods in org.locationtech.jtstest.testbuilder.geom that return types with arguments of type GeometryLocation Modifier and Type Method Description List<GeometryLocation>
ComponentLocater. getComponents(Coordinate queryPt, double tolerance)
List<GeometryLocation>
ComponentLocater. getComponents(Geometry aoi)
static List<GeometryLocation>
ComponentLocater. getComponents(Geometry parentGeom, Coordinate queryPt, double tolerance)
-
Uses of GeometryLocation in org.locationtech.jtstest.testbuilder.model
Methods in org.locationtech.jtstest.testbuilder.model that return GeometryLocation Modifier and Type Method 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.Methods in org.locationtech.jtstest.testbuilder.model that return types with arguments of type GeometryLocation Modifier and Type Method Description List<GeometryLocation>
GeometryEditModel. getComponents(Coordinate testPt, double tolerance)
-