public class ST_Densify
extends org.h2gis.api.DeterministicScalarFunction
Densifier| Constructor and Description |
|---|
ST_Densify() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.Geometry |
densify(org.locationtech.jts.geom.Geometry geometry,
double tolerance)
Densify a geometry using the given distance tolerance.
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry densify(org.locationtech.jts.geom.Geometry geometry,
double tolerance)
geometry - Geometrytolerance - Distance toleranceCopyright © 2019 CNRS. All rights reserved.