public class ST_RemoveHoles
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_RemoveHoles() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
removeHoles(org.locationtech.jts.geom.Geometry geometry)
Remove any holes from the geometry.
|
static org.locationtech.jts.geom.MultiPolygon |
removeHolesMultiPolygon(org.locationtech.jts.geom.MultiPolygon multiPolygon)
Create a new multiPolygon without hole.
|
static org.locationtech.jts.geom.Polygon |
removeHolesPolygon(org.locationtech.jts.geom.Polygon polygon)
Create a new polygon without hole.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry removeHoles(org.locationtech.jts.geom.Geometry geometry)
geometry - Geometrypublic static org.locationtech.jts.geom.MultiPolygon removeHolesMultiPolygon(org.locationtech.jts.geom.MultiPolygon multiPolygon)
multiPolygon - public static org.locationtech.jts.geom.Polygon removeHolesPolygon(org.locationtech.jts.geom.Polygon polygon)
polygon - Copyright © 2019 CNRS. All rights reserved.