Provides access to members that control an item URI.
Members
Name | Description | |
---|---|---|
AuxiliaryPaths | Paths to all auxiliary data source items that aid in the construction of this item. | |
DisplayName | The friendly-name identifying this item in the mosaic dataset. The value in this property appears in the Name field of the mosaic catalog. | |
Group | The name of the collection to which the item belongs. The value in this property appears in the GroupName field of the mosaic catalog. | |
Key | A phrase that uniquely identifies the item's data source in the mosaic dataset. The value in this property is used for computing a 'signature' that appears in the URIHash field of the mosaic catalog. | |
ProductName | The name of the sensor product associated with the item's data source. The value in this property appears in the ProductName field of the mosaic catalog. | |
SourceTimeStamp | The timestamp associated with the data source referenced by this item URI. | |
Tag | The unique identifier of the item within a group. The value in this property appears in the Tag field of the mosaic catalog. |
IItemURI.AuxiliaryPaths Property
Paths to all auxiliary data source items that aid in the construction of this item.
Public Property AuxiliaryPaths As IStringArray
public IStringArray AuxiliaryPaths {get; set;}
IItemURI.DisplayName Property
The friendly-name identifying this item in the mosaic dataset. The value in this property appears in the Name field of the mosaic catalog.
Public Property DisplayName As String
public string DisplayName {get; set;}
IItemURI.Group Property
The name of the collection to which the item belongs. The value in this property appears in the GroupName field of the mosaic catalog.
Public Property Group As String
public string Group {get; set;}
IItemURI.Key Property
A phrase that uniquely identifies the item's data source in the mosaic dataset. The value in this property is used for computing a 'signature' that appears in the URIHash field of the mosaic catalog.
Public Property Key As String
public string Key {get; set;}
IItemURI.ProductName Property
The name of the sensor product associated with the item's data source. The value in this property appears in the ProductName field of the mosaic catalog.
Public Property ProductName As String
public string ProductName {get; set;}
IItemURI.SourceTimeStamp Property
The timestamp associated with the data source referenced by this item URI.
Public Property SourceTimeStamp As DateTime
public DateTime SourceTimeStamp {get; set;}
IItemURI.Tag Property
The unique identifier of the item within a group. The value in this property appears in the Tag field of the mosaic catalog.
Public Property Tag As String
public string Tag {get; set;}
Classes that implement IItemURI
Classes | Description |
---|---|
CellSizeLevel | A cell size level object. |
CompositeItemURI | A composite item URI object. |
FileItemURI | An item URI that identifes a file. |
IndexedItemURI | An indexed item URI object. |
ItemURI | An item URI object that identifies an item returned by a raster builder. |
MultiPartItemURI | A multi-part item URI object. |
OverviewItemURI | An overview item URI object. |
RasterTypeItemURI | An item URI constructed by the raster type object. |
RPFItemURI | An item URI that identifes aN RPF file. |
SearchItemURI | A URI that identifies a search result item. |