Class ST_MultiplyZ

  • All Implemented Interfaces:
    org.h2gis.api.Function, org.h2gis.api.ScalarFunction

    public class ST_MultiplyZ
    extends org.h2gis.api.DeterministicScalarFunction
    Author:
    ebocher
    • Constructor Detail

      • ST_MultiplyZ

        public ST_MultiplyZ()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • multiplyZ

        public static org.locationtech.jts.geom.Geometry multiplyZ​(org.locationtech.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