new GeometryCollection(opt_geometries)
geom/GeometryCollection.js, line 17
| Name | Type | Description |
|---|---|---|
geometries |
Array.<module:ol/geom/Geometry~Geometry> |
Geometries. |
Methods
-
applyTransform()
geom/GeometryCollection.js, line 252 -
-
Make a complete copy of the geometry.
Returns:
Clone.
-
Return the geometries that make up this geometry collection.
Returns:
Geometries.
-
getType()
geom/GeometryCollection.js, line 176 -
-
intersectsExtent()
geom/GeometryCollection.js, line 184 -
-
rotate()
geom/GeometryCollection.js, line 205 -
-
scale()
geom/GeometryCollection.js, line 217 -
-
setGeometries(geometries)
geom/GeometryCollection.js, line 234 -
Set the geometries that make up this geometry collection.
Name Type Description geometriesArray.<module:ol/geom/Geometry~Geometry> Geometries.
-
translate(deltaX, deltaY)
geom/GeometryCollection.js, line 267 -
Translate the geometry.
Name Type Description deltaXnumber Delta X.
deltaYnumber Delta Y.
OpenLayers