public class ST_Split
extends org.h2gis.api.DeterministicScalarFunction
| Modifier and Type | Field and Description |
|---|---|
static double |
PRECISION |
| Constructor and Description |
|---|
ST_Split() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
split(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB)
Split a geometry a according a geometry b.
|
static org.locationtech.jts.geom.Geometry |
split(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB,
double tolerance)
Split a geometry a according a geometry b using a snapping tolerance.
|
addProperty, getProperty, removePropertypublic static final double PRECISION
public String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry split(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB)
throws SQLException
geomA - geomB - SQLExceptionpublic static org.locationtech.jts.geom.Geometry split(org.locationtech.jts.geom.Geometry geomA,
org.locationtech.jts.geom.Geometry geomB,
double tolerance)
throws SQLException
geomA - the geometry to be splitedgeomB - the geometry used to splittolerance - a distance tolerance to snap the split geometrySQLExceptionCopyright © 2019 CNRS. All rights reserved.