class documentation

class GEOSFuncFactory:

Known subclasses: django.contrib.gis.geos.prototypes.coordseq.CsInt, django.contrib.gis.geos.prototypes.coordseq.CsOperation, django.contrib.gis.geos.prototypes.coordseq.CsOutput, django.contrib.gis.geos.prototypes.geom.GeomOutput, django.contrib.gis.geos.prototypes.geom.IntFromGeom, django.contrib.gis.geos.prototypes.geom.StringFromGeom, django.contrib.gis.geos.prototypes.io.WKBReadFunc, django.contrib.gis.geos.prototypes.io.WKBWriteFunc, django.contrib.gis.geos.prototypes.io.WKBWriterGet, django.contrib.gis.geos.prototypes.io.WKBWriterSet, django.contrib.gis.geos.prototypes.misc.DblFromGeom, django.contrib.gis.geos.prototypes.predicates.UnaryPredicate, django.contrib.gis.geos.prototypes.prepared.PreparedPredicate, django.contrib.gis.geos.prototypes.topology.Topology

View In Hierarchy

Lazy loading of GEOS functions.
Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable argtypes Undocumented
Instance Variable errcheck Undocumented
Instance Variable func​_name Undocumented
Instance Variable restype Undocumented
Property func Undocumented
def __call__(self, *args):

Undocumented

def __init__(self, func_name, *, restype=None, errcheck=None, argtypes=None):
func_name =

Undocumented

restype =

Undocumented

@cached_property
func =

Undocumented