com.esri.arcgis.datasourcesraster
Interface IRasterTypeItemURI

All Superinterfaces:
Serializable
All Known Subinterfaces:
IRasterTypeItemURI2
All Known Implementing Classes:
IRasterTypeItemURIProxy, RasterTypeItemURI

public interface IRasterTypeItemURI
extends Serializable

Provides access to members that control a raster type item URI.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

setItemsByRef

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getItems

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setItemTemplateIndex

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getItemTemplateIndex

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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