com.esri.arcgis.geometry
Interface IESRISegment2

All Superinterfaces:
IESRISegment, java.io.Serializable
All Known Implementing Classes:
IESRISegment2Proxy

public interface IESRISegment2
extends IESRISegment, java.io.Serializable

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

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 IID60578e87_cb38_4b4c_81ec_b854c0b600df
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IESRISegment
IIDa9da7976_4b22_11d1_834c_0000f8775be9
 
Method Summary
 void exportToESRISegment2(boolean exportTo92ArcFormat, byte[] byteBuffer, int[] cBytesWrote)
          exportToESRISegment2
 
Methods inherited from interface com.esri.arcgis.geometry.IESRISegment
exportToESRISegment, getESRISegmentSize, getMaxDenseSegments, importFromESRISegment
 

Field Detail

IID60578e87_cb38_4b4c_81ec_b854c0b600df

static final int IID60578e87_cb38_4b4c_81ec_b854c0b600df
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

exportToESRISegment2

void exportToESRISegment2(boolean exportTo92ArcFormat,
                          byte[] byteBuffer,
                          int[] cBytesWrote)
                          throws java.io.IOException,
                                 AutomationException
exportToESRISegment2

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