Provides access to members that control an overview item URI.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
DatasetExists | Indicates whether the overview raster dataset exists in the storage location. | |
DeleteDataset | Deletes the overview raster dataset. | |
IsManagedDataset | Indicates whether the mosaic dataset manages the lifetime of the overview raster dataset. Raster datasets associated with managed overview items are moved, copied, and deleted along with the parent mosaic dataset. | |
ItemName | Name of the overview item. | |
NativeExtent | The original extent of the overview item URI. | |
RasterInfo | The RasterInfo object describing a dummy overview tile. | |
StorageName | Name of the storage location for the overview raster dataset. | |
TileColOffset | The column offset of the overview tile in the grid. | |
TileRowOffset | The row offset of the overview tile in the grid. | |
UpdateDataset | Regenerates and returns the overview raster dataset using a raster object and storage definition. |
CoClasses that implement IOverviewItemURI
CoClasses and Classes | Description |
---|---|
OverviewItemURI | An overview item URI object. |