Uses of Class
org.locationtech.jtstest.testbuilder.geom.GeometryLocation
Packages that use GeometryLocation
Package
Description
-
Uses of GeometryLocation in org.locationtech.jtstest.testbuilder.geom
Methods in org.locationtech.jtstest.testbuilder.geom that return GeometryLocationModifier and TypeMethodDescriptionGeometryPointLocater.getLocation(Coordinate testPt, boolean vertexOnly, double tolerance) static GeometryLocationGeometryPointLocater.locate(Geometry geom, Coordinate testPt, double tolerance) static GeometryLocationGeometryPointLocater.locateNonVertexPoint(Geometry geom, Coordinate testPt, double tolerance) static GeometryLocationGeometryPointLocater.locateVertex(Geometry geom, Coordinate testPt, double tolerance) Methods in org.locationtech.jtstest.testbuilder.geom that return types with arguments of type GeometryLocationModifier and TypeMethodDescriptionComponentLocater.getComponents(Coordinate queryPt, double tolerance) 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 GeometryLocationModifier and TypeMethodDescriptionGeometryEditModel.locateNonVertexPoint(Coordinate testPt, double tolerance) Locates a non-vertex point on a line segment of the current geometry within the given tolerance, if any.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 GeometryLocationModifier and TypeMethodDescriptionGeometryEditModel.getComponents(Coordinate testPt, double tolerance)