public class ST_Snap
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Snap() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
snap(org.locationtech.jts.geom.Geometry geometryA,
org.locationtech.jts.geom.Geometry geometryB,
double distance)
Snaps two geometries together with a given tolerance
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry snap(org.locationtech.jts.geom.Geometry geometryA,
org.locationtech.jts.geom.Geometry geometryB,
double distance)
geometryA - a geometry to snapgeometryB - a geometry to snapdistance - the tolerance to useCopyright © 2019 CNRS. All rights reserved.