class GeometryCollection(*args, **kwargs) GeometryCollection objects may be instantiated by passing in other
GEOSGeometry.ewkt Returns the “extended” Well-Known Text of the geometry. This representation is specific to PostGIS and is
within(other)
GEOSGeometry.dims Returns the dimension of the geometry: 0
GEOSGeometry.hex Returns the WKB of this Geometry in hexadecimal form. Please note that the SRID value is not included in this
GEOSGeometry.intersection(other) Returns a GEOSGeometry representing the points shared by this geometry and other
GEOSGeometry.geom_typeid Returns the GEOS geometry type identification number. The following table shows the value for each
GEOSGeometry.num_geom Returns the number of geometries in this geometry. In other words, will return 1 on anything but geometry
GEOSGeometry.centroid Returns a Point object representing the geometric center of the geometry. The point is not
closed New in Django 1.10. Returns True
Page 9 of 10