Class RasterPyramidInfo
Information about a raster pyramid set.
Namespace: Esri.ArcGISRuntime.Rasters
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class RasterPyramidInfo
Remarks
A raster pyramid set is a collection of reduced-resolution copies of a raster. These reduced-resolution levels let the runtime display the raster more efficiently at smaller scales by using data that is already closer to the requested resolution.
Pyramids for a raster can be embedded within the raster file or in a separate pyramid file (.ovr). When returned from PyramidInfo, it describes the pyramid set available for the raster.
Pyramids stored in a separate pyramid file (.ovr) can be deleted using DeletePyramids(). After the pyramids are deleted, new pyramids can be built using BuildPyramids(BuildRasterPyramidsParameters).
Properties
| Name | Description |
|---|---|
| CompressionType | Gets the compression type used by the pyramid set. |
| FilePath | Gets the path to the file that stores the pyramid set, if available. |
| IsEmbedded | Gets a value indicating whether pyramids are part of the source raster dataset. |
| LevelCount | Gets the number of levels in the pyramid set. |
| ResamplingType | Gets the resampling method used to create the pyramid set. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |