|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWkb
Reads/Writes the OGIS OLE/COM simple features Well Known Binary Format, v1.1, little-endian (NDR).
Method Summary | |
---|---|
void |
exportToWkb(int[] byteCountInOut,
byte[] byteBuffer)
Exports this object to a OGIS OLE/COM WKB binary buffer (v1.1, NDR). |
int |
getWkbSize()
The number of bytes required to hold the exported version of this object. |
void |
importFromWkb(int[] byteCountInOut,
byte[] byteBuffer)
Imports this object from a OGIS OLE/COM WKB binary buffer (v1.1, NDR). |
Method Detail |
---|
int getWkbSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void exportToWkb(int[] byteCountInOut, byte[] byteBuffer) throws IOException, AutomationException
byteCountInOut
- The byteCountInOut (in/out: use single element array)byteBuffer
- An unsigned byte (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void importFromWkb(int[] byteCountInOut, byte[] byteBuffer) throws IOException, AutomationException
byteCountInOut
- The byteCountInOut (in/out: use single element array)byteBuffer
- An unsigned byte (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |