Class ST_Accum

  • All Implemented Interfaces:
    org.h2.api.Aggregate, org.h2gis.api.Function
    Direct Known Subclasses:
    ST_Collect

    public class ST_Accum
    extends org.h2gis.api.AbstractFunction
    implements org.h2.api.Aggregate
    Construct an array of Geometries.
    Author:
    Nicolas Fortin, Erwan Bocher, CNRS
    • Constructor Detail

      • ST_Accum

        public ST_Accum()
    • Method Detail

      • getInternalType

        public int getInternalType​(int[] inputTypes)
                            throws SQLException
        Specified by:
        getInternalType in interface org.h2.api.Aggregate
        Throws:
        SQLException
      • getResult

        public org.locationtech.jts.geom.GeometryCollection getResult()
                                                               throws SQLException
        Specified by:
        getResult in interface org.h2.api.Aggregate
        Throws:
        SQLException