Provides access to members that control mosaic dataset creation parameters.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
This interface provides access to parameters that control the creation of a new Mosaic Dataset or a referenced Mosaic Dataset.
Members
|
|
Description |
|
BandCount |
The number of bands in the mosaic dataset. |
|
DefinitionFIDs |
The definition selection set on the source catalog. |
|
DefinitionGeometry |
The definition (spatial selection) geometry on the source catalog. |
|
LODFieldName |
The name of the field that contains scale values for items in the mosaic dataset. |
|
LODInfos |
The levels of detail associated with the mosaic dataset. |
|
MaxCellsizeFieldName |
The name of the field that contains maximum visible cell-size values for items in the mosaic dataset. |
|
MaximumVisibleCellsize |
The cell-size value above which no mosaicking occurs. |
|
MinCellsizeFieldName |
The name of the field that contains minimum visible cell-size values for items in the mosaic dataset. |
|
PixelType |
The pixel-type of the mosaic dataset. |
CoClasses that implement ICreateMosaicDatasetParameters
.NET Samples
Create a custom raster type (Code Files:
TestThumbnailBuilder) |
Create a custom raster type from the ground up for DMCII data (Code Files:
TestDMCIIRasterType) |
Create a Mosaic dataset (Code Files:
CreateMosaicDataset)
.NET Related Topics
DataSourcesRaster |
How to create a Mosaic dataset |
How to create a referenced mosaic dataset