public class IItemURIProxy extends com.esri.arcgis.interop.Dispatch implements IItemURI, java.io.Serializable
Description: 'Provides access to members that control an item URI.' 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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID0fc1719b_b1aa_4d23_af07_932490a18075
Modifier | Constructor and Description |
---|---|
|
IItemURIProxy()
For internal use only
|
|
IItemURIProxy(java.lang.Object obj) |
protected |
IItemURIProxy(java.lang.Object obj,
java.lang.String iid) |
|
IItemURIProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IItemURIProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
IStringArray |
getAuxiliaryPaths()
Paths to all auxiliary data source items that aid in the construction of this item.
|
java.lang.String |
getDisplayName()
The friendly-name identifying this item in the mosaic dataset.
|
java.lang.String |
getGroup()
The name of the collection to which the item belongs.
|
java.lang.String |
getKey()
A phrase that uniquely identifies the item's data source in the mosaic dataset.
|
java.lang.String |
getProductName()
The name of the sensor product associated with the item's data source.
|
java.util.Date |
getSourceTimeStamp()
The timestamp associated with the data source referenced by this item URI.
|
java.lang.String |
getTag()
The unique identifier of the item within a group.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
setAuxiliaryPathsByRef(IStringArray ppAuxiliaryPaths)
Paths to all auxiliary data source items that aid in the construction of this item.
|
void |
setDisplayName(java.lang.String pDisplayName)
The friendly-name identifying this item in the mosaic dataset.
|
void |
setGroup(java.lang.String pItemGroup)
The name of the collection to which the item belongs.
|
void |
setKey(java.lang.String pKeyString)
A phrase that uniquely identifies the item's data source in the mosaic dataset.
|
void |
setProductName(java.lang.String pProductName)
The name of the sensor product associated with the item's data source.
|
void |
setSourceTimeStamp(java.util.Date pSourceTimeStamp)
The timestamp associated with the data source referenced by this item URI.
|
void |
setTag(java.lang.String pItemTag)
The unique identifier of the item within a group.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public IItemURIProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IItemURIProxy()
public IItemURIProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IItemURIProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IItemURIProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public void setKey(java.lang.String pKeyString) throws java.io.IOException, AutomationException
setKey
in interface IItemURI
pKeyString
- The pKeyString (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getKey() throws java.io.IOException, AutomationException
getKey
in interface IItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setTag(java.lang.String pItemTag) throws java.io.IOException, AutomationException
setTag
in interface IItemURI
pItemTag
- The pItemTag (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTag() throws java.io.IOException, AutomationException
getTag
in interface IItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGroup(java.lang.String pItemGroup) throws java.io.IOException, AutomationException
setGroup
in interface IItemURI
pItemGroup
- The pItemGroup (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getGroup() throws java.io.IOException, AutomationException
getGroup
in interface IItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDisplayName(java.lang.String pDisplayName) throws java.io.IOException, AutomationException
setDisplayName
in interface IItemURI
pDisplayName
- The pDisplayName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDisplayName() throws java.io.IOException, AutomationException
getDisplayName
in interface IItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setProductName(java.lang.String pProductName) throws java.io.IOException, AutomationException
setProductName
in interface IItemURI
pProductName
- The pProductName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getProductName() throws java.io.IOException, AutomationException
getProductName
in interface IItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSourceTimeStamp(java.util.Date pSourceTimeStamp) throws java.io.IOException, AutomationException
setSourceTimeStamp
in interface IItemURI
pSourceTimeStamp
- The pSourceTimeStamp (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.util.Date getSourceTimeStamp() throws java.io.IOException, AutomationException
getSourceTimeStamp
in interface IItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setAuxiliaryPathsByRef(IStringArray ppAuxiliaryPaths) throws java.io.IOException, AutomationException
setAuxiliaryPathsByRef
in interface IItemURI
ppAuxiliaryPaths
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IStringArray getAuxiliaryPaths() throws java.io.IOException, AutomationException
getAuxiliaryPaths
in interface IItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.