class documentation

class WKBWriter(IOBase):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method ​_get​_byteorder Undocumented
Method ​_handle​_empty​_point Undocumented
Method ​_set​_byteorder Undocumented
Method outdim.setter Undocumented
Method srid.setter Undocumented
Method write Return the WKB representation of the given geometry.
Method write​_hex Return the HEXEWKB representation of the given geometry.
Class Variable byteorder Undocumented
Class Variable geos​_version Undocumented
Property outdim Undocumented
Property srid 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):
def _get_byteorder(self):

Undocumented

def _handle_empty_point(self, geom):

Undocumented

def _set_byteorder(self, order):

Undocumented

@outdim.setter
def outdim(self, new_dim):

Undocumented

@srid.setter
def srid(self, include):

Undocumented

def write(self, geom):
Return the WKB representation of the given geometry.
def write_hex(self, geom):
Return the HEXEWKB representation of the given geometry.
byteorder =

Undocumented

geos_version =

Undocumented

@property
outdim =

Undocumented

@property
srid =

Undocumented