class documentation

class _WKTReader(IOBase):

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

View In Hierarchy

Undocumented

Method read Undocumented

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, wkt):

Undocumented