MCPcopy
hub / github.com/django/django / MultiLineString

Class MultiLineString

django/contrib/gis/geos/collections.py:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105
106class MultiLineString(LinearGeometryMixin, GeometryCollection):
107 _allowed = (LineString, LinearRing)
108 _typeid = 5
109
110
111class MultiPolygon(GeometryCollection):

Calls

no outgoing calls

Tested by 6

test_geometry_typeMethod · 0.72
test_multilinestringMethod · 0.72
test_emptyCollectionsMethod · 0.72
test_deconstructibleMethod · 0.72