MultiCurve
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| geos_support | boolean = false | A boolean flag indicating whether the GEOS library supports this geometry type, which is set to False for MultiCurve. |
Constructor
Signature
def MultiCurve() - > null
Signature
def MultiCurve(
args: tuple,
kwargs: dict
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| args | tuple | Positional arguments containing the curve geometries to be included in the collection |
| kwargs | dict | Keyword arguments for geometry configuration such as spatial reference system (SRID) |