Provides additional access to members that control parameters to an operation on a mosaic dataset.
Members
Name | Description | |
---|---|---|
![]() |
BandNames | Input names of extracted bands. |
![]() |
BaseName | The basename. |
![]() |
BuildPyramids | Indicates whether pyramids are built for each raster dataset associated with each selected catalog item. |
![]() |
CellSize | The cellsize. |
![]() |
ClippingGeometry | The clipping geometry. |
![]() |
ComputeStatistics | Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item. |
![]() |
Extent | The extent. |
![]() |
Format | The output format. |
![]() |
MapSpace | Indicates whether export items to map space. |
![]() |
NoData | The nodata. |
![]() |
OutputFolder | The output folder. |
![]() |
RemoveDistortion | Indicates whether remove distortion if export items to image space. |
![]() |
ResamplingType | The resampling type. |
![]() |
SnapRaster | The reference raster whose bottom-left corner (XMin, YMin) is used for snapping the output raster's bottom-left corner. |
![]() |
SpatialRef | The spatial reference. |
![]() |
StorageDef | The storagedef. |
IExportItemsParameters4.BandNames Property
Input names of extracted bands.
Public Property BandNames As IStringArray
public IStringArray BandNames {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IExportItemsParameters3 | Provides additional access to members that control parameters to an operation on a mosaic dataset. |
IExportItemsParameters2 | Provides additional access to members that control parameters to an operation on a mosaic dataset. |
IExportItemsParameters | Provides access to members that control parameters for exporting items in a mosaic dataset. |
Classes that implement IExportItemsParameters4
Classes | Description |
---|---|
ExportItemsParameters | An object that controls how items in a mosaic dataset are exported. |