C# 클래스 Mapsui.Providers.ArcGIS.Dynamic.ArcGisLegend

ArcGislegend for getting the layer legends for ArcGIS layers only supports ArcGISserver 10.0 and up
파일 보기 프로젝트 열기: pauldendulk/Mapsui

공개 메소드들

메소드 설명
ArcGisLegend ( ) : System
GetLegendInfo ( string serviceUrl, ICredentials credentials = null ) : ArcGISLegendResponse
GetLegendInfoAsync ( string serviceUrl, ICredentials credentials = null ) : void

Get the legend for the given mapserver

비공개 메소드들

메소드 설명
CreateRequest ( string serviceUrl, ICredentials credentials ) : HttpWebRequest
FinishWebRequest ( IAsyncResult result ) : void
GetLegendResponseFromWebresponse ( WebResponse webResponse ) : ArcGISLegendResponse
OnLegendFailed ( ) : void
OnLegendReceived ( ArcGISLegendResponse legendInfo ) : void

메소드 상세

ArcGisLegend() 공개 메소드

public ArcGisLegend ( ) : System
리턴 System

GetLegendInfo() 공개 메소드

public GetLegendInfo ( string serviceUrl, ICredentials credentials = null ) : ArcGISLegendResponse
serviceUrl string
credentials ICredentials
리턴 ArcGISLegendResponse

GetLegendInfoAsync() 공개 메소드

Get the legend for the given mapserver
public GetLegendInfoAsync ( string serviceUrl, ICredentials credentials = null ) : void
serviceUrl string Url to the mapserver
credentials ICredentials Credentials
리턴 void