public interface IRasterInfos
extends java.io.Serializable
Description: 'Provides access to an array of RasterInfos.' 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 |
IID8fe2a546_c990_4ae3_ba5f_2e6737944414 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
add(IRasterInfo pRasterInfo)
Adds a RasterInfo.
|
int |
getCount()
The RasterInfo count.
|
IRasterInfo |
getElement(int index)
The RasterInfo at the specified position.
|
void |
insert(int index,
IRasterInfo pRasterInfo)
Adds a RasterInfo at the specified position.
|
void |
remove(int index)
Removes the RasterInfo at the specified position.
|
void |
removeAll()
Removes all RasterInfos.
|
static final int IID8fe2a546_c990_4ae3_ba5f_2e6737944414
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.IRasterInfo 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(IRasterInfo pRasterInfo) throws java.io.IOException, AutomationException
pRasterInfo
- A reference to a com.esri.arcgis.datasourcesraster.IRasterInfo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void insert(int index, IRasterInfo pRasterInfo) throws java.io.IOException, AutomationException
index
- The index (in)pRasterInfo
- A reference to a com.esri.arcgis.datasourcesraster.IRasterInfo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.