ArcObjects Library Reference (DataSourcesRaster) |
|
Provides access to members that control an item URI.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
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. |
CoClasses that implement IItemURI
.NET Samples
Create a custom raster type (Code Files:
ThumbnailBuilder) |
Create a custom raster type from the ground up for DMCII data (Code Files:
DMCIIRasterType)