MultiSurface
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| geos_support | boolean = False | Indicates whether the GEOS library supports this geometry type, which is set to False for MultiSurface objects. |
Constructor
Signature
def MultiSurface() - > null
Signature
def MultiSurface(
args: tuple,
kwargs: dict
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| args | tuple | A sequence of surface geometries, such as Polygon instances, to be included in the collection. |
| kwargs | dict | Additional keyword arguments for geometry configuration, such as spatial reference system identifiers (SRID). |