public interface IArrayOfTraceLocation
extends 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 |
IIDae95225e_a00a_4d2c_bdb8_ccbbd7825026 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
add(IUNLocation traceLocation)
add
|
int |
getCount()
getCount
|
IUNLocation |
getElement(int index)
getElement
|
void |
insert(int index,
IUNLocation traceLocation)
insert
|
void |
remove(int index)
remove
|
void |
removeAll()
removeAll
|
static final int IIDae95225e_a00a_4d2c_bdb8_ccbbd7825026
static final int xxDummy
static final java.lang.String IID
int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IUNLocation getElement(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws java.io.IOException, AutomationException
index
- The index (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeAll() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void add(IUNLocation traceLocation) throws java.io.IOException, AutomationException
traceLocation
- A reference to a com.esri.arcgis.geodatabase.IUNLocation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void insert(int index, IUNLocation traceLocation) throws java.io.IOException, AutomationException
index
- The index (in)traceLocation
- A reference to a com.esri.arcgis.geodatabase.IUNLocation (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.