Class BuildRasterPyramidsParameters
Options that control how pyramids are built for a raster.
Namespace: Esri.ArcGISRuntime.Rasters
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class BuildRasterPyramidsParameters
Remarks
Create an instance of this class, configure the desired properties, and pass it to BuildPyramids(BuildRasterPyramidsParameters).
These parameters apply to creation of pyramids in an external pyramid file (.ovr) for a file-based raster.
Constructors
| Name | Description |
|---|---|
| BuildRasterPyramidsParameters() | Initializes a new instance of the BuildRasterPyramidsParameters class. |
Properties
| Name | Description |
|---|---|
| CompressionType | Gets or sets the compression type to use when building pyramids. |
| JpegCompressionQuality | Gets or sets the JPEG compression quality to use when building pyramids. |
| MaximumLevelCount | Gets or sets the maximum number of pyramid levels to create. |
| ResamplingType | Gets or sets the resampling method used to generate pyramid levels. |
| SkipFirstLevel | Gets or sets a value indicating whether the first pyramid level is skipped. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |