Table of Contents

Class ArcGisServerRestLayer

Namespace
ThinkGeo.Core.Async
Assembly
ThinkGeo.Core.dll
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 Uri
webProxy IWebProxy

Properties

ImageFormat

public ArcGISServerRestLayerImageFormat ImageFormat { get; set; }

Property Value

ArcGISServerRestLayerImageFormat

Parameters

public Dictionary<string, string> Parameters { get; }

Property Value

Dictionary<string, string>

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 GeoCanvas
labelsInAllLayers Collection<SimpleCandidate>

Returns

Task