Package org.h2gis.functions.spatial.edit
Class ST_MultiplyZ
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.edit.ST_MultiplyZ
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class ST_MultiplyZ extends org.h2gis.api.DeterministicScalarFunction- Author:
- ebocher
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classST_MultiplyZ.MultiplyZCoordinateSequenceFilterMultiply the z value of each vertex of the Geometry by a double value.
-
Constructor Summary
Constructors Constructor Description ST_MultiplyZ()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJavaStaticMethod()static org.locationtech.jts.geom.GeometrymultiplyZ(org.locationtech.jts.geom.Geometry geometry, double z)Multiply the z values of the geometry by another double value.-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-
-
-
Method Detail
-
getJavaStaticMethod
public String getJavaStaticMethod()
-
multiplyZ
public static org.locationtech.jts.geom.Geometry multiplyZ(org.locationtech.jts.geom.Geometry geometry, double z) throws SQLExceptionMultiply the z values of the geometry by another double value. NaN values are not updated.- Parameters:
geometry-z-- Returns:
- Throws:
SQLException
-
-