class documentation

class WKTReader(_WKTReader):

View In Hierarchy

Undocumented

Method read Return a GEOSGeometry for the given WKT string.

Inherited from IOBase (via _WKTReader):

Method __init__ Undocumented
Instance Variable ptr Undocumented

Inherited from CPointerBase (via _WKTReader, 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):
Return a GEOSGeometry for the given WKT string.