public class ST_SideBuffer
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_SideBuffer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
singleSideBuffer(org.locationtech.jts.geom.Geometry geometry,
double distance)
Compute a single side buffer with default parameters
|
static org.locationtech.jts.geom.Geometry |
singleSideBuffer(org.locationtech.jts.geom.Geometry geometry,
double distance,
String parameters)
Compute a single side buffer with join and mitre parameters
Note :
The End Cap Style for single-sided buffers is always ignored, and forced to the equivalent of flat.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry singleSideBuffer(org.locationtech.jts.geom.Geometry geometry,
double distance)
geometry - distance - public static org.locationtech.jts.geom.Geometry singleSideBuffer(org.locationtech.jts.geom.Geometry geometry,
double distance,
String parameters)
geometry - distance - parameters - Copyright © 2019 CNRS. All rights reserved.