Class ST_3DArea

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

    public class ST_3DArea
    extends org.h2gis.api.DeterministicScalarFunction
    Compute the 3D area of a polygon or a multiolygon.
    Author:
    Erwan Bocher
    • Constructor Detail

      • ST_3DArea

        public ST_3DArea()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • st3darea

        public static Double st3darea​(org.locationtech.jts.geom.Geometry geometry)
        Compute the 3D area of a polygon a geometrycollection that contains polygons
        Parameters:
        geometry -
        Returns: