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
Coordinates 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()
Coordinates in each stretched geometry which were modified (if any).Copyright © 2025. All rights reserved.