Class ST_ZUpdateLineExtremities

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

    public class ST_ZUpdateLineExtremities
    extends org.h2gis.api.DeterministicScalarFunction
    Author:
    Erwan Bocher CNRS
    • Constructor Detail

      • ST_ZUpdateLineExtremities

        public ST_ZUpdateLineExtremities()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • updateZExtremities

        public static org.locationtech.jts.geom.Geometry updateZExtremities​(org.locationtech.jts.geom.Geometry geometry,
                                                                            double startZ,
                                                                            double endZ)
      • updateZExtremities

        public static org.locationtech.jts.geom.Geometry updateZExtremities​(org.locationtech.jts.geom.Geometry geometry,
                                                                            double startZ,
                                                                            double endZ,
                                                                            boolean interpolate)
        Update the start and end Z values. If the interpolate is true the vertices are interpolated according the start and end z values.
        Parameters:
        geometry -
        startZ -
        endZ -
        interpolate -
        Returns: