Class LinearGeometryMixin
Used for LineString and MultiLineString.
Declaration
class LinearGeometryMixin
source linkDocumentation
Methods
▷ def closed(self) @property Return whether or not this Geometry is closed.
@property
def closed(self)
▷ def merged(self) @property Return the line merge of this Geometry.
@property
def merged(self)
Subclasses
Reexports