C# Class SuperMap.Web.OGC.WMSManager

显示文件 Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Public Methods

Method Description
WMSManager ( string url, string version, string proxyUrl ) : System

Private Methods

Method Description
CheckFault ( DownloadStringCompletedEventArgs e ) : bool
GetBounds ( System.Xml.Linq.XElement element ) : Rectangle2D
LowerThan13Version ( ) : bool
OnCompleted ( EventArgs args ) : void
ParseCapabilities ( System.Xml.Linq.XDocument document ) : void
PrefixProxy ( string url ) : Uri
client_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void

Method Details

WMSManager() public method

public WMSManager ( string url, string version, string proxyUrl ) : System
url string
version string
proxyUrl string
return System