public class TopologyStretcher extends Object
Constructor and Description |
---|
TopologyStretcher(Geometry g) |
TopologyStretcher(Geometry g1,
Geometry g2) |
Modifier and Type | Method and Description |
---|---|
List[] |
getModifiedCoordinates()
Gets the
Coordinate s in each stretched geometry which were modified (if any). |
int |
numVerticesInMask(Envelope mask) |
Geometry[] |
stretch(double nearnessTol,
double stretchDistance) |
Geometry[] |
stretch(double nearnessTol,
double stretchDistance,
Envelope mask) |
public TopologyStretcher(Geometry g)
public int numVerticesInMask(Envelope mask)
public Geometry[] stretch(double nearnessTol, double stretchDistance)
public List[] getModifiedCoordinates()
Coordinate
s in each stretched geometry which were modified (if any).Copyright © 2023. All rights reserved.