public class HoleAssigner extends Object
| Constructor and Description |
|---|
HoleAssigner(List<org.locationtech.jts.operation.polygonize.EdgeRing> shells)
Creates a new hole assigner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
assignHolesToShells(List<org.locationtech.jts.operation.polygonize.EdgeRing> holeList)
Assigns holes to the shells.
|
static void |
assignHolesToShells(List<org.locationtech.jts.operation.polygonize.EdgeRing> holes,
List<org.locationtech.jts.operation.polygonize.EdgeRing> shells)
Assigns hole rings to shell rings.
|
public HoleAssigner(List<org.locationtech.jts.operation.polygonize.EdgeRing> shells)
shells - the shells to be assigned topublic static void assignHolesToShells(List<org.locationtech.jts.operation.polygonize.EdgeRing> holes, List<org.locationtech.jts.operation.polygonize.EdgeRing> shells)
holes - list of hole rings to assignshells - list of shell ringspublic void assignHolesToShells(List<org.locationtech.jts.operation.polygonize.EdgeRing> holeList)
holeList - list of hole rings to assignCopyright © 2024. All rights reserved.