public class ST_Voronoi
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Voronoi() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.GeometryCollection |
voronoi(org.locationtech.jts.geom.Geometry geomCollection) |
static org.locationtech.jts.geom.GeometryCollection |
voronoi(org.locationtech.jts.geom.Geometry geomCollection,
int outputDimension) |
static org.locationtech.jts.geom.GeometryCollection |
voronoi(org.locationtech.jts.geom.Geometry geomCollection,
int outputDimension,
org.locationtech.jts.geom.Geometry envelope) |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.GeometryCollection voronoi(org.locationtech.jts.geom.Geometry geomCollection)
throws SQLException
SQLExceptionpublic static org.locationtech.jts.geom.GeometryCollection voronoi(org.locationtech.jts.geom.Geometry geomCollection,
int outputDimension)
throws SQLException
SQLExceptionpublic static org.locationtech.jts.geom.GeometryCollection voronoi(org.locationtech.jts.geom.Geometry geomCollection,
int outputDimension,
org.locationtech.jts.geom.Geometry envelope)
throws SQLException
SQLExceptionCopyright © 2019 CNRS. All rights reserved.