Provides access to members that control mosaic dataset creation parameters.
Members
Name | Description | |
---|---|---|
BandCount | The number of bands in the mosaic dataset. | |
BandDefinitionKeyword | The band definition keyword to be set on the mosaic dataset. | |
BandProperties | Key band properties to be set on 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. | |
TemplateMosaicDataset | The mosaic dataset from which key properties are copied over to the newly created mosaic dataset. |
ICreateMosaicDatasetParameters2.BandDefinitionKeyword Property
The band definition keyword to be set on the mosaic dataset.
Public Property BandDefinitionKeyword As String
public string BandDefinitionKeyword {get; set;}
ICreateMosaicDatasetParameters2.BandProperties Property
Key band properties to be set on the mosaic dataset.
Public Property BandProperties As IArray
public IArray BandProperties {get; set;}
ICreateMosaicDatasetParameters2.TemplateMosaicDataset Property
The mosaic dataset from which key properties are copied over to the newly created mosaic dataset.
Public Property TemplateMosaicDataset As IMosaicDataset
public IMosaicDataset TemplateMosaicDataset {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
ICreateMosaicDatasetParameters | Provides access to members that control mosaic dataset creation parameters. |
Classes that implement ICreateMosaicDatasetParameters2
Classes | Description |
---|---|
CreateMosaicDatasetParameters | An object that controls how a mosaic dataset is created. |