class documentation

class GEOSFunc: (source)

View In Hierarchy

Serve as a wrapper for GEOS C Functions. Use thread-safe function variants when available.

Method __call__ Undocumented
Method __init__ Undocumented
Method __str__ Undocumented
Class Variable argtypes Undocumented
Class Variable errcheck Undocumented
Class Variable restype Undocumented
Instance Variable cfunc Undocumented
Instance Variable thread_context Undocumented
Method _get_argtypes Undocumented
Method _get_errcheck Undocumented
Method _get_restype Undocumented
Method _set_argtypes Undocumented
Method _set_errcheck Undocumented
Method _set_restype Undocumented
def __call__(self, *args): (source)

Undocumented

def __init__(self, func_name): (source)

Undocumented

def __str__(self): (source)

Undocumented

argtypes = (source)

Undocumented

errcheck = (source)

Undocumented

Undocumented

Undocumented

thread_context = (source)

Undocumented

def _get_argtypes(self): (source)

Undocumented

def _get_errcheck(self): (source)

Undocumented

def _get_restype(self): (source)

Undocumented

def _set_argtypes(self, argtypes): (source)

Undocumented

def _set_errcheck(self, errcheck): (source)

Undocumented

def _set_restype(self, restype): (source)

Undocumented