public class ST_UpdateZ
extends org.h2gis.api.DeterministicScalarFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
ST_UpdateZ.UpdateZCoordinateSequenceFilter
Replaces the z value to each vertex of the Geometry.
|
| Constructor and Description |
|---|
ST_UpdateZ() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
updateZ(org.locationtech.jts.geom.Geometry geometry,
double z)
Replace the z with same value.
|
static org.locationtech.jts.geom.Geometry |
updateZ(org.locationtech.jts.geom.Geometry geometry,
double z,
int updateCondition)
Replace the z value depending on the condition.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry updateZ(org.locationtech.jts.geom.Geometry geometry,
double z)
throws SQLException
geometry - z - SQLExceptionpublic static org.locationtech.jts.geom.Geometry updateZ(org.locationtech.jts.geom.Geometry geometry,
double z,
int updateCondition)
throws SQLException
geometry - z - updateCondition - set if the NaN value must be updated or notSQLExceptionCopyright © 2019 CNRS. All rights reserved.