Class ServiceImageTiledLayer
An abstract class for all image tiled layers that fetch map tiles from a remote service.
Inheritance
ServiceImageTiledLayer
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class ServiceImageTiledLayer : ImageTiledLayer, INotifyPropertyChanged, ILoadable, ILayerContent
Remarks
Implement this class if you want to create a custom tiled layer where the cached images can be referenced by a URL.
For a given LOD, column and row your custom service image tiled layer will be called to generate a request GetTileUriAsync(Int32, Int32, Int32, CancellationToken). WHen this method returns a uri, a request will be sent over the network for you and the image tile displayed.
Constructors
Name | Description |
---|---|
ServiceImageTiledLayer(TileInfo, Envelope) | Initializes a new instance of the ServiceImageTiledLayer class. |
Methods
Name | Description |
---|---|
GetTileUriAsync(Int32, Int32, Int32, CancellationToken) | Generates a URL from a tile level, row and column. Override this for use with custom layers |
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 |