public interface IItemURI
extends 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 |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID0fc1719b_b1aa_4d23_af07_932490a18075 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
static final int IID0fc1719b_b1aa_4d23_af07_932490a18075
static final int xxDummy
static final java.lang.String IID
void setKey(java.lang.String pKeyString) throws java.io.IOException, AutomationException
pKeyString
- The pKeyString (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getKey() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTag(java.lang.String pItemTag) throws java.io.IOException, AutomationException
pItemTag
- The pItemTag (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTag() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGroup(java.lang.String pItemGroup) throws java.io.IOException, AutomationException
pItemGroup
- The pItemGroup (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getGroup() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDisplayName(java.lang.String pDisplayName) throws java.io.IOException, AutomationException
pDisplayName
- The pDisplayName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDisplayName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setProductName(java.lang.String pProductName) throws java.io.IOException, AutomationException
pProductName
- The pProductName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getProductName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSourceTimeStamp(java.util.Date pSourceTimeStamp) throws java.io.IOException, AutomationException
pSourceTimeStamp
- The pSourceTimeStamp (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.util.Date getSourceTimeStamp() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAuxiliaryPathsByRef(IStringArray ppAuxiliaryPaths) throws java.io.IOException, AutomationException
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.IStringArray getAuxiliaryPaths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.