Class ST_Z

  • All Implemented Interfaces:
    org.h2gis.api.Function, org.h2gis.api.ScalarFunction
    Direct Known Subclasses:
    ST_M

    public class ST_Z
    extends org.h2gis.api.DeterministicScalarFunction
    Get the first Z coordinate
    Author:
    Nicolas Fortin
    • Constructor Detail

      • ST_Z

        public ST_Z()
        Default constructor
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • getZ

        public static Double getZ​(org.locationtech.jts.geom.Geometry geometry)
        Parameters:
        geometry - Geometry instance
        Returns:
        A z coordinate or null if null or empty geometry.