GEOSGeometry.covers(other) New in Django 1.10. Returns
GEOSGeometry.simplify(tolerance=0.0, preserve_topology=False) Returns a new GEOSGeometry, simplified to the specified
GEOSGeometry.empty Returns whether or not the set of points in the geometry is empty.
class MultiLineString(*args, **kwargs) MultiLineString objects may be instantiated by passing in LineString
write(geom) Returns the WKT of the given geometry. Example:
GEOSGeometry.valid_reason Returns a string describing the reason why a geometry is invalid.
GEOSGeometry.prepared Returns a GEOS PreparedGeometry for the contents of this geometry. PreparedGeometry
GEOSGeometry.kml Returns a
crosses(other)
GEOSGeometry.transform(ct, clone=False) Transforms the geometry according to the given coordinate transformation parameter (ct)
Page 4 of 10