public class ST_MakePolygon
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_MakePolygon() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Polygon |
makePolygon(org.locationtech.jts.geom.Geometry shell)
Creates a Polygon formed by the given shell.
|
static org.locationtech.jts.geom.Polygon |
makePolygon(org.locationtech.jts.geom.Geometry shell,
org.locationtech.jts.geom.Geometry... holes)
Creates a Polygon formed by the given shell and holes.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Polygon makePolygon(org.locationtech.jts.geom.Geometry shell)
throws IllegalArgumentException
shell - IllegalArgumentExceptionpublic static org.locationtech.jts.geom.Polygon makePolygon(org.locationtech.jts.geom.Geometry shell,
org.locationtech.jts.geom.Geometry... holes)
throws IllegalArgumentException
shell - holes - IllegalArgumentExceptionCopyright © 2019 CNRS. All rights reserved.