CircularString
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 as CircularString is not natively supported by GEOS. |
Constructor
Signature
def CircularString() - > null
Signature
def CircularString(
args: any,
kwargs: any
)
Parameters
| Name | Type | Description |
|---|---|---|
| args | any | The coordinate sequences or point geometries that define the circular arc segments. |
| kwargs | any | Additional geometry configuration options such as SRID. |