Class ST_CoverageUnion

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

    public class ST_CoverageUnion
    extends org.h2gis.api.DeterministicScalarFunction
    Author:
    Erwan Bocher, CNRS
    • Constructor Detail

      • ST_CoverageUnion

        public ST_CoverageUnion()
    • Method Detail

      • getJavaStaticMethod

        public String getJavaStaticMethod()
      • execute

        public static org.locationtech.jts.geom.Geometry execute​(org.locationtech.jts.geom.Geometry[] geoms)
        Run the coverage union
        Parameters:
        geoms - the input array of geometries
        Returns:
        the union of the input array of geometries