Class TopologyStretcher
java.lang.Object
org.locationtech.jtstest.testbuilder.topostretch.TopologyStretcher
Stretches the vertices and segments of a @link Geometry}
to make the topology more visible.
- Author:
- Martin Davis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList[]
Gets theCoordinate
s in each stretched geometry which were modified (if any).int
numVerticesInMask
(Envelope mask) Geometry[]
stretch
(double nearnessTol, double stretchDistance) Geometry[]
-
Constructor Details
-
TopologyStretcher
-
TopologyStretcher
-
-
Method Details
-
numVerticesInMask
-
stretch
-
stretch
-
getModifiedCoordinates
Gets theCoordinate
s in each stretched geometry which were modified (if any).- Returns:
- lists of Coordinates, one for each input geometry
-