com.esri.arcgis.datasourcesraster
Interface IRasterTypeItemURI

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IRasterTypeItemURI2
All Known Implementing Classes:
IRasterTypeItemURI2Proxy, IRasterTypeItemURIProxy, RasterTypeItemURI

public interface IRasterTypeItemURI
extends java.io.Serializable

COM Interface 'IRasterTypeItemURI'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID28c1476a_cc64_4254_9082_44a9893b54d3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID28c1476a_cc64_4254_9082_44a9893b54d3

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

setItemsByRef

void setItemsByRef(IItemURIArray ppItemURIArray)
                   throws java.io.IOException,
                          AutomationException
The item URI objects associated with this container URI object.

Parameters:
ppItemURIArray - A reference to a com.esri.arcgis.datasourcesraster.IItemURIArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItems

IItemURIArray getItems()
                       throws java.io.IOException,
                              AutomationException
The item URI objects associated with this container URI object.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IItemURIArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setItemTemplateIndex

void setItemTemplateIndex(int pTemplateIndex)
                          throws java.io.IOException,
                                 AutomationException
The index to the item template contained within the parent raster type that corresponds to this item URI.

Parameters:
pTemplateIndex - The pTemplateIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemTemplateIndex

int getItemTemplateIndex()
                         throws java.io.IOException,
                                AutomationException
The index to the item template contained within the parent raster type that corresponds to this item URI.

Returns:
The pTemplateIndex
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.