Show / Hide Table of Contents

Class MosaicRule

A rule determining how a requested image should participate in the mosaic.

Inheritance
Object
MosaicRule
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Rasters
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class MosaicRule
Remarks

An image service uses a mosaic rule to mosaic multiple rasters on-the-fly. A mosaic rule parameter is used by many image service operations, such as export image and identify operations. See the document: Understanding the mosaicking rules for a mosaic dataset.

Constructors

Name Description
MosaicRule()

Initializes a new instance of the MosaicRule class.

Properties

Name Description
IsAscending

Gets or sets a value indicating whether this MosaicRule is ascending.

ItemRenderingRule

Gets or sets the rendering rule applied on items before mosaic operation.

LockRasterIds

Gets the collection of raster IDs for image service rasters forced to be visible at all scales.

MosaicMethod

Gets or sets the type of mosaic method used for individual images.

MosaicOperation

Gets or sets the mosaic operation used to resolve overlapped pixel values.

RasterIds

Gets the collection of raster IDs specifying a subset of rasters used in the mosaic.

SortField

Gets or sets the field name used together with Attribute method.

SortValue

Gets or sets the base sort value used together with Attribute method on the MosaicMethod property and the SortField parameter.

Viewpoint

Gets or sets the viewpoint used along with Viewpoint method.

WhereClause

Gets or sets the SQL WHERE clause to define a subset of rasters used in the mosaic.

See Also

MosaicRule

Applies to

TargetVersions
.NET Standard 2.0100.10 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.10 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.10 - 100.12
Android100.10 - 100.15
iOS100.10 - 100.15
UWP100.10 - 200.0
In This Article
Back to top Copyright © 2022 Esri.