Uses of Class
com.vividsolutions.jtstest.testbuilder.geom.GeometryLocation
-
Packages that use GeometryLocation Package Description com.vividsolutions.jtstest.testbuilder.geom com.vividsolutions.jtstest.testbuilder.model -
-
Uses of GeometryLocation in com.vividsolutions.jtstest.testbuilder.geom
Methods in com.vividsolutions.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 com.vividsolutions.jtstest.testbuilder.model
Methods in com.vividsolutions.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.
-