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.

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
Class ​GEOSContext​Handle_t Undocumented
Class ​GEOSCoord​Seq_t Undocumented
Class ​GEOSFunc​Factory Lazy loading of GEOS functions.
Class ​GEOSGeom_t Undocumented
Class ​GEOSPrep​Geom_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
CONTEXT_PTR =

Undocumented

Value
POINTER(GEOSContextHandle_t)
CS_PTR =

Undocumented

Value
POINTER(GEOSCoordSeq_t)
ERRORFUNC =

Undocumented

Value
CFUNCTYPE(None, c_char_p, c_char_p)
GEOM_PTR =

Undocumented

Value
POINTER(GEOSGeom_t)
NOTICEFUNC =

Undocumented

Value
CFUNCTYPE(None, c_char_p, c_char_p)
PREPGEOM_PTR =

Undocumented

Value
POINTER(GEOSPrepGeom_t)
lgeos =

Undocumented

logger =

Undocumented

def error_h(fmt, lst):

Undocumented

def geos_version():
Return the string version of the GEOS library.
def geos_version_tuple():
Return the GEOS version as a tuple (major, minor, subminor).
def load_geos():

Undocumented

def notice_h(fmt, lst):

Undocumented