Reads/Writes the OGIS OLE/COM simple features Well Known Binary Format, v1.1, little-endian (NDR).
Members
Name | Description | |
---|---|---|
ExportToWkb | Exports this object to a OGIS OLE/COM WKB binary buffer (v1.1, NDR). | |
ImportFromWkb | Imports this object from a OGIS OLE/COM WKB binary buffer (v1.1, NDR). | |
WkbSize | The number of bytes required to hold the exported version of this object. |
IWkb.ExportToWkb Method
Exports this object to a OGIS OLE/COM WKB binary buffer (v1.1, NDR).
Public Sub ExportToWkb ( _
ByRef byteCountInOut As Integer, _
ByRef byteBuffer As Byte& _
)
public void ExportToWkb (
ref int byteCountInOut,
ref Byte& byteBuffer
);
IWkb.ImportFromWkb Method
Imports this object from a OGIS OLE/COM WKB binary buffer (v1.1, NDR).
Public Sub ImportFromWkb ( _
ByRef byteCountInOut As Integer, _
ByRef byteBuffer As Byte& _
)
public void ImportFromWkb (
ref int byteCountInOut,
ref Byte& byteBuffer
);
IWkb.WkbSize Property
The number of bytes required to hold the exported version of this object.
Public ReadOnly Property WkbSize As Integer
public int WkbSize {get;}
Classes that implement IWkb
Classes | Description |
---|
Remarks
For OGIS specification about geographic information, please refer to OGC standard.