public class ST_RingSideBuffer
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_RingSideBuffer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
ringSideBuffer(org.locationtech.jts.geom.Geometry geom,
double bufferSize,
int numBuffer)
Compute a ring buffer on one side of the geometry
|
static org.locationtech.jts.geom.Geometry |
ringSideBuffer(org.locationtech.jts.geom.Geometry geom,
double bufferDistance,
int numBuffer,
String parameters) |
static org.locationtech.jts.geom.Geometry |
ringSideBuffer(org.locationtech.jts.geom.Geometry geom,
double bufferDistance,
int numBuffer,
String parameters,
boolean doDifference)
Compute a ring buffer on one side of the geometry
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry ringSideBuffer(org.locationtech.jts.geom.Geometry geom,
double bufferSize,
int numBuffer)
throws SQLException
geom - bufferSize - numBuffer - SQLExceptionpublic static org.locationtech.jts.geom.Geometry ringSideBuffer(org.locationtech.jts.geom.Geometry geom,
double bufferDistance,
int numBuffer,
String parameters)
throws SQLException
geom - bufferDistance - numBuffer - parameters - SQLExceptionpublic static org.locationtech.jts.geom.Geometry ringSideBuffer(org.locationtech.jts.geom.Geometry geom,
double bufferDistance,
int numBuffer,
String parameters,
boolean doDifference)
throws SQLException
geom - bufferDistance - numBuffer - parameters - doDifference - SQLExceptionCopyright © 2019 CNRS. All rights reserved.