Class ST_Polygonize

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

    public class ST_Polygonize
    extends org.h2gis.api.DeterministicScalarFunction
    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_Polygonize()  
    • Constructor Detail

      • ST_Polygonize

        public ST_Polygonize()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • execute

        public static org.locationtech.jts.geom.Geometry execute​(org.locationtech.jts.geom.Geometry geometry)
        Creates a GeometryCollection containing possible polygons formed from the constituent linework of a set of geometries.
        Parameters:
        geometry -
        Returns: