com.esri.arcgis.datasourcesraster
Interface IIndexedItemURI

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IIndexedItemURIProxy, IndexedItemURI

public interface IIndexedItemURI
extends java.io.Serializable

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

Description: 'Provides access to members that control an item URI that references an indexed item within a container dataset.' 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 IID8b7f1a06_3a1f_4802_a5f7_5379750e5884
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IName getDatasetName()
          The name object associated with the container dataset.
 int getItemID()
          The ID of the data source within the container dataset referenced by the item URI.
 void setDatasetNameByRef(IName ppDatasetName)
          The name object associated with the container dataset.
 void setItemID(int pItemID)
          The ID of the data source within the container dataset referenced by the item URI.
 

Field Detail

IID8b7f1a06_3a1f_4802_a5f7_5379750e5884

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

setDatasetNameByRef

void setDatasetNameByRef(IName ppDatasetName)
                         throws java.io.IOException,
                                AutomationException
The name object associated with the container dataset.

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

getDatasetName

IName getDatasetName()
                     throws java.io.IOException,
                            AutomationException
The name object associated with the container dataset.

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

setItemID

void setItemID(int pItemID)
               throws java.io.IOException,
                      AutomationException
The ID of the data source within the container dataset referenced by the item URI.

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

getItemID

int getItemID()
              throws java.io.IOException,
                     AutomationException
The ID of the data source within the container dataset referenced by the item URI.

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