com.esri.arcgis.datasourcesraster
Class IRasterTypeItemURIProxy

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

public class IRasterTypeItemURIProxy
extends com.esri.arcgis.interop.Dispatch
implements IRasterTypeItemURI, Serializable

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

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
  IRasterTypeItemURIProxy()
           
  IRasterTypeItemURIProxy(Object obj)
           
protected IRasterTypeItemURIProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 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 removeListener(String iidStr, Object theListener)
           
 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.
 
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

IRasterTypeItemURIProxy

public IRasterTypeItemURIProxy()

IRasterTypeItemURIProxy

public IRasterTypeItemURIProxy(Object obj)
                        throws IOException
Throws:
IOException

IRasterTypeItemURIProxy

protected IRasterTypeItemURIProxy(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

setItemsByRef

public 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.

Specified by:
setItemsByRef in interface IRasterTypeItemURI
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

public 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.

Specified by:
getItems in interface IRasterTypeItemURI
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

public 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.

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

getItemTemplateIndex

public 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.

Specified by:
getItemTemplateIndex in interface IRasterTypeItemURI
Returns:
The pTemplateIndex
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.