class WKBWriter(IOBase):
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 |