module documentation

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). This module also houses GEOS Pointer utilities, including get_pointer_arr(), and GEOM_PTR.

Class GEOSContextHandle_t Undocumented
Class GEOSCoordSeq_t Undocumented
Class GEOSFuncFactory Lazy loading of GEOS functions.
Class GEOSGeom_t Undocumented
Class GEOSPrepGeom_t Undocumented
Function error_h Undocumented
Function geos_version Return the string version of the GEOS library.
Function geos_version_tuple Return the GEOS version as a tuple (major, minor, subminor).
Function load_geos Undocumented
Function notice_h Undocumented
Constant CONTEXT_PTR Undocumented
Constant CS_PTR Undocumented
Constant ERRORFUNC Undocumented
Constant GEOM_PTR Undocumented
Constant NOTICEFUNC Undocumented
Constant PREPGEOM_PTR Undocumented
Variable lgeos Undocumented
Variable logger Undocumented
def error_h(fmt, lst): (source)

Undocumented

def geos_version(): (source)

Return the string version of the GEOS library.

def geos_version_tuple(): (source)

Return the GEOS version as a tuple (major, minor, subminor).

def load_geos(): (source)

Undocumented

def notice_h(fmt, lst): (source)

Undocumented

CONTEXT_PTR = (source)

Undocumented

Value
POINTER(GEOSContextHandle_t)

Undocumented

Value
POINTER(GEOSCoordSeq_t)
ERRORFUNC = (source)

Undocumented

Value
CFUNCTYPE(None, c_char_p, c_char_p)
GEOM_PTR = (source)

Undocumented

Value
POINTER(GEOSGeom_t)
NOTICEFUNC = (source)

Undocumented

Value
CFUNCTYPE(None, c_char_p, c_char_p)
PREPGEOM_PTR = (source)

Undocumented

Value
POINTER(GEOSPrepGeom_t)

Undocumented

Undocumented