GEOSGeometry.extent This property returns the extent of this geometry as a 4-tuple, consisting of (xmin, ymin, xmax, ymax)
GEOSGeometry.point_on_surface Computes and returns a Point guaranteed to be on the interior of this geometry.
class MultiPoint(*args, **kwargs) MultiPoint objects may be instantiated by passing in Point objects
GEOSGeometry.area This property returns the area of the Geometry.
GEOSGeometry.within(other) Returns True if the DE-9IM intersection matrix for the two geometries is T*F**F***
disjoint(other)
class MultiLineString(*args, **kwargs) MultiLineString objects may be instantiated by passing in LineString
write(geom) Returns the WKT of the given geometry. Example:
trim New in Django 1.10. This property
fromfile(file_h)
Page 3 of 10