Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
101
class
MultiPoint(GeometryCollection):
102
_allowed = Point
103
_typeid = 4
104
105
106
class
MultiLineString(LinearGeometryMixin, GeometryCollection):
Callers
8
test_related_union_aggregate
Method · 0.90
test_multipointfield
Method · 0.90
test_geometry_type
Method · 0.90
test06_Collection
Method · 0.90
test_hash
Method · 0.90
test_extent
Method · 0.90
test_deconstructible
Method · 0.90
test_normalize
Method · 0.90
Calls
no outgoing calls
Tested by
8
test_related_union_aggregate
Method · 0.72
test_multipointfield
Method · 0.72
test_geometry_type
Method · 0.72
test06_Collection
Method · 0.72
test_hash
Method · 0.72
test_extent
Method · 0.72
test_deconstructible
Method · 0.72
test_normalize
Method · 0.72