User Tools

Site Tools


thinkgeo.mapsuite.core.wmsrastersource

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.wmsrastersource [2015/09/17 10:42]
admin
thinkgeo.mapsuite.core.wmsrastersource [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.WmsRasterSource ====== ====== ThinkGeo.MapSuite.Core.WmsRasterSource ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 Represents an object that encapsulates a Web Map Service (WMS) source. Represents an object that encapsulates a Web Map Service (WMS) source.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 6: Line 9:
       ***ThinkGeo.MapSuite.Core.WmsRasterSource**       ***ThinkGeo.MapSuite.Core.WmsRasterSource**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} WmsRasterSource() **
-**{{wiki:​PublicMethod.gif|}}[[#WmsRasterSource()|WmsRasterSource]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is the constructor for the class. If you use this constructor,​ then you need to set the required properties manually. +
-</​div>​+
  
-<​div ​class_table+  * //This is the constructor for the class. If you use this constructor,​ then you need to set the required properties manually.//​ 
-**{{wiki:​PublicMethod.gif|}}[[#WmsRasterSource(Uri)|WmsRasterSource]]** +== Remarks == 
-  * **Parameters**:​Uri +  * //None// 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​This is the constructor the for the class. +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} WmsRasterSource(Uri) **
  
-<div class_table>​ +  ​//This is the constructor the for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#​WmsRasterSource(Uri,​WebProxy)|WmsRasterSource]]** +== Remarks == 
-  * **Parameters**:​Uri,WebProxy +  * //This constructor initializes a new WmsRasterSource and downloads and parses the service description. In an ASP.NET applicationthe service description is automatically cached for 24 hours when it is not specified.//​ 
-  * **DeclaringType**:N/A +== Parameters == 
-  * **Summary**:This is the constructor ​the for the class. +  * //uri// 
-</​div>​+    ​Type:Uri 
 +    Description:URI of the WMS server.
  
-=== Protected Constructors === +<​div ​newline></​div
-=== Public Methods === +** {{wiki:​PublicMethod.gif|}} ​WmsRasterSource(Uri,​WebProxy) **
-<​div ​class_table+
-**{{wiki:​PublicMethod.gif|}}[[#​CloneDeep()|CloneDeep]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This is the constructor the for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#​Close()|Close]]** +== Remarks == 
-  * **Parameters**:N/A +  * //This constructor initializes a new WmsRasterSource and downloads and parses the service description In an ASP.NET application,​ the service description is automatically cached for 24 hours when it is not specified.//​ 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +== Parameters ​== 
-  * **Summary**:N/A +  ​* //uri// 
-</​div>​+    Type:Uri 
 +    Description:URI of the WMS server.
  
-<div class_table>​ +  ​//proxy// 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]*+    Type:WebProxy 
-  * **Parameters**:Object +    Description:Proxy to use for the current WMS layer.
-  * **DeclaringType**:Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetBoundingBox()|GetBoundingBox]]** +==== Protected Constructors ==== 
-  * **Parameters**:​N/​A +==== Public Methods ==== 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +** {{wiki:​PublicMethod.gif|}} ​GetServerLayerNames() **
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns the names of all layers at the server side.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetFeatureInfo(ScreenPointF,​String)|GetFeatureInfo]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]],​String +  * //None.//
-  * **DeclaringType**:​N/+
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:PublicMethod.gif|}}[[#​GetFeatureInfo(ScreenPointF,​Int32)|GetFeatureInfo]]** +  Type:Collection<​String>​ 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]],​Int32 +  * Description:The names of all layers at the server side.
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetFeatureInfo(ScreenPointF,​String,​Int32)|GetFeatureInfo]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]],​String,​Int32 +** {{wiki:​PublicMethod.gif|}} ​GetServerStyleNames() **
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns the names of all styles at the server side.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetFeatureInfo(ScreenPointF)|GetFeatureInfo]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] +  * //None.//
-  * **DeclaringType**:​N/+
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +  * Type:Collection<​String>​ 
-  * **Parameters**:N/A +  * Description:The names of all styles at the server side.
-  * **DeclaringType**:Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHorizontalResolution()|GetHorizontalResolution]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​GetServerOutputFormats() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns the output format at the server side.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetImage(RectangleShape,​Int32,​Int32)|GetImage]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Int32,​Int32 +  * //None.//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetImageHeight()|GetImageHeight]]** +  * Type:Collection<​String>​ 
-  * **Parameters**:N/A +  * Description:The output format at the server side.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetImageWidth()|GetImageWidth]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​GetServerCrss() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns the projected or geographic coordinate reference systems to be used.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetProjectionText()|GetProjectionText]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetRequestUrl(RectangleShape,​Int32,​Int32)|GetRequestUrl]]** +  * Type:Collection<​String>​ 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Int32,​Int32 +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​Get the request URL from the client to the WMS. +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetServerCapabilitiesXml()|GetServerCapabilitiesXml]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​GetServerExceptionFormats() **
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This API gets the GetCapabilites document of the service. +
-</​div>​+
  
-<div class_table>​ +  ​* //This method returns the exception format at the server side.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetServerCrss()|GetServerCrss]]** +== Remarks == 
-  * **Parameters**:​N/+  * //None.//
-  * **DeclaringType**:​N/+
-  * **Summary**:​This method returns the projected or geographic coordinate reference systems to be used+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetServerExceptionFormats()|GetServerExceptionFormats]]** +  * Type:Collection<​String>​ 
-  * **Parameters**:N/A +  * Description:The exception format at the server side.
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns the exception format at the server side. +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetServerFeatureInfoFormats()|GetServerFeatureInfoFormats]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​GetServiceVersion() **
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This API gets the WMS server FeatureInfo formats of the service. +
-</​div>​+
  
