Class ImageTiledLayer
Abstract base class for layers that display cached maps. You would typically work with one or more sub-classes of this class.
Inheritance
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class ImageTiledLayer : ImageAdjustmentLayer, INotifyPropertyChanged, ILoadable, ILayerContent
Remarks
The ImageTiledLayer defines a base class for layers that display tiled map services and cached image services. This is an abstract class that can be derived in a custom class to implement a local tile data scheme. To implement a custom ImageTiledLayer (for example to load your own local tile data) you should derive from this type and supply the data for each tile as it is requested. Additionally, implementers must also supply a TileInfo that describes the tiling scheme, and an Envelope that defines the layer extent.
Implement this class if you want to create a custom tiled layer where the cached images cannot be referenced by a simple Uri. If your images can be referenced by a simple Uri, you should instead implement ServiceImageTiledLayer.
Constructors
Name | Description |
---|---|
ImageTiledLayer(TileInfo, Envelope) | Initializes a new instance of the ImageTiledLayer class. |
Properties
Name | Description |
---|---|
FullExtent | Gets or sets the full extent of this layer. |
NoDataTileBehavior | Gets or sets the NoDataTileBehavior for the ImageTiledLayer. The value controls how a tile returning 'NoData' will be resampled. |
TileInfo | Gets or sets the tiling scheme information for this layer. |
Methods
Name | Description |
---|---|
GetTileDataAsync(Int32, Int32, Int32, CancellationToken) | Gets the tile data for a given level, row, and column. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |