class documentation

Used for LineString and MultiLineString.

Method interpolate Undocumented
Method interpolate_normalized Undocumented
Method project Undocumented
Method project_normalized Undocumented
Property closed Return whether or not this Geometry is closed.
Property merged Return the line merge of this Geometry.
def interpolate(self, distance): (source)

Undocumented

def interpolate_normalized(self, distance): (source)

Undocumented

def project(self, point): (source)

Undocumented

def project_normalized(self, point): (source)

Undocumented

Return whether or not this Geometry is closed.

Return the line merge of this Geometry.