Class ST_Collect
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.aggregate.ST_Collect
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class ST_Collect extends org.h2gis.api.DeterministicScalarFunctionConstruct an array of Geometries.- Author:
- Nicolas Fortin, Erwan Bocher, CNRS
-
-
Constructor Summary
Constructors Constructor Description ST_Collect()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.locationtech.jts.geom.Geometrycollect(org.locationtech.jts.geom.Geometry[] geometries)Create a geometry from an array of geometriesstatic org.locationtech.jts.geom.Geometrycollect(org.locationtech.jts.geom.Geometry geomA, org.locationtech.jts.geom.Geometry geomB)Create a geometry from an array of geometriesStringgetJavaStaticMethod()-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-
-
-
Method Detail
-
getJavaStaticMethod
public String getJavaStaticMethod()
-
collect
public static org.locationtech.jts.geom.Geometry collect(org.locationtech.jts.geom.Geometry[] geometries)
Create a geometry from an array of geometries- Parameters:
geometries- array of geometries- Returns:
- org.locationtech.jts.geom.Geometry
-
collect
public static org.locationtech.jts.geom.Geometry collect(org.locationtech.jts.geom.Geometry geomA, org.locationtech.jts.geom.Geometry geomB)Create a geometry from an array of geometries- Parameters:
geomA- input geometrygeomB- input geometry- Returns:
- org.locationtech.jts.geom.Geometry
-
-