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 theCoordinates in each stretched geometry which were modified (if any).intnumVerticesInMask(Envelope mask) Geometry[]stretch(double nearnessTol, double stretchDistance) Geometry[]
-
Constructor Details
-
TopologyStretcher
-
TopologyStretcher
-
-
Method Details
-
numVerticesInMask
-
stretch
-
stretch
-
getModifiedCoordinates
Gets theCoordinates in each stretched geometry which were modified (if any).- Returns:
- lists of Coordinates, one for each input geometry
-