ArcObjects Library Reference (DataSourcesRaster)  

IMosaicDataset Interface

Provides access to members that control a mosaic dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method ApplyFunction Applies a given function to this mosaic dataset on top of all existing functions.
Read-only property Boundary The associated boundary.
Read-only property BoundaryGeometry The associated boundary as a geometry.
Read-only property Catalog The catalog.
Read-only property CatalogType The raster catalog type.
Read-only property Children The mosaic dataset owned tables.
Method ClearFunction Clears all functions appied to this mosaic dataset.
Read/write property DeviceDpi The device DPI.
Read-only property DodgingTable The associated color correction table.
Read/write property LevelsTable The associated cell size levels table.
Read/write property LogTable The associated log table.
Read-only property MosaicFunction The mosaic function.
Read-only property MosaicFunctionArguments The mosaic function arguments.
Read/write property OverviewTable The associated overview table.
Read/write property RasterTypeTable The associated raster types.
Read/write property Referenced Indicates if this is a referenced mosaic dataset.
Read/write property RelativePath The msoaic dataset's relative path.
Read-only property Seamline The associated seamline table.
Read-only property StereoTable The associated stereo table.
Read-only property VisibleFields The visible fields in a mosaic dataset

CoClasses that implement IMosaicDataset

CoClasses and Classes Description
MosaicDataset A mosaic dataset object.

.NET Samples

Create a custom raster type (Code Files: TestThumbnailBuilder) | Create a custom raster type from the ground up for DMCII data (Code Files: DMCIIRasterType TestDMCIIRasterType) | Create a Mosaic dataset (Code Files: CreateMosaicDataset) | Get and set key properties on a mosaic dataset (Code Files: GetSetKeyProperty) | Create an NDVI custom raster function (Code Files: TestNDVICustomFunction) | Create a custom raster function (Code Files: TestWatermarkFunction)

.NET Related Topics

DataSourcesRaster | How to add rasters to a Mosaic dataset | How to build a boundary on a Mosaic dataset | How to compute pixel size ranges on a Mosaic dataset | How to create a Mosaic dataset | How to create a mosaic layer | How to create a referenced mosaic dataset | How to define and generate overviews on a Mosaic dataset | How to open a Mosaic dataset | How to save a mosaic dataset to a raster dataset