Class MosaicRule
A rule determining how a requested image should participate in the mosaic.
Inheritance
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
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.10 - 200.5 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.5 |