class documentation

class LinearGeometryMixin:

Known subclasses: django.contrib.gis.geos.collections.MultiLineString, django.contrib.gis.geos.linestring.LineString

View In Hierarchy

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):

Undocumented

def interpolate_normalized(self, distance):

Undocumented

def project(self, point):

Undocumented

def project_normalized(self, point):

Undocumented

@property
closed =
Return whether or not this Geometry is closed.
@property
merged =
Return the line merge of this Geometry.