Class ServiceImageTiledLayer
An abstract class for all image tiled layers that fetch map tiles from a remote service.
Inheritance
System.Object
ServiceImageTiledLayer
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class ServiceImageTiledLayer : ImageTiledLayer, 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, Threading.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. |
Properties
| Name | Description |
|---|---|
| Credential | Gets or sets the security credential used to access a remote layer |
Methods
| Name | Description |
|---|---|
| GetTileDataAsync(Int32, Int32, Int32, CancellationToken) | Not implemented by this class. |
| GetTileUriAsync(Int32, Int32, Int32, Threading.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 |