MCPcopy
hub / github.com/django/django / MultiPoint

Class MultiPoint

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

Source from the content-addressed store, hash-verified

99
100# MultiPoint, MultiLineString, and MultiPolygon class definitions.
101class MultiPoint(GeometryCollection):
102 _allowed = Point
103 _typeid = 4
104
105
106class MultiLineString(LinearGeometryMixin, GeometryCollection):

Callers 8

test_multipointfieldMethod · 0.90
test_geometry_typeMethod · 0.90
test06_CollectionMethod · 0.90
test_hashMethod · 0.90
test_extentMethod · 0.90
test_deconstructibleMethod · 0.90
test_normalizeMethod · 0.90

Calls

no outgoing calls

Tested by 8

test_multipointfieldMethod · 0.72
test_geometry_typeMethod · 0.72
test06_CollectionMethod · 0.72
test_hashMethod · 0.72
test_extentMethod · 0.72
test_deconstructibleMethod · 0.72
test_normalizeMethod · 0.72