Class ArcGisServerRestLayer
public class ArcGisServerRestLayer : WebBasedLayer
- Inheritance
-
ArcGisServerRestLayer
- Inherited Members
Constructors
ArcGisServerRestLayer()
public ArcGisServerRestLayer()
ArcGisServerRestLayer(Uri)
public ArcGisServerRestLayer(Uri serverUri)
Parameters
serverUri
Uri
ArcGisServerRestLayer(Uri, IWebProxy)
public ArcGisServerRestLayer(Uri serverUri, IWebProxy webProxy)
Parameters
serverUri
UriwebProxy
IWebProxy
Properties
ImageFormat
public ArcGISServerRestLayerImageFormat ImageFormat { get; set; }
Property Value
Parameters
public Dictionary<string, string> Parameters { get; }
Property Value
ServerUri
public Uri ServerUri { get; set; }
Property Value
- Uri
Methods
DrawAsyncCore(GeoCanvas, Collection<SimpleCandidate>)
protected override Task DrawAsyncCore(GeoCanvas canvas, Collection<SimpleCandidate> labelsInAllLayers)
Parameters
canvas
GeoCanvaslabelsInAllLayers
Collection<SimpleCandidate>