Class ST_MakePolygon

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

    public class ST_MakePolygon
    extends org.h2gis.api.DeterministicScalarFunction
    Class to create a polygon
    Author:
    Erwan Bocher
    • Field Summary

      • Fields inherited from interface org.h2gis.api.Function

        PROP_NAME, PROP_REMARKS
      • Fields inherited from interface org.h2gis.api.ScalarFunction

        PROP_DETERMINISTIC
    • Constructor Summary

      Constructors 
      Constructor Description
      ST_MakePolygon()  
    • Constructor Detail

      • ST_MakePolygon

        public ST_MakePolygon()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • makePolygon

        public static org.locationtech.jts.geom.Polygon makePolygon​(org.locationtech.jts.geom.Geometry shell)
                                                             throws IllegalArgumentException
        Creates a Polygon formed by the given shell.
        Parameters:
        shell -
        Returns:
        Throws:
        IllegalArgumentException
      • makePolygon

        public static org.locationtech.jts.geom.Polygon makePolygon​(org.locationtech.jts.geom.Geometry shell,
                                                                    org.locationtech.jts.geom.Geometry holes)
                                                             throws IllegalArgumentException
        Creates a Polygon formed by the given shell and holes.
        Parameters:
        shell -
        holes -
        Returns:
        Throws:
        IllegalArgumentException