IBuildPyramidsParameters Interface

Provides access to members that control parameters for building pyramids of a mosaic dataset.

Members

Name Description
Read/write property CompressionQuality The pyramid compression quality.
Read/write property CompressionType The pyramid compression type.
Read/write property PyramidLevel The number of pyramid levels.
Read/write property PyramidResampleType The method used for pyramid resampling.

IBuildPyramidsParameters.CompressionQuality Property

The pyramid compression quality.

Public Property CompressionQuality As Integer
public int CompressionQuality {get; set;}

IBuildPyramidsParameters.CompressionType Property

The pyramid compression type.

Public Property CompressionType As esriRasterCompressionType
public esriRasterCompressionType CompressionType {get; set;}

IBuildPyramidsParameters.PyramidLevel Property

The number of pyramid levels.

Public Property PyramidLevel As Integer
public int PyramidLevel {get; set;}

IBuildPyramidsParameters.PyramidResampleType Property

The method used for pyramid resampling.

Public Property PyramidResampleType As rstResamplingTypes
public rstResamplingTypes PyramidResampleType {get; set;}

Classes that implement IBuildPyramidsParameters

Classes Description
AddRastersParameters An object that controls how rasters are added to a mosaic dataset.
ExportItemsParameters An object that controls how items in a mosaic dataset are exported.
SynchronizeParameters An object that controls how items in a mosaic dataset are synchronized.

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