public class ST_AddZ
extends org.h2gis.api.DeterministicScalarFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
ST_AddZ.AddZCoordinateSequenceFilter
Add a z value to each vertex of the Geometry.
|
| Constructor and Description |
|---|
ST_AddZ() |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.Geometry |
addZ(org.locationtech.jts.geom.Geometry geometry,
double z)
Add a z with to the existing value (do the sum).
|
String |
getJavaStaticMethod() |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry addZ(org.locationtech.jts.geom.Geometry geometry,
double z)
throws SQLException
geometry - z - SQLExceptionCopyright © 2019 CNRS. All rights reserved.