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 org.locationtech.jtstest.testbuilder.ui -
-
Uses of GeometryLocation in org.locationtech.jtstest.testbuilder.geom
Methods in org.locationtech.jtstest.testbuilder.geom that return GeometryLocation Modifier and Type Method Description GeometryLocationGeometryPointLocater. getLocation(Coordinate testPt, boolean vertexOnly, double tolerance)static GeometryLocationGeometryPointLocater. locateNonVertexPoint(Geometry geom, Coordinate testPt, double tolerance)static GeometryLocationGeometryPointLocater. locateVertex(Geometry geom, Coordinate testPt, 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 GeometryLocationGeometryEditModel. locateNonVertexPoint(Coordinate testPt, double tolerance)Locates a non-vertex point on a line segment of the current geometry within the given tolerance, if any.GeometryLocationGeometryEditModel. locateVertex(Coordinate testPt, double tolerance)Locates a vertex of the current geometry within the given tolerance, if any. -
Uses of GeometryLocation in org.locationtech.jtstest.testbuilder.ui
Methods in org.locationtech.jtstest.testbuilder.ui with parameters of type GeometryLocation Modifier and Type Method Description private java.lang.StringGeometryLocationsWriter. componentType(GeometryLocation loc)
-