public class ST_ConstrainedDelaunay
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_ConstrainedDelaunay() |
| Modifier and Type | Method and Description |
|---|---|
static com.vividsolutions.jts.geom.GeometryCollection |
createCDT(com.vividsolutions.jts.geom.Geometry geometry)
Build a constrained delaunay triangulation based on a geometry
(point, line, polygon)
|
static com.vividsolutions.jts.geom.GeometryCollection |
createCDT(com.vividsolutions.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 com.vividsolutions.jts.geom.GeometryCollection createCDT(com.vividsolutions.jts.geom.Geometry geometry)
throws SQLException
geometry - SQLExceptionpublic static com.vividsolutions.jts.geom.GeometryCollection createCDT(com.vividsolutions.jts.geom.Geometry geometry,
int flag)
throws SQLException
geometry - flag - SQLExceptionCopyright © 2018 CNRS. All rights reserved.