Class ST_Multi
- java.lang.Object
-
- org.h2gis.api.AbstractFunction
-
- org.h2gis.api.DeterministicScalarFunction
-
- org.h2gis.functions.spatial.convert.ST_Multi
-
- All Implemented Interfaces:
org.h2gis.api.Function,org.h2gis.api.ScalarFunction
public class ST_Multi extends org.h2gis.api.DeterministicScalarFunctionConstruct a geometry collection from a geometry- Author:
- Erwan Bocher, CNRS
-
-
Constructor Summary
Constructors Constructor Description ST_Multi()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJavaStaticMethod()static org.locationtech.jts.geom.GeometrytoCollection(org.locationtech.jts.geom.Geometry geometry)Construct a geometry collection from a geometry-
Methods inherited from class org.h2gis.api.AbstractFunction
addProperty, getProperty, removeProperty
-
-
-
-
Method Detail
-
getJavaStaticMethod
public String getJavaStaticMethod()
-
toCollection
public static org.locationtech.jts.geom.Geometry toCollection(org.locationtech.jts.geom.Geometry geometry)
Construct a geometry collection from a geometry- Parameters:
geometry-- Returns:
-
-