Skip to main content

MultiSurface

No overview available.

Attributes

AttributeTypeDescription
geos_supportboolean = FalseIndicates 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

NameTypeDescription
argstupleA sequence of surface geometries, such as Polygon instances, to be included in the collection.
kwargsdictAdditional keyword arguments for geometry configuration, such as spatial reference system identifiers (SRID).