CurvePolygon
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| geos_support | boolean = false | Indicates whether the CurvePolygon class supports GEOS operations, which is currently disabled for this geometry type. |
Constructor
Signature
def CurvePolygon() - > null
Signature
def CurvePolygon(
args: tuple,
kwargs: dict
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| args | tuple | Positional arguments representing the exterior and interior rings of the polygon |
| kwargs | dict | Keyword arguments for geometry configuration such as SRID |