Show / Hide Table of Contents

Class BuildRasterPyramidsParameters

Options that control how pyramids are built for a raster.

Inheritance
object
BuildRasterPyramidsParameters
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 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

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