class documentation

class GEOSFunc:

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
Method ​_get​_argtypes Undocumented
Method ​_get​_errcheck Undocumented
Method ​_get​_restype Undocumented
Method ​_set​_argtypes Undocumented
Method ​_set​_errcheck Undocumented
Method ​_set​_restype Undocumented
Class Variable argtypes Undocumented
Class Variable errcheck Undocumented
Class Variable restype Undocumented
Instance Variable cfunc Undocumented
Instance Variable thread​_context Undocumented
def __call__(self, *args):

Undocumented

def __init__(self, func_name):

Undocumented

def __str__(self):

Undocumented

def _get_argtypes(self):

Undocumented

def _get_errcheck(self):

Undocumented

def _get_restype(self):

Undocumented

def _set_argtypes(self, argtypes):

Undocumented

def _set_errcheck(self, errcheck):

Undocumented

def _set_restype(self, restype):

Undocumented

argtypes =

Undocumented

errcheck =

Undocumented

restype =

Undocumented

cfunc =

Undocumented

thread_context =

Undocumented