| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.datasourcesraster.IItemURIProxy
public class IItemURIProxy
Provides access to members that control an item URI.
| Field Summary | |
|---|---|
 boolean | 
noncastable
 | 
| Fields inherited from class com.esri.arcgis.interop.Dispatch | 
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef | 
| Constructor Summary | |
|---|---|
  | 
IItemURIProxy()
 | 
  | 
IItemURIProxy(Object obj)
 | 
protected  | 
IItemURIProxy(Object obj,
              String iid)
 | 
| Method Summary | |
|---|---|
 void | 
addListener(String iidStr,
            Object theListener,
            Object theSource)
 | 
 IStringArray | 
getAuxiliaryPaths()
Paths to all auxiliary data source items that aid in the construction of this item.  | 
 String | 
getDisplayName()
The friendly-name identifying this item in the mosaic dataset.  | 
 String | 
getGroup()
The name of the collection to which the item belongs.  | 
 String | 
getKey()
A phrase that uniquely identifies the item's data source in the mosaic dataset.  | 
 String | 
getProductName()
The name of the sensor product associated with the item's data source.  | 
 Date | 
getSourceTimeStamp()
The timestamp associated with the data source referenced by this item URI.  | 
 String | 
getTag()
The unique identifier of the item within a group.  | 
 void | 
removeListener(String iidStr,
               Object theListener)
 | 
 void | 
setAuxiliaryPathsByRef(IStringArray ppAuxiliaryPaths)
Paths to all auxiliary data source items that aid in the construction of this item.  | 
 void | 
setDisplayName(String pDisplayName)
The friendly-name identifying this item in the mosaic dataset.  | 
 void | 
setGroup(String pItemGroup)
The name of the collection to which the item belongs.  | 
 void | 
setKey(String pKeyString)
A phrase that uniquely identifies the item's data source in the mosaic dataset.  | 
 void | 
setProductName(String pProductName)
The name of the sensor product associated with the item's data source.  | 
 void | 
setSourceTimeStamp(Date pSourceTimeStamp)
The timestamp associated with the data source referenced by this item URI.  | 
 void | 
setTag(String pItemTag)
The unique identifier of the item within a group.  | 
| 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 | 
|---|
public boolean noncastable
| Constructor Detail | 
|---|
public IItemURIProxy()
public IItemURIProxy(Object obj)
              throws IOException
IOException
protected IItemURIProxy(Object obj,
                        String iid)
                 throws IOException
IOException| Method Detail | 
|---|
public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public void setKey(String pKeyString)
            throws IOException,
                   AutomationException
setKey in interface IItemURIpKeyString - The pKeyString  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getKey()
              throws IOException,
                     AutomationException
getKey in interface IItemURIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTag(String pItemTag)
            throws IOException,
                   AutomationException
setTag in interface IItemURIpItemTag - The pItemTag  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getTag()
              throws IOException,
                     AutomationException
getTag in interface IItemURIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGroup(String pItemGroup)
              throws IOException,
                     AutomationException
setGroup in interface IItemURIpItemGroup - The pItemGroup  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getGroup()
                throws IOException,
                       AutomationException
getGroup in interface IItemURIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayName(String pDisplayName)
                    throws IOException,
                           AutomationException
setDisplayName in interface IItemURIpDisplayName - The pDisplayName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getDisplayName()
                      throws IOException,
                             AutomationException
getDisplayName in interface IItemURIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setProductName(String pProductName)
                    throws IOException,
                           AutomationException
setProductName in interface IItemURIpProductName - The pProductName  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getProductName()
                      throws IOException,
                             AutomationException
getProductName in interface IItemURIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSourceTimeStamp(Date pSourceTimeStamp)
                        throws IOException,
                               AutomationException
setSourceTimeStamp in interface IItemURIpSourceTimeStamp - The pSourceTimeStamp  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Date getSourceTimeStamp()
                        throws IOException,
                               AutomationException
getSourceTimeStamp in interface IItemURIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAuxiliaryPathsByRef(IStringArray ppAuxiliaryPaths)
                            throws IOException,
                                   AutomationException
setAuxiliaryPathsByRef in interface IItemURIppAuxiliaryPaths - A reference to a com.esri.arcgis.system.IStringArray  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IStringArray getAuxiliaryPaths()
                               throws IOException,
                                      AutomationException
getAuxiliaryPaths in interface IItemURIIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||