Class ST_Perimeter

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

    public class ST_Perimeter
    extends org.h2gis.api.DeterministicScalarFunction
    ST_Perimeter returns the perimeter of a polygon or a multipolygon.
    Author:
    Erwan Bocher
    • Constructor Detail

      • ST_Perimeter

        public ST_Perimeter()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • perimeter

        public static Double perimeter​(org.locationtech.jts.geom.Geometry geometry)
        Compute the perimeter of a polygon or a multipolygon.
        Parameters:
        geometry -
        Returns: