|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IItemURI
Provides access to members that control an item URI.
Method Summary | |
---|---|
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 |
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. |
Method Detail |
---|
void setKey(String pKeyString) throws IOException, AutomationException
pKeyString
- The pKeyString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getKey() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTag(String pItemTag) throws IOException, AutomationException
pItemTag
- The pItemTag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getTag() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGroup(String pItemGroup) throws IOException, AutomationException
pItemGroup
- The pItemGroup (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getGroup() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayName(String pDisplayName) throws IOException, AutomationException
pDisplayName
- The pDisplayName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDisplayName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setProductName(String pProductName) throws IOException, AutomationException
pProductName
- The pProductName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getProductName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceTimeStamp(Date pSourceTimeStamp) throws IOException, AutomationException
pSourceTimeStamp
- The pSourceTimeStamp (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Date getSourceTimeStamp() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAuxiliaryPathsByRef(IStringArray ppAuxiliaryPaths) throws IOException, AutomationException
ppAuxiliaryPaths
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getAuxiliaryPaths() throws IOException, AutomationException
IOException
- 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 |