class documentation

class WKBWriter(IOBase): (source)

View In Hierarchy

Undocumented

Method __init__ 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
Method _get_byteorder Undocumented
Method _handle_empty_point Undocumented
Method _set_byteorder 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): (source)
@outdim.setter
def outdim(self, new_dim): (source)

Undocumented

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

Undocumented

def write(self, geom): (source)

Return the WKB representation of the given geometry.

def write_hex(self, geom): (source)

Return the HEXEWKB representation of the given geometry.

byteorder = (source)

Undocumented

geos_version = (source)

Undocumented

Undocumented

Undocumented

def _get_byteorder(self): (source)

Undocumented

def _handle_empty_point(self, geom): (source)

Undocumented

def _set_byteorder(self, order): (source)

Undocumented