class documentation

class WKTWriter(IOBase): (source)

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.
Property outdim Undocumented
Property precision Undocumented
Property trim Undocumented
Instance Variable _precision Undocumented
Instance Variable _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): (source)
@outdim.setter
def outdim(self, new_dim): (source)

Undocumented

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

Undocumented

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

Undocumented

def write(self, geom): (source)

Return the WKT representation of the given geometry.

Undocumented

Undocumented

Undocumented

_precision = (source)

Undocumented

Undocumented