Skip to main content

CircularString

No overview available.

Attributes

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

NameTypeDescription
argsanyThe coordinate sequences or point geometries that define the circular arc segments.
kwargsanyAdditional geometry configuration options such as SRID.