Show / Hide Table of Contents

Class RasterPyramidInfo

Information about a raster pyramid set.

Inheritance
object
RasterPyramidInfo
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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

TargetVersions
.NET300.1
.NET Windows300.1
.NET Android300.1
.NET iOS300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.