com.esri.arcgis.geometry
Interface IWkb

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IWkbProxy

public interface IWkb
extends java.io.Serializable

COM Interface 'IWkb'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID8d9097ee_2f7c_11d1_833b_0000f8775be9
           
static int xxDummy
          Deprecated. Internal use only
 
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).
 

Field Detail

IID8d9097ee_2f7c_11d1_833b_0000f8775be9

static final int IID8d9097ee_2f7c_11d1_833b_0000f8775be9
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getWkbSize

int getWkbSize()
               throws java.io.IOException,
                      AutomationException
The number of bytes required to hold the exported version of this object.

Returns:
The cBytes
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

exportToWkb

void exportToWkb(int[] byteCountInOut,
                 byte[] byteBuffer)
                 throws java.io.IOException,
                        AutomationException
Exports this object to a OGIS OLE/COM WKB binary buffer (v1.1, NDR).

Parameters:
byteCountInOut - The byteCountInOut (in/out: use single element array)
byteBuffer - An unsigned byte (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

importFromWkb

void importFromWkb(int[] byteCountInOut,
                   byte[] byteBuffer)
                   throws java.io.IOException,
                          AutomationException
Imports this object from a OGIS OLE/COM WKB binary buffer (v1.1, NDR).

Parameters:
byteCountInOut - The byteCountInOut (in/out: use single element array)
byteBuffer - An unsigned byte (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.