com.esri.arcgis.datasourcesraster
Class IIndexedItemURIProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IIndexedItemURIProxy
All Implemented Interfaces:
IIndexedItemURI, Externalizable, Serializable

public class IIndexedItemURIProxy
extends com.esri.arcgis.interop.Dispatch
implements IIndexedItemURI, Serializable

Provides access to members that control an item URI that references an indexed item within a container dataset.

Product Availability

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

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IIndexedItemURIProxy()
           
  IIndexedItemURIProxy(Object obj)
           
protected IIndexedItemURIProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 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 removeListener(String iidStr, Object theListener)
           
 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.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IIndexedItemURIProxy

public IIndexedItemURIProxy()

IIndexedItemURIProxy

public IIndexedItemURIProxy(Object obj)
                     throws IOException
Throws:
IOException

IIndexedItemURIProxy

protected IIndexedItemURIProxy(Object obj,
                               String iid)
                        throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
IOException

setDatasetNameByRef

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

Product Availability

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

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

getDatasetName

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

Product Availability

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

Specified by:
getDatasetName in interface IIndexedItemURI
Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setItemID

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

Product Availability

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

Specified by:
setItemID in interface IIndexedItemURI
Parameters:
pItemID - The pItemID (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItemID

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

Product Availability

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

Specified by:
getItemID in interface IIndexedItemURI
Returns:
The pItemID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.