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, you must supply Tile
Implement this class if you want to create a custom tiled layer where the cached images
cannot be referenced by a simple System.
Constructors
Name | Description |
---|---|
Image |
Initializes a new instance of the Image |
Properties
Name | Description |
---|---|
Full |
Gets or sets the full extent of this layer. |
No |
Gets or sets the No |
Tile |
Gets or sets the tiling scheme information for this layer. |
Methods
Name | Description |
---|---|
Get |
Gets the tile data for a given level, row, and column. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |