public class ST_Delaunay
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Delaunay() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.GeometryCollection |
createDT(org.locationtech.jts.geom.Geometry geometry)
Build a delaunay triangulation based on all coordinates of the geometry
|
static org.locationtech.jts.geom.GeometryCollection |
createDT(org.locationtech.jts.geom.Geometry geometry,
int flag)
Build a delaunay triangulation based on all coordinates of the geometry
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.GeometryCollection createDT(org.locationtech.jts.geom.Geometry geometry)
throws SQLException
geometry - SQLExceptionpublic static org.locationtech.jts.geom.GeometryCollection createDT(org.locationtech.jts.geom.Geometry geometry,
int flag)
throws SQLException
geometry - flag - for flag=0 (default flag) or a MULTILINESTRING for flag=1SQLExceptionCopyright © 2019 CNRS. All rights reserved.