public class ST_Buffer
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Buffer()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.Geometry |
buffer(org.locationtech.jts.geom.Geometry geom,
Double distance) |
static org.locationtech.jts.geom.Geometry |
buffer(org.locationtech.jts.geom.Geometry geom,
Double distance,
org.h2.value.Value value) |
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry buffer(org.locationtech.jts.geom.Geometry geom,
Double distance)
geom - Geometry instancedistance - Buffer width in projection unitpublic static org.locationtech.jts.geom.Geometry buffer(org.locationtech.jts.geom.Geometry geom,
Double distance,
org.h2.value.Value value)
throws IllegalArgumentException
geom - Geometry instancedistance - Buffer width in projection unitvalue - Int or varchar end typeIllegalArgumentExceptionCopyright © 2019 CNRS. All rights reserved.