GEOSGeometry.unary_union New in Django 1.10. Computes
GEOSGeometry.within(other) Returns True if the DE-9IM intersection matrix for the two geometries is T*F**F***
disjoint(other)
GEOSGeometry.valid_reason Returns a string describing the reason why a geometry is invalid.
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.
GEOSGeometry.area This property returns the area of the Geometry.
trim New in Django 1.10. This property
num_interior_rings Returns the number of interior rings in this geometry.
class MultiLineString(*args, **kwargs) MultiLineString objects may be instantiated by passing in LineString
Page 3 of 10