class documentation

class WKTWriter(IOBase):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method outdim.setter Undocumented
Method precision.setter Undocumented
Method trim.setter Undocumented
Method write Return the WKT representation of the given geometry.
Instance Variable ​_precision Undocumented
Instance Variable ​_trim Undocumented
Property outdim Undocumented
Property precision Undocumented
Property trim Undocumented

Inherited from IOBase:

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 __init__(self, dim=2, trim=False, precision=None):
@outdim.setter
def outdim(self, new_dim):

Undocumented

@precision.setter
def precision(self, precision):

Undocumented

@trim.setter
def trim(self, flag):

Undocumented

def write(self, geom):
Return the WKT representation of the given geometry.
_precision =

Undocumented

_trim =

Undocumented

@property
outdim =

Undocumented

@property
precision =

Undocumented

@property
trim =

Undocumented