Class ST_Accum
java.lang.Object
org.h2gis.api.AbstractFunction
org.h2gis.functions.spatial.aggregate.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
-
Field Summary
Fields inherited from interface org.h2gis.api.Function
PROP_NAME, PROP_REMARKS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintgetInternalType(int[] inputTypes) org.locationtech.jts.geom.GeometryCollectionvoidinit(Connection connection) Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
Constructor Details
-
ST_Accum
public ST_Accum()
-
-
Method Details
-
init
- Specified by:
initin interfaceorg.h2.api.Aggregate- Throws:
SQLException
-
getInternalType
- Specified by:
getInternalTypein interfaceorg.h2.api.Aggregate- Throws:
SQLException
-
add
- Specified by:
addin interfaceorg.h2.api.Aggregate- Throws:
SQLException
-
getResult
- Specified by:
getResultin interfaceorg.h2.api.Aggregate- Throws:
SQLException
-