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