public interface IWkb
extends java.io.Serializable
Description: 'Reads/Writes the OGIS OLE/COM simple features Well Known Binary Format, v1.1, little-endian (NDR).' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID8d9097ee_2f7c_11d1_833b_0000f8775be9 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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).
|
static final int IID8d9097ee_2f7c_11d1_833b_0000f8775be9
static final int xxDummy
static final java.lang.String IID
int getWkbSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void exportToWkb(int[] byteCountInOut, byte[] byteBuffer) throws java.io.IOException, AutomationException
byteCountInOut
- The byteCountInOut (in/out: use single element array)byteBuffer
- An unsigned byte (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void importFromWkb(int[] byteCountInOut, byte[] byteBuffer) throws java.io.IOException, AutomationException
byteCountInOut
- The byteCountInOut (in/out: use single element array)byteBuffer
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.