Class ST_Collect
java.lang.Object
org.h2gis.api.AbstractFunction
org.h2gis.functions.spatial.aggregate.ST_Accum
org.h2gis.functions.spatial.aggregate.ST_Collect
- All Implemented Interfaces:
org.h2.api.Aggregate,org.h2gis.api.Function
Construct an array of Geometries.
- Author:
- Nicolas Fortin
-
Field Summary
Fields inherited from interface org.h2gis.api.Function
PROP_NAME, PROP_REMARKS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.h2gis.functions.spatial.aggregate.ST_Accum
add, getInternalType, getResult, initMethods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
Constructor Details
-
ST_Collect
public ST_Collect()
-