package documentation

The GeoDjango GEOS module. Please consult the GeoDjango documentation for more details: https://docs.djangoproject.com/en/dev/ref/contrib/gis/geos/
Module base Undocumented
Module collections This module houses the Geometry Collection objects: GeometryCollection, MultiPoint, MultiLineString, and MultiPolygon
Module coordseq This module houses the GEOSCoordSeq object, which is used internally by GEOSGeometry to house the actual coordinates of the Point, LineString, and LinearRing geometries.
Module error No module docstring; 1/1 class documented
Module factory No module docstring; 2/2 functions documented
Module geometry This module contains the 'base' GEOSGeometry object -- all GEOS Geometries inherit from this object.
Module io Module that holds classes for performing I/O operations on GEOS geometry objects. Specifically, this has Python implementations of WKB/WKT reader and writer classes.
Module libgeos This module houses the ctypes initialization procedures, as well as the notice and error handler function callbacks (get called when an error occurs in GEOS).
Module linestring Undocumented
Module mutable​_list This module contains a base type which provides list-style mutations without specific data storage methods.
Module point Undocumented
Module polygon Undocumented
Module prepared No module docstring; 1/1 class documented
Package prototypes This module contains all of the GEOS ctypes function prototypes. Each prototype handles the interaction between the GEOS library and Python via ctypes.