public class ST_MultiplyZ
extends org.h2gis.api.DeterministicScalarFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
ST_MultiplyZ.MultiplyZCoordinateSequenceFilter
Multiply the z value of each vertex of the Geometry by a double value.
|
| Constructor and Description |
|---|
ST_MultiplyZ() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
multiplyZ(org.locationtech.jts.geom.Geometry geometry,
double z)
Multiply the z values of the geometry by another double value.
|
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry multiplyZ(org.locationtech.jts.geom.Geometry geometry,
double z)
throws SQLException
geometry - z - SQLExceptionCopyright © 2019 CNRS. All rights reserved.