-<div class_table>​ +  ​//This API gets the WMS server version of the service.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetServerLayerNames()|GetServerLayerNames]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​N/+
-  * **Summary**:​This method returns the names of all layers at the server side. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetServerOutputFormats()|GetServerOutputFormats]]** +  * Type:String 
-  * **Parameters**:N/A +  * Description:Returns a string reflecting ​the version of the service in WMS.
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns ​the output format at the server side. +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetServerStyleNames()|GetServerStyleNames]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​GetServerFeatureInfoFormats() **
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns the names of all styles at the server side. +
-</​div>​+
  
-<div class_table>​ +  ​* //This API gets the WMS server ​FeatureInfo formats ​of the service.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetServiceVersion()|GetServiceVersion]]** +== Remarks == 
-  * **Parameters**:​N/+  * //N/A//
-  * **DeclaringType**:​N/+
-  * **Summary**:​This API gets the WMS server ​version ​of the service. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +  * Type:Collection<​String>​ 
-  * **Parameters**:N/A +  * Description:This API returns the FeatureInfo formats supported on the server-side.
-  * **DeclaringType**:Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetVerticalResolution()|GetVerticalResolution]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​GetServerCapabilitiesXml() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This API gets the GetCapabilites document of the service.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetWorldFileText()|GetWorldFileText]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​Open()|Open]]** +  * Type:String 
-  * **Parameters**:N/A +  * Description:This API returns the GetCapabilites document of the service.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#ToString()|ToString]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​GetRequestUrl(RectangleShape,​Int32,​Int32) **
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Protected Methods ​=== +  * //Get the request URL from the client to the WMS.// 
-<div class_table>​ +== Remarks ​== 
-**{{wiki:​ProtectedMethod.gif|}}[[#​BuildWmsGetFeatureInfoUri(ScreenPointF,​String,​Int32)|BuildWmsGetFeatureInfoUri]]** +  * //N/A//
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]],​String,​Int32 +
-  * **DeclaringType**:​N/A +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CloneDeepCore()|CloneDeepCore]]** +  * Type:String 
-  * **Parameters**:N/A +  * Description:The request URL from the client to the WMS.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​CloseCore()|CloseCore]]** +  //​worldExtent//​ 
-  * **Parameters**:N/A +    ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **DeclaringType**:​N/​A +    Description:The world extent requested by the client to get the map.
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​* //​canvasWidth//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** +    Type:Int32 
-  * **Parameters**:​N/A +    Description:The returning map width, as well as the drawing canvas width.
-  * **DeclaringType**:Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​* //​canvasHeight//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]]** +    Type:Int32 
-  * **Parameters**:​N/A +    Description:The returning map height, as well as the drawing canvas height.
-  * **DeclaringType**:N/A +
-  * **Summary**:This method returns ​the bounding box of the RasterSource. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetFeatureInfoCore(ScreenPointF,​String,​Int32)|GetFeatureInfoCore]]** +** {{wiki:PublicMethod.gif|}} ​GetFeatureInfo(ScreenPointF) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]],​String,​Int32 +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetImageCore(RectangleShape,​Int32,​Int32)|GetImageCore]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Int32,​Int32 +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method returns an image based on the worldExtent and image width and height. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:ProtectedMethod.gif|}}[[#​GetImageHeightCore()|GetImageHeightCore]]** +  Type:Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method returns the height of the image in screen coordinates. +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​GetImageWidthCore()|GetImageWidthCore]]** +  //​screenPointF//​ 
-  * **Parameters**:N/A +    ​Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-  * **DeclaringType**:​N/​A +    Description:N/A
-  * **Summary**:​This method returns the width of the image in screen coordinates. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetProjectionTextCore()|GetProjectionTextCore]]** +** {{wiki:PublicMethod.gif|}} ​GetFeatureInfo(ScreenPointF,​String) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetRequestUrlCore(RectangleShape,​Int32,​Int32)|GetRequestUrlCore]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Int32,​Int32 +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +  Type:Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnClosedRasterSource(ClosedRasterSourceEventArgs)|OnClosedRasterSource]]** +  * //​screenPointF//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]] +    Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​infoFormat//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnClosingRasterSource(ClosingRasterSourceEventArgs)|OnClosingRasterSource]]*+    Type:String 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​OnOpenedRasterSource(OpenedRasterSourceEventArgs)|OnOpenedRasterSource]]** +** {{wiki:PublicMethod.gif|}} ​GetFeatureInfo(ScreenPointF,​Int32) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnOpeningRasterSource(OpeningRasterSourceEventArgs)|OnOpeningRasterSource]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnSendingWebRequest(SendingWebRequestEventArgs)|OnSendingWebRequest]]** +  * Type:Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnSentWebRequest(SentWebRequestEventArgs)|OnSentWebRequest]]** +  //​screenPointF//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] +    Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​maxFeatures//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OpenCore()|OpenCore]]*+    Type:Int32 
-  * **Parameters**:N/A +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method opens the RasterSource so that it is initialized and ready to use. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​SendWebRequest(WebRequest)|SendWebRequest]]** +** {{wiki:PublicMethod.gif|}} ​GetFeatureInfo(ScreenPointF,​String,​Int32) **
-  * **Parameters**:​WebRequest +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​SendWebRequestCore(WebRequest)|SendWebRequestCore]]** +== Remarks == 
-  * **Parameters**:​WebRequest +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:ProtectedMethod.gif|}}[[#​Vj0=(WebRequest)|Vj0=]]** +  Type:Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> 
-  * **Parameters**:​WebRequest +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​Vz0=(WebRequest)|Vz0=]]** +  //​screenPointF//​ 
-  * **Parameters**:​WebRequest +    ​Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​infoFormat//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​WD0=(XmlDocument)|WD0=]]*+    Type:String 
-  * **Parameters**:XmlDocument +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​maxFeatures//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​WT0=(XmlDocument)|WT0=]]*+    Type:Int32 
-  * **Parameters**:XmlDocument +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Public Properties === +<div newline></​div>​ 
-**{{wiki:PublicProperty.gif|}}[[#​ActiveLayerNames|ActiveLayerNames]]** +** {{wiki:PublicMethod.gif|}} ​CloneDeep() ​**
-  * **Return**:​Collection<​String>​ +
-  * **Summary**:​This property allows the active layers requested from the client to be shown on the map.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​ActiveStyleNames|ActiveStyleNames]]** +  ​//N/A// 
-  * **Return**:​Collection<​String>​ +== Remarks == 
-  * **Summary**:​This property allows the active styles requested from the client to be shown on the map.+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​AxisOrder|AxisOrder]]** +== Return Value == 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]] +  * Type:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​BlueTranslation|BlueTranslation]]** +== Parameters == 
-  * **Return**:​Single +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​GetWorldFileText() ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​CapabilitesCacheTimeout|CapabilitesCacheTimeout]]** +  ​//N/A// 
-  * **Return**:​TimeSpan +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​Credentials|Credentials]]** +== Return Value == 
-  * **Return**:ICredentials +  * Type:String 
-  * **Summary**:This property gets or sets the base authentication interface for retrieving credentials for Web Client authentication.+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​Crs|Crs]]** +== Parameters == 
-  * **Return**:​String +<div newline></​div>​ 
-  * **Summary**:​This property gets or sets the projected or geographic coordinate reference system to be used.+** {{wiki:PublicMethod.gif|}} ​GetImageWidth() ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​Exceptions|Exceptions]]** +  ​//N/A// 
-  * **Return**:​String +== Remarks == 
-  * **Summary**:​This property indicates the format in which the client wishes to be notified of service exceptions.+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​GreenTranslation|GreenTranslation]]** +== Return Value == 
-  * **Return**:Single +  * Type:Int32 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​HasProjectionText|HasProjectionText]]** +== Parameters == 
-  * **Return**:​Boolean +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​GetImageHeight() ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​IsGrayscale|IsGrayscale]]** +  ​//N/A// 
-  * **Return**:​Boolean +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​IsNegative|IsNegative]]** +== Return Value == 
-  * **Return**:Boolean +  * Type:Int32 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​IsOpen|IsOpen]]** +== Parameters == 
-  * **Return**:​Boolean +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​GetHorizontalResolution() ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​IsTransparent|IsTransparent]]** +  ​//N/A// 
-  * **Return**:​Boolean +== Remarks == 
-  * **Summary**:​This property gets or sets whether the response map image'​s background color is transparent or not.+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​OutputFormat|OutputFormat]]** +== Return Value == 
-  * **Return**:String +  * Type:Single 
-  * **Summary**:This property gets or sets the desired output format for the map being requested from the WMS.+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​Parameters|Parameters]]** +== Parameters == 
-  * **Return**:​Dictionary<​String,​String>​ +<div newline></​div>​ 
-  * **Summary**:​This property specifies a dictionary used to update the request sent from the client to the WMS server.+** {{wiki:PublicMethod.gif|}} ​GetVerticalResolution() ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​Projection|Projection]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​Proxy|Proxy]]** +== Return Value == 
-  * **Return**:WebProxy +  * Type:Single 
-  * **Summary**:This property gets or sets the proxy used for requesting a Web Response.+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​RedTranslation|RedTranslation]]** +== Parameters == 
-  * **Return**:​Single +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​GetBoundingBox() ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​TimeoutInSecond|TimeoutInSecond]]** +  ​//N/A// 
-  * **Return**:​Int32 +== Remarks == 
-  * **Summary**:​This property specifies the timeout of the web request in seconds. ​ The default timeout value is 20 seconds.+  * //N/A//
  
