org.h2gis.h2spatialext.function.spatial.edit
Class ST_MultiplyZ
java.lang.Object
org.h2gis.h2spatialapi.AbstractFunction
org.h2gis.h2spatialapi.DeterministicScalarFunction
org.h2gis.h2spatialext.function.spatial.edit.ST_MultiplyZ
- All Implemented Interfaces:
- Function, ScalarFunction
public class ST_MultiplyZ
- extends DeterministicScalarFunction
- Author:
- ebocher
|
Method Summary |
String |
getJavaStaticMethod()
|
static com.vividsolutions.jts.geom.Geometry |
multiplyZ(com.vividsolutions.jts.geom.Geometry geometry,
double z)
Multiply the z values of the geometry by another double value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ST_MultiplyZ
public ST_MultiplyZ()
getJavaStaticMethod
public String getJavaStaticMethod()
multiplyZ
public static com.vividsolutions.jts.geom.Geometry multiplyZ(com.vividsolutions.jts.geom.Geometry geometry,
double z)
throws SQLException
- Multiply the z values of the geometry by another double value. NaN values
are not updated.
- Parameters:
geometry - z -
- Returns:
-
- Throws:
SQLException
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.