public class ST_Simplify
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Simplify() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
simplify(org.locationtech.jts.geom.Geometry geometry,
double distance)
Simplify the geometry using the douglad peucker algorithm.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry simplify(org.locationtech.jts.geom.Geometry geometry,
double distance)
geometry - distance - Copyright © 2019 CNRS. All rights reserved.