Class ServiceImageTiledLayer
An abstract class for all image tiled layers that fetch map tiles from a remote service.
Inheritance
System.Object
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)
System.Object.ToString()
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 - 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.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |