C# 클래스 SharpMap.Web.Wms.Client

상속: IClient
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
Client ( string url ) : System

Initalizes WMS server and parses the Capabilities request

Client ( string url, System proxy ) : System

Initalizes WMS server and parses the Capabilities request

비공개 메소드들

메소드 설명
GetRemoteXml ( string Url, System proxy ) : XmlDocument

Downloads servicedescription from WMS service

ParseCapabilities ( XmlDocument doc ) : void

Parses a servicedescription and stores the data in the ServiceDescription property

ParseCapability ( XmlNode xnCapability ) : void

Parses capability node

ParseExceptions ( XmlNode xnlExceptionNode ) : void

Parses valid exceptions

ParseGetMapRequest ( XmlNode GetMapRequestNodes ) : void

Parses GetMap request nodes

ParseLayer ( XmlNode xmlLayer ) : WmsServerLayer

Iterates through the layer nodes recursively

ParseRequest ( XmlNode xmlRequestNode ) : void

Parses request node

ParseServiceDescription ( XmlNode xnlServiceDescription ) : void

Parses service description node

메소드 상세

Client() 공개 메소드

Initalizes WMS server and parses the Capabilities request
public Client ( string url ) : System
url string URL of wms server
리턴 System

Client() 공개 메소드

Initalizes WMS server and parses the Capabilities request
public Client ( string url, System proxy ) : System
url string URL of wms server
proxy System Proxy to use
리턴 System