Geometry
, MultiGeometry
, or GeometryCollection
to contain the Geometry
s in it. For example:geomList
contains a single Polygon
, the Polygon
is returned. geomList
contains several Polygon
s, a MultiPolygon
is returned. geomList
contains some Polygon
s and some LineString
s, a GeometryCollection
is returned. geomList
is empty, an empty GeometryCollection
is returned Geometry
s to combine
@return a Geometry
of the "smallest", "mosttype-specific" class that can contain the elements of geomList
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|