-**{{wiki:PublicProperty.gif|}}[[#​Transparency|Transparency]]** +== Return Value == 
-  * **Return**:​Single +  ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​Uri|Uri]]** +== Parameters == 
-  * **Return**:​Uri +<div newline></​div>​ 
-  * **Summary**:​This property specifies the URI of the WMS server.+** {{wiki:PublicMethod.gif|}} ​GetProjectionText() ​**
  
-=== Protected Properties ​=== +  * //N/A// 
-**{{wiki:​ProtectedProperty.gif|}}[[#​HasProjectionTextCore|HasProjectionTextCore]]** +== Remarks ​== 
-  * **Return**:​Boolean +  * //N/A//
-  * **Summary**:​N/A+
  
-=== Public Events === +== Return Value == 
-**{{wiki:​PublicEvent.gif|}}[[#​ClosedRasterSource|ClosedRasterSource]]** +  * Type:String 
-  * **Event Arguments**:[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]] +  * Description:N/A
-  * **Summary**:N/A+
  
-**{{wiki:PublicEvent.gif|}}[[#​ClosingRasterSource|ClosingRasterSource]]** +== Parameters == 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]] +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​Open() ​**
  
-**{{wiki:​PublicEvent.gif|}}[[#​OpenedRasterSource|OpenedRasterSource]]** +  ​//N/A// 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicEvent.gif|}}[[#​OpeningRasterSource|OpeningRasterSource]]** +== Return Value == 
-  * **Event Arguments**:[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]] +  * Type:Void 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicEvent.gif|}}[[#​SendingWebRequest|SendingWebRequest]]** +== Parameters == 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] +<div newline></​div>​ 
-  * **Summary**:​This event is called before sending the reqeust for raster image.+** {{wiki:PublicMethod.gif|}} ​Close() ​**
  
-**{{wiki:​PublicEvent.gif|}}[[#​SentWebRequest|SentWebRequest]]** +  ​//N/A// 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] +== Remarks == 
-  * **Summary**:​This event is called after sent the request for raster image and the HttpWebResponse has come back.+  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-=== WmsRasterSource() === +  * Type:Void 
-This is the constructor for the class. If you use this constructor,​ then you need to set the required properties manually. +  * Description:​N/A
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-=== WmsRasterSource(Uri) === +
-This is the constructor the for the class. +
-==== Remarks ==== +
-This constructor initializes a new WmsRasterSource and downloads and parses the service description. In an ASP.NET application,​ the service description is automatically cached for 24 hours when it is not specified. +
-==== Parameters ==== +
-**uri** +
-  ​* **Type**:Uri +
-  ​* **Description:​URI of the WMS server.+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-=== WmsRasterSource(Uri,​WebProxy) === +<div newline></​div>​ 
-This is the constructor the for the class. +** {{wiki:PublicMethod.gif|}} GetImage(RectangleShape,​Int32,​Int32) ​**
-==== Remarks ==== +
-This constructor initializes a new WmsRasterSource and downloads and parses the service description In an ASP.NET application,​ the service description is automatically cached for 24 hours when it is not specified. +
-==== Parameters ​==== +
-**uri** +
-  * **Type**:Uri +
-  ​* **Description:​URI of the WMS server.+
  
-**proxy** +  ​//N/A// 
-  * **Type**:​WebProxy +== Remarks == 
-  * **Description:​Proxy to use for the current WMS layer.+  * //N/A//
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-===== Protected Constructors ===== +  * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-===== Public Methods ===== +  * Description:​N/A
-=== CloneDeep() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +  * //​worldExtent//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  * //​canvasWidth/​
-[[#Public Methods|Go Back]] +    * Type:Int32 
-=== Close() === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​canvasHeight//​ 
-  **Return ​Type**:Void +    * Type:Int32 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToString() **
-=== Equals(Object=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**obj** +  * Type:String 
-  ​* **Type**:Object +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetBoundingBox() === +<div newline><​/div> 
-N/A +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:​Boolean 
-=== GetFeatureInfo(ScreenPointF,​String) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>​ +  * //obj// 
-  * **Description**:N/A+    ​* Type:Object 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**screenPointF** +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] +
-  ​* **Description**:​N/​A+
  
-**infoFormat** +  ​//N/A// 
-  * **Type**:​String +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetFeatureInfo(ScreenPointF,​Int32) === +  * Type:Int32 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:​Dictionary<String,​Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​+<div newline></div
-  * **Description**:N/A+** {{wiki:​PublicMethod.gif|}} GetType() ​**
  
-==== Parameters ==== +  * //N/A// 
-**screenPointF** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] +  * //N/A//
-  * **Description**:​N/A+
  
-**maxFeatures** +== Return Value == 
-  ​* **Type**:Int32 +  * Type:Type 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetFeatureInfo(ScreenPointF,​String,​Int32) === +<div newline><​/div> 
-N/A +==== Protected Methods ​==== 
-==== Remarks ​==== +** {{wiki:​ProtectedMethod.gif|}} SendWebRequest(WebRequest) **
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>​ +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**screenPointF** +  * Type:WebResponse 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**infoFormat** +== Parameters == 
-  * **Type**:String +  * //​webRequest//​ 
-  * **Description**:N/A+    ​* Type:WebRequest 
 +    * Description:​N/​A
  
-**maxFeatures** +<div newline></​div>​ 
-  * **Type**:Int32 +** {{wiki:ProtectedMethod.gif|}} SendWebRequestCore(WebRequest) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetFeatureInfo(ScreenPointF) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>​ +  * Type:WebResponse 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**screenPointF** +  //​webRequest//​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] +    * Type:WebRequest 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetHashCode() === +** {{wiki:​ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Int32 +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== GetHorizontalResolution() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Single +  * //e// 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs**
-=== GetImage(RectangleShape,​Int32,​Int32=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**worldExtent** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**canvasWidth** +== Parameters == 
-  * **Type**:Int32 +  * //e// 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] 
 +    * Description:​N/​A
  
-**canvasHeight** +<div newline></​div>​ 
-  * **Type**:Int32 +** {{wiki:ProtectedMethod.gif|}} GetRequestUrlCore(RectangleShape,​Int32,​Int32) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetImageHeight() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Int32 +  * Type:String 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​worldExtent//​ 
-=== GetImageWidth() === +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​canvasWidth//​ 
-  **Return ​Type**:Int32 +    * Type:​Int32 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  * //​canvasHeight/​
-[[#Public Methods|Go Back]] +    * Type:Int32 
-=== GetProjectionText() === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:String +** {{wiki:ProtectedMethod.gif|}} GetImageWidthCore() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //This method returns the width of the image in screen coordinates.//​ 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-=== GetRequestUrl(RectangleShape,​Int32,​Int32) === +  * //This virtual method is called ​from the concrete method GetImageWidth. It returns the width of the image in screen coordinates.//
-Get the request URL from the client to the WMS. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:String +  * Type:Int32 
-  ​* **Description**:The request URL from the client to the WMS.+  * Description:​The ​width of the image in screen coordinates.
  
-==== Parameters ​==== +== Parameters == 
-**worldExtent** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +** {{wiki:ProtectedMethod.gif|}} GetImageHeightCore() ​**
-  ​* **Description**:​The world extent requested by the client to get the map.+
  
-**canvasWidth** +  ​//This method returns the height of the image in screen coordinates.//​ 
-  * **Type**:​Int32 +== Remarks == 
-  * **Description**:​The returning map width, as well as the drawing canvas width.+  * //This virtual method is called from the concrete method GetImageHeight. It returns the height of the image in screen coordinates.//
  
-**canvasHeight** +== Return Value == 
-  ​* **Type**:Int32 +  * Type:​Int32 
-  ​* **Description**:The returning map height, as well as the drawing canvas height.+  * Description:​The height ​of the image in screen coordinates.
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetServerCapabilitiesXml() === +<div newline></​div>​ 
-This API gets the GetCapabilites document of the service. +** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method opens the RasterSource so that it is initialized and ready to use.// 
-  * **Return Type**:​String +== Remarks == 
-  * **Description**:​This API returns ​the GetCapabilites document ​of the service.+  * //This protected virtual method is called from the concrete public method Open. The Open method plays an important role, as it is responsible for initializing the RasterSource. Most methods on the RasterSource will throw an exception if the state of the RasterSource is not opened. When the map draws each layer, it will open the RasterSource as one of its first steps; then, after it is finished drawing with that layer, it will close it. In this way, we are sure to release all resources used by the RasterSource. When implementing this abstract method, consider opening files for file-based sources, connecting to databases in the database-based sources and so on. You will get a chance to close these in the Close method ​of the RasterSource.//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== GetServerCrss() === +  * Description:​None
-This method returns the projected or geographic coordinate reference systems to be used. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:​Collection<String+<div newline></​div
-  * **Description**:N/A+** {{wiki:​ProtectedMethod.gif|}} CloseCore() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetServerExceptionFormats() === +  * //N/A//
-This method returns the exception format at the server side. +
-==== Remarks ​==== +
-None.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Collection<​String>​ +  * Type:Void 
-  ​* **Description**:The exception format at the server side.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetServerFeatureInfoFormats() === +** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() **
-This API gets the WMS server FeatureInfo formats of the service. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method returns the bounding box of the RasterSource.//​ 
-  * **Return Type**:​Collection<​String>​ +== Remarks == 
-  * **Description**:​This API returns the FeatureInfo formats supported on the server-side.+  * //This method ​returns the bounding box of the RasterSource.//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-=== GetServerLayerNames() === +  * Description:​The bounding box of the RasterSource.
-This method returns the names of all layers at the server side. +
-==== Remarks ==== +
-None.+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:​Collection<String+<div newline></​div
-  * **Description**:The names of all layers at the server side.+** {{wiki:​ProtectedMethod.gif|}} GetImageCore(RectangleShape,​Int32,​Int32) ​**
  
-==== Parameters ==== +  * //This method returns ​an image based on the worldExtent and image width and height.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetServerOutputFormats() === +  * //This method is responsible for returning the image based on the parameters passed in. As the core version of this method is abstract, you will need to override it when creating our own RasterSource.//
-This method returns the output format at the server side+
-==== Remarks ​==== +
-None.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Collection<​String>​ +  * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  ​* **Description**:The output format at the server side.+  * Description:​This method returns an image based on the worldExtent and image width and height.
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​worldExtent//​ 
-=== GetServerStyleNames() === +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-This method returns ​the names of all styles at the server side. +    * Description:​This parameter represents ​the worldExtent you want to draw.
-==== Remarks ==== +
-None.+
  
-**Return Value** +  ​//​canvasWidth//​ 
-  **Return ​Type**:Collection<​String>​ +    * Type:Int32 
-  * **Description**:The names of all styles at the server side.+    * Description:​This parameter represents the width of the image you want to draw.
  
-==== Parameters ==== +  * //​canvasHeight//​ 
-[[#Public Methods|Go Back]] +    * Type:Int32 
-=== GetServiceVersion() === +    * Description:​This parameter represents ​the height ​of the image you want to draw.
-This API gets the WMS server version ​of the service. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:String +** {{wiki:ProtectedMethod.gif|}} BuildWmsGetFeatureInfoUri(ScreenPointF,​String,​Int32) ​**
-  ​* **Description**:​Returns a string reflecting the version of the service in WMS.+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetType() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Type +  * Type:Uri 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​screenPointF//​ 
-=== GetVerticalResolution() === +    * Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​infoFormat//​ 
-  **Return ​Type**:Single +    * Type:String 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  * //​maxFeatures/​
-[[#Public Methods|Go Back]] +    * Type:Int32 
-=== GetWorldFileText() === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:String +** {{wiki:ProtectedMethod.gif|}} GetFeatureInfoCore(ScreenPointF,​String,​Int32) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== Open() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>​ 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​screenPointF//​ 
-=== ToString() === +    * Type:[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​infoFormat//​ 
-  **Return ​Type**:String +    * Type:​String 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  * //​maxFeatures//​ 
-[[#Public Methods|Go Back]] +    * Type:Int32 
-===== Protected Methods ===== +    * Description:​N/A
-=== BuildWmsGetFeatureInfoUri(ScreenPointF,​String,​Int32) === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Uri +** {{wiki:ProtectedMethod.gif|}} HandleResponse(WebRequest) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**screenPointF** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] +  * //N/A//
-  * **Description**:​N/A+
  
-**infoFormat** +== Return Value == 
-  ​* **Type**:String +  * Type:Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>​ 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**maxFeatures** +== Parameters == 
-  * **Type**:Int32 +  * //​reqeust//​ 
-  * **Description**:N/A+    ​* Type:WebRequest 
 +    * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== CloneDeepCore() === +** {{wiki:​ProtectedMethod.gif|}} HandleResponseCore(WebRequest**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Protected Methods|Go Back]] +  * Type:​Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> 
-=== CloseCore() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​request//​ 
-  * **Description**:N/A+    ​* Type:WebRequest 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} HandleXmlInfoFormatResponse(XmlDocument**
-=== Finalize() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Protected Methods|Go Back]] +  * Type:​Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> 
-=== GetBoundingBoxCore() === +  * Description:​N/​A
-This method returns the bounding box of the RasterSource. +
-==== Remarks ==== +
-This method returns the bounding box of the RasterSource.+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * //​xmlDocument//​ 
-  * **Description**:The bounding box of the RasterSource.+    ​* Type:XmlDocument 
 +    * Description:​N/A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} HandleXmlInfoFormatResponseCore(XmlDocument**
-=== GetFeatureInfoCore(ScreenPointF,​String,​Int32=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>​ +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**screenPointF** +  * Type:Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>> 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**infoFormat** +== Parameters == 
-  * **Type**:String +  * //​xmlDocument//​ 
-  * **Description**:N/A+    ​* Type:XmlDocument 
 +    * Description:​N/​A
  
-**maxFeatures** +<div newline></​div>​ 
-  * **Type**:Int32 +** {{wiki:ProtectedMethod.gif|}} OnOpeningRasterSource(OpeningRasterSourceEventArgs) ​**
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== GetImageCore(RectangleShape,​Int32,​Int32) === +== Remarks == 
-This method returns an image based on the worldExtent and image width and height. +  * //N/A//
-==== Remarks ​==== +
-This method is responsible for returning the image based on the parameters passed in. As the core version of this method is abstract, you will need to override it when creating our own RasterSource.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] +  * Type:Void 
-  ​* **Description**:This method returns an image based on the worldExtent and image width and height.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-**worldExtent** +  //e// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]] 
-  * **Description**:This parameter represents the worldExtent you want to draw.+    * Description:​N/A
  
-**canvasWidth** +<div newline></​div>​ 
-  * **Type**:Int32 +** {{wiki:ProtectedMethod.gif|}} OnOpenedRasterSource(OpenedRasterSourceEventArgs) ​**
-  ​* **Description**:​This parameter represents the width of the image you want to draw.+
  
-**canvasHeight** +  ​//N/A// 
-  * **Type**:​Int32 +== Remarks == 
-  * **Description**:​This parameter represents the height of the image you want to draw.+  * //N/A//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== GetImageHeightCore() === +  * Type:Void 
-This method returns the height of the image in screen coordinates. +  * Description:​N/​A
-==== Remarks ==== +
-This virtual method is called from the concrete method GetImageHeight. It returns the height of the image in screen coordinates.+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Int32 +  * //e// 
-  * **Description**:The height of the image in screen coordinates.+    ​* Type:[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]] 
 +    * Description:​N/A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnClosingRasterSource(ClosingRasterSourceEventArgs**
-=== GetImageWidthCore() === +
-This method returns the width of the image in screen coordinates. +
-==== Remarks ==== +
-This virtual method is called from the concrete method GetImageWidth. It returns the width of the image in screen coordinates.+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Int32 +== Remarks == 
-  * **Description**:​The width of the image in screen coordinates.+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:Void 
-=== GetProjectionTextCore() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:String +  * //e// 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnClosedRasterSource(ClosedRasterSourceEventArgs**
-=== GetRequestUrlCore(RectangleShape,​Int32,​Int32=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​String +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**worldExtent** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**canvasWidth** +== Parameters == 
-  * **Type**:Int32 +  * //e// 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]] 
 +    * Description:​N/​A
  
-**canvasHeight** +<div newline></​div>​ 
-  * **Type**:Int32 +** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ​**
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== MemberwiseClone() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Object +  * Type:[[ThinkGeo.MapSuite.Core.RasterSource|RasterSource]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== OnClosedRasterSource(ClosedRasterSourceEventArgs=== +** {{wiki:​ProtectedMethod.gif|}} GetProjectionTextCore() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**e** +  * Type:String 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== OnClosingRasterSource(ClosingRasterSourceEventArgs) === +<div newline><​/div> 
-N/A +** {{wiki:​ProtectedMethod.gif|}} GetWrappingImageLeft(RectangleShape,​Double,​Double,​RectangleShape) **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**e** +  * Type:​[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== OnOpenedRasterSource(OpenedRasterSourceEventArgs) === +  * //​boundingBox/​
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​screenWidth//​ 
-  **Return ​Type**:Void +    * Type:Double 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  ​//​screenHeight//​ 
-**e*+    * Type:Double 
-  * **Type**:[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Protected Methods|Go Back]] +  * //​wrappingExtent//​ 
-=== OnOpeningRasterSource(OpeningRasterSourceEventArgs) === +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} GetWrappingImageRight(RectangleShape,​Double,​Double,​RectangleShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**e** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]] +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Protected Methods|Go Back]] +== Return Value == 
-=== OnSendingWebRequest(SendingWebRequestEventArgs) === +  * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​boundingBox//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//​screenWidth//​ 
-**e*+    * Type:Double 
-  * **Type**:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +  * //​screenHeight/​
-=== OnSentWebRequest(SentWebRequestEventArgs) === +    * Type:Double 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​wrappingExtent//​ 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**e** +** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +  * //N/A// 
-=== OpenCore() === +== Remarks == 
-This method opens the RasterSource so that it is initialized and ready to use. +  * //N/A//
-==== Remarks ​==== +
-This protected virtual method is called from the concrete public method Open. The Open method plays an important role, as it is responsible for initializing the RasterSource. Most methods on the RasterSource will throw an exception if the state of the RasterSource is not opened. When the map draws each layer, it will open the RasterSource as one of its first steps; then, after it is finished drawing with that layer, it will close it. In this way, we are sure to release all resources used by the RasterSource. When implementing this abstract method, consider opening files for file-based sources, connecting to databases in the database-based sources and so on. You will get a chance to close these in the Close method of the RasterSource.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:None+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== SendWebRequest(WebRequest=== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​WebResponse +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**webRequest** +  * Type:Object 
-  ​* **Type**:WebRequest +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== SendWebRequestCore(WebRequest) === +<div newline><​/div> 
-N/A +==== Public Properties ​==== 
-==== Remarks ​==== +** {{wiki:​PublicProperty.gif|}} ActiveLayerNames **
-N/A+
  
-**Return Value** +This property allows the active layers requested from the client to be shown on the map. 
-  * **Return ​Type**:​WebResponse +== Remarks == 
-  * **Description**:N/A+When requesting a map, a client may specify the layers to be shown on the map. 
 +== Return Value == 
 +  * Type:Collection<​String>​
  
-==== Parameters ==== +** {{wiki:PublicProperty.gif|}} ActiveStyleNames ​**
-**webRequest** +
-  * **Type**:WebRequest +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +This property allows the active styles requested from the client to be shown on the map. 
-=== Vj0=(WebRequest) === +== Remarks ​== 
-N/A +When requesting a map, a client may specify the styles to be shown on the map. 
-==== Remarks ==== +== Return Value == 
-N/A+  * Type:​Collection<​String>​
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} Uri **
-  * **Return Type**:Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>​ +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +This property specifies the URI of the WMS server. 
-**reqeust** +== Remarks ==
-  * **Type**:​WebRequest +
-  * **Description**:​N/​A +
- +
-[[#​Protected Methods|Go Back]] +
-=== Vz0=(WebRequest) === +
-N/A +
-==== Remarks ​====+
 N/A N/A
 +== Return Value ==
 +  * Type:Uri
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} IsTransparent ​**
-  * **Return Type**:Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>​ +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +This property gets or sets whether the response map image'​s background color is transparent or not. 
-**request** +== Remarks ==
-  * **Type**:​WebRequest +
-  * **Description**:​N/​A +
- +
-[[#​Protected Methods|Go Back]] +
-=== WD0=(XmlDocument) === +
-N/A +
-==== Remarks ​====+
 N/A N/A
 +== Return Value ==
 +  * Type:​Boolean
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} OutputFormat ​**
-  * **Return Type**:Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>​ +
-  ​* **Description**:​N/​A+
  
-==== Parameters ​==== +This property gets or sets the desired output format for the map being requested from the WMS. 
-**xmlDocument** +== Remarks ​== 
-  ​* **Type**:XmlDocument +When requesting a map, a client may specify the output format in which to show the map. Formats are specified as MIME types such as "​image/​gif"​ or "​image/​png"​. 
-  * **Description**:​N/​A+== Return Value == 
 +  * Type:String
  
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicProperty.gif|}} Proxy ** 
-=== WT0=(XmlDocument) === + 
-N/A +This property gets or sets the proxy used for requesting a Web Response. 
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​WebProxy
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} TimeoutInSecond ​**
-  * **Return Type**:Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>​ +
-  ​* **Description**:​N/​A+
  
-==== Parameters ​==== +This property specifies the timeout of the web request in seconds. ​ The default timeout value is 20 seconds. 
-**xmlDocument** +== Remarks ​== 
-  ​* **Type**:XmlDocument +N/A 
-  * **Description**:​N/​A+== Return Value == 
 +  * Type:Int32
  
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicProperty.gif|}} Crs **
-===== Public Properties ===== +
-=== ActiveLayerNames === +
-This property allows the active layers requested from the client to be shown on the map. +
-==== Remarks ==== +
-When requesting a map, a client may specify the layers to be shown on the map. +
-==== Return Value ==== +
-**Return Type**:​Collection<​String>​+
  
-[[#Public Properties|Go Back]] +This property ​gets or sets the projected or geographic coordinate reference system ​to be used
-=== ActiveStyleNames === +== Remarks ==
-This property ​allows ​the active styles requested from the client ​to be shown on the map+
-==== Remarks ​==== +
-When requesting a map, a client may specify the styles to be shown on the map. +
-==== Return Value ==== +
-**Return Type**:​Collection<​String>​ +
- +
-[[#Public Properties|Go Back]] +
-=== AxisOrder ===+
 N/A N/A
-==== Remarks ==== +== Return Value == 
-N/A +  * Type:String
-==== Return Value ==== +
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]]+
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} Credentials ​**
-=== BlueTranslation === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Single +
- +
-[[#Public Properties|Go Back]] +
-=== CapabilitesCacheTimeout === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:​TimeSpan+
  
-[[#Public Properties|Go Back]] 
-=== Credentials === 
 This property gets or sets the base authentication interface for retrieving credentials for Web Client authentication. This property gets or sets the base authentication interface for retrieving credentials for Web Client authentication.
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:​ICredentials+  * Type:​ICredentials
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} Exceptions ​**
-=== Crs === +
-This property gets or sets the projected or geographic coordinate reference system to be used. +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:String+
  
-[[#Public Properties|Go Back]] 
-=== Exceptions === 
 This property indicates the format in which the client wishes to be notified of service exceptions. This property indicates the format in which the client wishes to be notified of service exceptions.
-==== Remarks ​====+== Remarks ==
 Upon receiving a request that is invalid according to the OGC standard, the server shall issue a service exception report. The service report is meant to describe to the client application or its human user the reason(s) that the request is invalid. Upon receiving a request that is invalid according to the OGC standard, the server shall issue a service exception report. The service report is meant to describe to the client application or its human user the reason(s) that the request is invalid.
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:String+  * Type:String
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} Parameters ** 
-=== GreenTranslation === + 
-N/A +This property specifies a dictionary used to update the request sent from the client to the WMS server. 
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:​Dictionary<​String,​String>​ 
 + 
 +** {{wiki:PublicProperty.gif|}} AxisOrder **
  
-[[#Public Properties|Go Back]] 
-=== HasProjectionText === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:​[[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]] 
 + 
 +** {{wiki:PublicProperty.gif|}} CapabilitesCacheTimeout **
  
-[[#Public Properties|Go Back]] 
-=== IsGrayscale === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:TimeSpan 
 + 
 +** {{wiki:PublicProperty.gif|}} Projection **
  
-[[#Public Properties|Go Back]] 
-=== IsNegative === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:​[[ThinkGeo.MapSuite.Core.Projection|Projection]] 
 + 
 +** {{wiki:PublicProperty.gif|}} Transparency **
  
-[[#Public Properties|Go Back]] 
-=== IsOpen === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Single
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} BlueTranslation ** 
-=== IsTransparent === + 
-This property gets or sets whether the response map image'​s background color is transparent or not. +N/A 
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Single
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} RedTranslation ​**
-=== OutputFormat === +
-This property gets or sets the desired output format for the map being requested from the WMS. +
-==== Remarks ==== +
-When requesting a map, a client may specify the output format in which to show the map. Formats are specified as MIME types such as "​image/​gif" or "​image/​png"​. +
-==== Return Value ==== +
-**Return Type**:​String+
  
-[[#Public Properties|Go Back]] 
-=== Parameters === 
-This property specifies a dictionary used to update the request sent from the client to the WMS server. 
-==== Remarks ==== 
 N/A N/A
-==== Return Value ==== +== Remarks == 
-**Return ​Type**:Dictionary<​String,​String>​+N/A 
 +== Return Value == 
 +  * Type:Single 
 + 
 +** {{wiki:PublicProperty.gif|}} GreenTranslation **
  
-[[#Public Properties|Go Back]] 
-=== Projection === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.Projection|Projection]]+  * Type:Single
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} IsNegative ​**
-=== Proxy === +
-This property gets or sets the proxy used for requesting a Web Response. +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:WebProxy+
  
-[[#Public Properties|Go Back]] 
-=== RedTranslation === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:Boolean
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} IsGrayscale ​**
-=== TimeoutInSecond === +
-This property specifies the timeout of the web request in seconds. ​ The default timeout value is 20 seconds. +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Int32+
  
-[[#Public Properties|Go Back]] 
-=== Transparency === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:Boolean
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} IsOpen ​**
-=== Uri === +
-This property specifies the URI of the WMS server. +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Uri+
  
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-=== HasProjectionTextCore === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Boolean 
 + 
 +** {{wiki:PublicProperty.gif|}} HasProjectionText **
  
-[[#​Protected Properties|Go Back]] 
-===== Public Events ===== 
-=== ClosedRasterSource === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​Boolean
  
-**Event Arguments**:[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]]+==== Protected Properties ==== 
 +** {{wiki:ProtectedProperty.gif|}} HasProjectionTextCore **
  
-[[#Public Events|Go Back]] 
-=== ClosingRasterSource === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​Boolean
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]]+==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} SendingWebRequest ** 
 +This event is called before sending the reqeust for raster image. 
 +== Remarks == 
 +This event is called before sending the reqeust for raster image. It is typical that user want to get the url of reqeust and modify it according to their requirements. For example, user could create a signiture for it, and verify it on the server side. 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] 
 + 
 +** {{wiki:​PublicEvent.gif|}} SentWebRequest ** 
 +This event is called after sent the request for raster image and the HttpWebResponse has come back. 
 +== Remarks == 
 +N/A 
 + 
 +Event Arguments:​[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} OpeningRasterSource **
-=== OpenedRasterSource ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} OpenedRasterSource **
-=== OpeningRasterSource ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.OpeningRasterSourceEventArgs|OpeningRasterSourceEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.OpenedRasterSourceEventArgs|OpenedRasterSourceEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} ClosingRasterSource ** 
-=== SendingWebRequest === +N/A 
-This event is called before sending the reqeust for raster image. +== Remarks == 
-==== Remarks ​==== +N/A
-This event is called before sending the reqeust for raster image. It is typical that user want to get the url of reqeust and modify it according to their requirements. For example, user could create a signiture for it, and verify it on the server side.+
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.ClosingRasterSourceEventArgs|ClosingRasterSourceEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} ClosedRasterSource ** 
-=== SentWebRequest === +N/A 
-This event is called after sent the request for raster image and the HttpWebResponse has come back. +== Remarks ==
-==== Remarks ​====+
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.ClosedRasterSourceEventArgs|ClosedRasterSourceEventArgs]]
  
-[[#Public Events|Go Back]] 
  
thinkgeo.mapsuite.core.wmsrastersource.1442486557.txt.gz · Last modified: 2015/09/17 10:42 by admin