public class ST_AddPoint
extends org.h2gis.api.DeterministicScalarFunction
| Modifier and Type | Field and Description |
|---|---|
static double |
PRECISION |
| Constructor and Description |
|---|
ST_AddPoint() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.Geometry |
addPoint(org.locationtech.jts.geom.Geometry geometry,
org.locationtech.jts.geom.Point point)
Returns a new geometry based on an existing one, with a specific point as
a new vertex.
|
static org.locationtech.jts.geom.Geometry |
addPoint(org.locationtech.jts.geom.Geometry geometry,
org.locationtech.jts.geom.Point point,
double tolerance)
Returns a new geometry based on an existing one, with a specific point as
a new vertex.
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic static final double PRECISION
public String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry addPoint(org.locationtech.jts.geom.Geometry geometry,
org.locationtech.jts.geom.Point point)
throws SQLException
geometry - point - SQLExceptionpublic static org.locationtech.jts.geom.Geometry addPoint(org.locationtech.jts.geom.Geometry geometry,
org.locationtech.jts.geom.Point point,
double tolerance)
throws SQLException
geometry - point - tolerance - SQLException - If the vertex can be inserted but it makes the
geometry to be in an invalid shapeCopyright © 2019 CNRS. All rights reserved.