Provides access to members that control parameters for building pyramids of a mosaic dataset.
Members
| Name | Description | |
|---|---|---|
![]() |
CompressionQuality | The pyramid compression quality. |
![]() |
CompressionType | The pyramid compression type. |
![]() |
PyramidLevel | The number of pyramid levels. |
![]() |
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. |
