public interface IRasterTypeItemURI
extends java.io.Serializable
Description: 'Provides access to members that control a raster type item URI.' 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 |
IID28c1476a_cc64_4254_9082_44a9893b54d3 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IItemURIArray |
getItems()
The item URI objects associated with this container URI object.
|
int |
getItemTemplateIndex()
The index to the item template contained within the parent raster type that corresponds to this item URI.
|
void |
setItemsByRef(IItemURIArray ppItemURIArray)
The item URI objects associated with this container URI object.
|
void |
setItemTemplateIndex(int pTemplateIndex)
The index to the item template contained within the parent raster type that corresponds to this item URI.
|
static final int IID28c1476a_cc64_4254_9082_44a9893b54d3
static final int xxDummy
static final java.lang.String IID
void setItemsByRef(IItemURIArray ppItemURIArray) throws java.io.IOException, AutomationException
ppItemURIArray
- A reference to a com.esri.arcgis.datasourcesraster.IItemURIArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IItemURIArray getItems() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setItemTemplateIndex(int pTemplateIndex) throws java.io.IOException, AutomationException
pTemplateIndex
- The pTemplateIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getItemTemplateIndex() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.