public class InvalidHoleRemover
extends java.lang.Object
Notes:
Constructor | Description |
---|---|
InvalidHoleRemover(Geometry geom) |
Creates a new invalid hole remover instance.
|
Modifier and Type | Method | Description |
---|---|---|
static Geometry |
clean(Geometry geom) |
Removes invalid holes from the polygons in a geometry.
|
Geometry |
getResult() |
Gets the cleaned geometry.
|
public InvalidHoleRemover(Geometry geom)
geom
- the geometry to processpublic static Geometry clean(Geometry geom)
geom
- the geometry to cleanpublic Geometry getResult()
Copyright © 2018. All rights reserved.