public class ST_Union
extends org.h2gis.api.DeterministicScalarFunction
| Constructor and Description |
|---|
ST_Union()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaStaticMethod() |
static org.locationtech.jts.geom.Geometry |
union(org.locationtech.jts.geom.Geometry geomList) |
static org.locationtech.jts.geom.Geometry |
union(org.locationtech.jts.geom.Geometry a,
org.locationtech.jts.geom.Geometry b) |
addProperty, getProperty, removePropertypublic String getJavaStaticMethod()
public static org.locationtech.jts.geom.Geometry union(org.locationtech.jts.geom.Geometry a,
org.locationtech.jts.geom.Geometry b)
a - Geometry instance.b - Geometry instancepublic static org.locationtech.jts.geom.Geometry union(org.locationtech.jts.geom.Geometry geomList)
geomList - Geometry listCopyright © 2019 CNRS. All rights reserved.