Show / Hide Table of Contents

Class RasterPyramids

Provides access to pyramid information and pyramid management operations for a raster.

Inheritance
object
RasterPyramids
Implements
INotifyPropertyChanged
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 RasterPyramids : INotifyPropertyChanged
Remarks

This object is owned by a Raster and exposes the current pyramid state for that raster. Use Pyramids to get the instance associated with a raster. If the raster does not support pyramids, Pyramids is null.

Pyramids for a raster can be embedded within the raster file or stored in a separate pyramid file (.ovr). This object can build and delete pyramids stored in a separate pyramid file when the raster source supports those operations.

To determine whether pyramids can be built, check that both PyramidInfo and ActiveBuildOperation are null. To determine whether pyramids can be deleted, check that PyramidInfo is not null, IsEmbedded is false, and ActiveBuildOperation is null. These checks describe the current pyramid state and whether a build is in progress; they do not guarantee that a build or delete request will succeed.

Properties

Name Description
ActiveBuildOperation

Gets the pyramid build operation currently running for the owning raster.

PyramidInfo

Gets information about the raster's pyramid set.

Methods

Name Description
BuildPyramids(BuildRasterPyramidsParameters)

Starts building pyramids stored in a pyramid file (.ovr) for the owning raster.

DeletePyramids()

Deletes pyramids stored in a pyramid file (.ovr) for the owning raster.

Events

Name Description
ActiveBuildOperationChanged

Occurs when the value of ActiveBuildOperation changes.

PropertyChanged

Occurs when a property value changes.

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.