IExportItemsParameters Interface

Provides access to members that control parameters for exporting items in a mosaic dataset.

Members

Name Description
Read/write property BaseName The basename.
Read/write property BuildPyramids Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.
Read/write property CellSize The cellsize.
Read/write property ClippingGeometry The clipping geometry.
Read/write property ComputeStatistics Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.
Read/write property Extent The extent.
Read/write property Format The output format.
Read/write property NoData The nodata.
Read/write property OutputFolder The output folder.
Read/write property ResamplingType The resampling type.
Read/write property SnapRaster The reference raster whose bottom-left corner (XMin, YMin) is used for snapping the output raster's bottom-left corner.
Read/write property SpatialRef The spatial reference.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.