public class ST_ConstrainedDelaunay
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_ConstrainedDelaunay() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.GeometryCollection |
createCDT(org.locationtech.jts.geom.Geometry geometry)
Build a constrained delaunay triangulation based on a geometry
(point, line, polygon)
|
static org.locationtech.jts.geom.GeometryCollection |
createCDT(org.locationtech.jts.geom.Geometry geometry,
int flag)
Build a constrained delaunay triangulation based on a geometry
(point, line, polygon)
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.GeometryCollection createCDT(org.locationtech.jts.geom.Geometry geometry)
throws SQLException
geometry - SQLExceptionpublic static org.locationtech.jts.geom.GeometryCollection createCDT(org.locationtech.jts.geom.Geometry geometry,
int flag)
throws SQLException
geometry - flag - SQLExceptionCopyright © 2019 CNRS. All rights reserved.