public class HoleRemover
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
HoleRemover.Predicate |
| Constructor | Description |
|---|---|
HoleRemover(Geometry geom,
HoleRemover.Predicate isRemoved) |
Creates a new hole remover instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
Geometry |
getResult() |
Gets the cleaned geometry.
|
public HoleRemover(Geometry geom, HoleRemover.Predicate isRemoved)
geom - the geometry to processpublic Geometry getResult()
Copyright © 2018. All rights reserved.