Class ST_Interpolate3DLine

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

    public class ST_Interpolate3DLine
    extends org.h2gis.api.DeterministicScalarFunction
    Interpolate a 1 dimension geometry according its start and end z values.
    Author:
    Erwan Bocher
    • Constructor Detail

      • ST_Interpolate3DLine

        public ST_Interpolate3DLine()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • interpolateLine

        public static org.locationtech.jts.geom.Geometry interpolateLine​(org.locationtech.jts.geom.Geometry geometry)
        Parameters:
        geometry -
        Returns: