Provides access to members that control parameters for exporting items in a mosaic dataset.
Members
Name | Description | |
---|---|---|
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. | |
NoData | The nodata. | |
OutputFolder | The output folder. | |
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. |
IExportItemsParameters.BaseName Property
The basename.
Public Property BaseName As String
public string BaseName {get; set;}
IExportItemsParameters.BuildPyramids Property
Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.
Public Property BuildPyramids As Boolean
public bool BuildPyramids {get; set;}
IExportItemsParameters.CellSize Property
The cellsize.
Public Property CellSize As IPoint
public IPoint CellSize {get; set;}
IExportItemsParameters.ClippingGeometry Property
The clipping geometry.
Public Property ClippingGeometry As IGeometry
public IGeometry ClippingGeometry {get; set;}
IExportItemsParameters.ComputeStatistics Property
Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.
Public Property ComputeStatistics As Boolean
public bool ComputeStatistics {get; set;}
IExportItemsParameters.Extent Property
The extent.
Public Property Extent As IEnvelope
public IEnvelope Extent {get; set;}
IExportItemsParameters.Format Property
The output format.
Public Property Format As String
public string Format {get; set;}
IExportItemsParameters.NoData Property
The nodata.
Public Property NoData As String
public string NoData {get; set;}
IExportItemsParameters.OutputFolder Property
The output folder.
Public Property OutputFolder As String
public string OutputFolder {get; set;}
IExportItemsParameters.ResamplingType Property
The resampling type.
Public Property ResamplingType As rstResamplingTypes
public rstResamplingTypes ResamplingType {get; set;}
IExportItemsParameters.SnapRaster Property
The reference raster whose bottom-left corner (XMin, YMin) is used for snapping the output raster's bottom-left corner.
Public Property SnapRaster As IRaster
public IRaster SnapRaster {get; set;}
IExportItemsParameters.SpatialRef Property
The spatial reference.
Public Property SpatialRef As ISpatialReference
public ISpatialReference SpatialRef {get; set;}
IExportItemsParameters.StorageDef Property
The storagedef.
Public Property StorageDef As IRasterStorageDef
public IRasterStorageDef StorageDef {get; set;}
Classes that implement IExportItemsParameters
Classes | Description |
---|---|
ExportItemsParameters | An object that controls how items in a mosaic dataset are exported. |