public interface IESRISegment2 extends IESRISegment, java.io.Serializable
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 |
IID60578e87_cb38_4b4c_81ec_b854c0b600df |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDa9da7976_4b22_11d1_834c_0000f8775be9
Modifier and Type | Method and Description |
---|---|
void |
exportToESRISegment2(boolean exportTo92ArcFormat,
byte[] byteBuffer,
int[] cBytesWrote)
exportToESRISegment2
|
exportToESRISegment, getESRISegmentSize, getMaxDenseSegments, importFromESRISegment
static final int IID60578e87_cb38_4b4c_81ec_b854c0b600df
static final int xxDummy
static final java.lang.String IID
void exportToESRISegment2(boolean exportTo92ArcFormat, byte[] byteBuffer, int[] cBytesWrote) throws java.io.IOException, AutomationException
exportTo92ArcFormat
- The exportTo92ArcFormat (in)byteBuffer
- An unsigned byte (out: use single element array)cBytesWrote
- The cBytesWrote (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.