fromfile(file_h)
GEOSGeometry.simplify(tolerance=0.0, preserve_topology=False) Returns a new GEOSGeometry, simplified to the specified
write(geom) Returns the WKT of the given geometry. Example:
GEOSGeometry.covers(other) New in Django 1.10. Returns
class MultiPolygon(*args, **kwargs) MultiPolygon objects may be instantiated by passing Polygon objects
class MultiPoint(*args, **kwargs) MultiPoint objects may be instantiated by passing in Point objects
GEOSGeometry.prepared Returns a GEOS PreparedGeometry for the contents of this geometry. PreparedGeometry
GEOSGeometry.wkt Returns the Well-Known Text of the geometry (an OGC standard).
GEOSGeometry.hasz Returns a boolean indicating whether the geometry is three-dimensional.
GEOSGeometry.kml Returns a
Page 4 of 10