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 Get
Constructors
Name | Description |
---|---|
Service |
Initializes a new instance of the Service |
Methods
Name | Description |
---|---|
Get |
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.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 |