class documentation

class _WKBReader(IOBase):

Known subclasses: django.contrib.gis.geos.io.WKBReader

View In Hierarchy

Undocumented

Method read Return a _pointer_ to C GEOS Geometry object from the given WKB.

Inherited from IOBase:

Method __init__ Undocumented
Instance Variable ptr Undocumented

Inherited from CPointerBase (via IOBase, GEOSBase):

Method __del__ Free the memory used by the C++ object.
Method ptr.setter Undocumented
Class Variable destructor Undocumented
Instance Variable ​_ptr Undocumented
def read(self, wkb):
Return a _pointer_ to C GEOS Geometry object from the given WKB.