User Tools

Site Tools


thinkgeo.mapsuite.portablecore.tiledwmslayer

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.portablecore.tiledwmslayer [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.portablecore.tiledwmslayer [2017/03/16 21:59] (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.PortableCore.TiledWmsLayer ======+====== ThinkGeo.MapSuite.Core.TiledWmsLayer ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 This class is use for tiled WMS Server, and you also can get map from ThinkGeo world map kit server. This class is use for tiled WMS Server, and you also can get map from ThinkGeo world map kit server.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.PortableCore.Layer]] +    *ThinkGeo.MapSuite.Core.Layer 
-***[[ThinkGeo.MapSuite.PortableCore.TiledWmsLayer]]+      ***ThinkGeo.MapSuite.Core.TiledWmsLayer**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} TiledWmsLayer() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#TiledWmsLayer()|TiledWmsLayer]] ​  ​| ​   |    | This is the constructor the for the class. If you use this constructor,​ then you need to set the required properties manually. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TiledWmsLayer(IEnumerable<​Uri>​)|TiledWmsLayer]] ​  | IEnumerable<​Uri> ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TiledWmsLayer(IEnumerable<​Uri>,​ GeoWebProxy)|TiledWmsLayer]] ​  | IEnumerable<​Uri>,​ [[ThinkGeo.MapSuite.PortableCore.GeoWebProxy|GeoWebProxy]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TiledWmsLayer(IEnumerable<​Uri>,​ String, String)|TiledWmsLayer]] ​  | IEnumerable<​Uri>,​ String, String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TiledWmsLayer(IEnumerable<​Uri>,​ GeoWebProxy,​ String, String)|TiledWmsLayer]] ​  | IEnumerable<​Uri>,​ [[ThinkGeo.MapSuite.PortableCore.GeoWebProxy|GeoWebProxy]],​ String, String ​  ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //This is the constructor the for the class. If you use this constructor,​ then you need to set the required properties manually.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //None// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} TiledWmsLayer(IEnumerable<​Uri>​) **
  
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​serverUris//​
 +    * Type:​IEnumerable<​Uri>​
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} TiledWmsLayer(IEnumerable<​Uri>,​GeoWebProxy) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​serverUris//​
 +    * Type:​IEnumerable<​Uri>​
 +    * Description:​N/​A
 +
 +  * //​webProxy//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} TiledWmsLayer(IEnumerable<​Uri>,​String,​String) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​serverUris//​
 +    * Type:​IEnumerable<​Uri>​
 +    * Description:​N/​A
 +
 +  * //​clientId//​
 +    * Type:String
 +    * Description:​N/​A
 +
 +  * //​privateKey//​
 +    * Type:String
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} TiledWmsLayer(IEnumerable<​Uri>,​GeoWebProxy,​String,​String) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //​serverUris//​
 +    * Type:​IEnumerable<​Uri>​
 +    * Description:​N/​A
 +
 +  * //​webProxy//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]]
 +    * Description:​N/​A
 +
 +  * //​clientId//​
 +    * Type:String
 +    * Description:​N/​A
 +
 +  * //​privateKey//​
 +    * Type:String
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GetRequestUris(RectangleShape,​Int32,​Int32) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​ClearCache()|ClearCache]] ​  ​| ​   |    | This method clears the tile cache of client. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CloneDeep()|CloneDeep]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | Create a copy of Layer using the deep clone process. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Close()|Close]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This method closes the Layer and releases any resources it was using. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Draw(GeoCanvas,​ Collection<​SimpleCandidate>​)|Draw]] ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]],​ Collection<​[[ThinkGeo.MapSuite.PortableCore.SimpleCandidate|SimpleCandidate]]> ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This method draws the Layer. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetBoundingBox()|GetBoundingBox]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This method returns the bounding box of the Layer. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetFeatureInfo(ScreenPointF,​ String, Int32)|GetFeatureInfo]] ​  | [[ThinkGeo.MapSuite.PortableCore.ScreenPointF|ScreenPointF]],​ String, Int32   ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetFeatureInfo(ScreenPointF,​ String)|GetFeatureInfo]] ​  | [[ThinkGeo.MapSuite.PortableCore.ScreenPointF|ScreenPointF]],​ String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetFeatureInfo(ScreenPointF)|GetFeatureInfo]] ​  | [[ThinkGeo.MapSuite.PortableCore.ScreenPointF|ScreenPointF]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetFeatureInfo(ScreenPointF,​ Int32)|GetFeatureInfo]] ​  | [[ThinkGeo.MapSuite.PortableCore.ScreenPointF|ScreenPointF]],​ Int32   ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#GetRequestUris(RectangleShape,​ Int32, Int32)|GetRequestUris]] ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]],​ Int32, Int32   ​| ​   | Get the request URLs from the client to the WMS servers. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetServerCapabilitiesXml()|GetServerCapabilitiesXml]] ​  ​| ​   |    | This API gets the GetCapabilites document of the service. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetServerCrss()|GetServerCrss]] ​  ​| ​   |    | This method returns the projected or geographic coordinate reference systems to be used.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetServerExceptionFormats()|GetServerExceptionFormats]] ​  ​| ​   |    | This method returns the exception format at the server side.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetServerFeatureInfoFormats()|GetServerFeatureInfoFormats]] ​  ​| ​   |    | This API gets the WMS server FeatureInfo formats of the service. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetServerLayerNames()|GetServerLayerNames]] ​  ​| ​   |    | This method returns the names of all layers at the server side.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetServerOutputFormats()|GetServerOutputFormats]] ​  ​| ​   |    | This method returns the output format at the server side.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetServerStyleNames()|GetServerStyleNames]] ​  ​| ​   |    | This method returns the names of all styles at the server side.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetServiceVersion()|GetServiceVersion]] ​  ​| ​   |    | This API gets the WMS server version of the service. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Open()|Open]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This method opens the Layer so that it is initialized and ready to use.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(RectangleShape,​ TimeSpan)|RequestDrawing]] ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]],​ TimeSpan ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(IEnumerable<​RectangleShape>,​ TimeSpan)|RequestDrawing]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]>,​ TimeSpan ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(IEnumerable<​RectangleShape>​)|RequestDrawing]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]> ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(RectangleShape)|RequestDrawing]] ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing()|RequestDrawing]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(TimeSpan)|RequestDrawing]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
 +  * //Get the request URLs from the client to the WMS servers.//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Collection<​Uri>​
 +  * Description:​The request URLs from the client to the WMS servers.
 +
 +== Parameters ==
 +  * //​requestExtent//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​The world extent requested by the client to get the map.
 +
 +  * //​canvasWidth//​
 +    * Type:Int32
 +    * Description:​The returning map width, as well as the drawing canvas width.
 +
 +  * //​canvasHeight//​
 +    * Type:Int32
 +    * Description:​The returning map height, as well as the drawing canvas height.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetFeatureInfo(ScreenPointF) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>​
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​screenPointF//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,​String) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>​
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​screenPointF//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]
 +    * Description:​N/​A
 +
 +  * //​infoFormat//​
 +    * Type:String
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>​
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​screenPointF//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]
 +    * Description:​N/​A
 +
 +  * //​maxFeatures//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetFeatureInfo(ScreenPointF,​String,​Int32) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>>​
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​screenPointF//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]
 +    * Description:​N/​A
 +
 +  * //​infoFormat//​
 +    * Type:String
 +    * Description:​N/​A
 +
 +  * //​maxFeatures//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ClearCache() **
 +
 +  * //This method clears the tile cache of client.//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetServerLayerNames() **
 +
 +  * //This method returns the names of all layers at the server side.//
 +== Remarks ==
 +  * //None.//
 +
 +== Return Value ==
 +  * Type:​Collection<​String>​
 +  * Description:​This method returns the names of all layers at the server side.
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetServerStyleNames() **
 +
 +  * //This method returns the names of all styles at the server side.//
 +== Remarks ==
 +  * //None.//
 +
 +== Return Value ==
 +  * Type:​Collection<​String>​
 +  * Description:​This method returns the names of all styles at the server side.
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetServerOutputFormats() **
 +
 +  * //This method returns the output format at the server side.//
 +== Remarks ==
 +  * //None.//
 +
 +== Return Value ==
 +  * Type:​Collection<​String>​
 +  * Description:​This method returns the output format at the server side.
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetServerCrss() **
 +
 +  * //This method returns the projected or geographic coordinate reference systems to be used.//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Collection<​String>​
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetServerExceptionFormats() **
 +
 +  * //This method returns the exception format at the server side.//
 +== Remarks ==
 +  * //None.//
 +
 +== Return Value ==
 +  * Type:​Collection<​String>​
 +  * Description:​The exception format at the server side.
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetServiceVersion() **
 +
 +  * //This API gets the WMS server version of the service.//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:String
 +  * Description:​Returns a string reflecting the version of the service in WMS.
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetServerFeatureInfoFormats() **
 +
 +  * //This API gets the WMS server FeatureInfo formats of the service.//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Collection<​String>​
 +  * Description:​This API returns the FeatureInfo formats supported on the server-side.
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetServerCapabilitiesXml() **
 +
 +  * //This API gets the GetCapabilites document of the service.//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:String
 +  * Description:​This API returns the GetCapabilites document of the service.
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetThreadSafetyLevel() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} CloneDeep() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.Layer|Layer]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Open() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Close() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetBoundingBox() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas,​Collection<​SimpleCandidate>​) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //canvas//
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
 +    * Description:​N/​A
 +
 +  * //​labelsInAllLayers//​
 +    * Type:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestDrawing() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentToRefresh//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>​) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentsToRefresh//​
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestDrawing(TimeSpan) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentToRefresh//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​extentsToRefresh//​
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​
 +    * Description:​N/​A
 +
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToString() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:String
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //obj//
 +    * Type:Object
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Int32
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetType() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Type
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Methods ==== ==== Protected Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} GetRequestUrisCore(RectangleShape,​Int32,​Int32) ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloneDeepCore()|CloneDeepCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | Create a copy of Layer using the deep clone process. The default implemenation uses serialization. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloseCore()|CloseCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]](overriden) ​  | This method closes the Layer and releases any resources it was using. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawAttributionCore(GeoCanvas,​ String)|DrawAttributionCore]] ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]],​ String ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawCore(GeoCanvas,​ Collection<​SimpleCandidate>​)|DrawCore]] ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]],​ Collection<​[[ThinkGeo.MapSuite.PortableCore.SimpleCandidate|SimpleCandidate]]> ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]](overriden) ​  | This method draws the Layer. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawException(GeoCanvas,​ Exception)|DrawException]] ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]],​ Exception ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawExceptionCore(GeoCanvas,​ Exception)|DrawExceptionCore]] ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]],​ Exception ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]](overriden) ​  | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This method returns the bounding box of the Layer. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetFeatureInfoCore(ScreenPointF,​ String, Int32)|GetFeatureInfoCore]] ​  | [[ThinkGeo.MapSuite.PortableCore.ScreenPointF|ScreenPointF]],​ String, Int32   ​| ​   |    | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#GetRequestUrisCore(RectangleShape,​ Int32, Int32)|GetRequestUrisCore]] ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]],​ Int32, Int32   ​| ​   | Get the request URLs from the client to the WMS servers. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingAttribution(DrawingAttributionLayerEventArgs)|OnDrawingAttribution]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingException(DrawingExceptionLayerEventArgs)|OnDrawingException]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingProgressChanged(DrawingProgressChangedEventArgs)|OnDrawingProgressChanged]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawnAttribution(DrawnAttributionLayerEventArgs)|OnDrawnAttribution]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawnException(DrawnExceptionLayerEventArgs)|OnDrawnException]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnRequestedDrawing(RequestedDrawingLayerEventArgs)|OnRequestedDrawing]] ​  | [[ThinkGeo.MapSuite.PortableCore.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnRequestingDrawing(RequestingDrawingLayerEventArgs)|OnRequestingDrawing]] ​  | [[ThinkGeo.MapSuite.PortableCore.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnSendingWebRequest(SendingWebRequestEventArgs)|OnSendingWebRequest]] ​  | [[ThinkGeo.MapSuite.PortableCore.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] ​  ​| ​   |    | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnSentWebRequest(SentWebRequestEventArgs)|OnSentWebRequest]] ​  | [[ThinkGeo.MapSuite.PortableCore.SentWebRequestEventArgs|SentWebRequestEventArgs]] ​  ​| ​   |    | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OpenCore()|OpenCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]](overriden) ​  | This method opens the Layer so that it is initialized and ready to use.   |+
  
-==== Public Properties ==== +  ​* //Get the request ​URLs from the client to the WMS servers.// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks == 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ActiveLayerNames|ActiveLayerNames]] ​  | Collection<​String> ​  ​|    | This property represents the available layers that can be requested from the client and shown on the map.   | +  * //N/A//
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ActiveStyleNames|ActiveStyleNames]] ​  | Collection<​String> ​  ​| ​   | This property represents the available styles that can be requested from the client and shown on the map.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  | String ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AxisOrder|AxisOrder]] ​  | [[ThinkGeo.MapSuite.PortableCore.WmsAxisOrder|WmsAxisOrder]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CapabilitiesCacheTimeout|CapabilitiesCacheTimeout]] ​  | TimeSpan ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ClientId|ClientId]] ​  | String ​  ​| ​   | Gets or sets a value that is your Client Id.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Credentials|Credentials]] ​  | ICredentials ​  ​| ​   | This property gets or sets the base authentication interface for retrieving credentials for Web Client authentication. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Crs|Crs]] ​  | String ​  ​| ​   | This property gets or sets the projected or geographic coordinate reference system to be used.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingExceptionMode|DrawingExceptionMode]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawingExceptionMode|DrawingExceptionMode]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | Gets or sets the DrawExcpetionMode when exception happens. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingTime|DrawingTime]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This property gets the last drawing time for the layer. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Exceptions|Exceptions]] ​  | String ​  ​| ​   | This property indicates the format in which the client wishes to be notified of service exceptions. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HasBoundingBox|HasBoundingBox]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]](overriden) ​  | This property indicates whether a Layer has a BoundingBox or not. If it has no BoundingBox,​ it will throw an exception when you call the GetBoundingBox() and GetFullExtent() APIs.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ImageSource|ImageSource]] ​  | [[ThinkGeo.MapSuite.PortableCore.TiledWmsRasterSource|TiledWmsRasterSource]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsGrayscale|IsGrayscale]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This property gets and sets if the image should be converted to grayscale. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsNegative|IsNegative]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This property gets and sets whether the image should be converted to negative (inverse colors). ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsOpen|IsOpen]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This property returns true if the Layer is open and false if it is not.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisible|IsVisible]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This property gets and set the visible state of the layer. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LowerScale|LowerScale]] ​  | Double ​  ​| ​   | Gets or sets a value represents lower threshold for scale. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This property gets and sets the name for the layer. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OutputFormat|OutputFormat]] ​  | String ​  ​| ​   | This property gets or sets the desired output format for the map requested from the WMS.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Parameters|Parameters]] ​  | Dictionary<​String,​String> ​  ​| ​   | This property specifies a dictionary used to update ​the request ​sent from the client to the WMS server  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​PrivateKey|PrivateKey]] ​  | String ​  ​| ​   | Gets or sets a value that is unique to your client ID, please keep your key secure. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RequestDrawingInterval|RequestDrawingInterval]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ServerUri|ServerUri]] ​  | Uri   ​| ​   | Gets or sets a server uri of Tiled WMS Server. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ServerUris|ServerUris]] ​  | Collection<​Uri> ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileCache|TileCache]] ​  | [[ThinkGeo.MapSuite.PortableCore.BitmapTileCache|BitmapTileCache]] ​  ​| ​   | Gets or sets a BitmapTileCache represents which tile cache will be used.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileHight|TileHight]] ​  | Int32   ​| ​   | Gets or sets the height of the tile requested ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileWidth|TileWidth]] ​  | Int32   ​| ​   | Gets or sets the width of the tile requested ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TimeoutInSeconds|TimeoutInSeconds]] ​  | Int32   ​| ​   | This property specifies the timeout of the web request in seconds. The default timeout value is 20 seconds. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Transparency|Transparency]] ​  | Single ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This property gets and sets the amount of transparency to apply to the image. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​UpperScale|UpperScale]] ​  | Double ​  ​| ​   | Gets or sets a value represents upper threshold for scale. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​WebProxy|WebProxy]] ​  | [[ThinkGeo.MapSuite.PortableCore.GeoWebProxy|GeoWebProxy]] ​  ​| ​   | This property gets or sets the proxy used for requesting a Web Response. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZoomLevelSet|ZoomLevelSet]] ​  | [[ThinkGeo.MapSuite.PortableCore.ZoomLevelSet|ZoomLevelSet]] ​  ​| ​   |    |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:​Collection<​Uri>​ 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​IsOpenCore|IsOpenCore]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]](overriden) ​  | This property returns true if the Layer is open and false if it is not  |+  * Description:The request URLs from the client to the WMS servers.
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +  * //​requestExtent//​ 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawingAttribution|DrawingAttribution]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   +    ​* Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-| {{wiki:PublicEvent.gif|Public Event}}[[#​DrawingException|DrawingException]] ​  ​| ​[[ThinkGeo.MapSuite.PortableCore.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +    ​* Description:The world extent requested by the client to get the map.
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawingProgressChanged|DrawingProgressChanged]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   +
-| {{wiki:PublicEvent.gif|Public Event}}[[#​DrawnAttribution|DrawnAttribution]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawnException|DrawnException]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​RequestedDrawing|RequestedDrawing]] ​  | [[ThinkGeo.MapSuite.PortableCore.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​RequestingDrawing|RequestingDrawing]] ​  | [[ThinkGeo.MapSuite.PortableCore.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​SendingWebRequest|SendingWebRequest]] ​  | [[ThinkGeo.MapSuite.PortableCore.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] ​  ​| ​   |    | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​SentWebRequest|SentWebRequest]] ​  | [[ThinkGeo.MapSuite.PortableCore.SentWebRequestEventArgs|SentWebRequestEventArgs]] ​  ​| ​   |    |+
  
-===== Public Constructors ===== +  * //​canvasWidth//​ 
-==== TiledWmsLayer() ==== +    * Type:Int32 
-This is the constructor the for the class. If you use this constructorthen you need to set the required properties manually. +    * Description:​The returning map widthas well as the drawing canvas width.
-=== Overloads === +
-This is the default constructor. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +  * //​canvasHeight//​ 
-==== TiledWmsLayer(IEnumerable<​Uri>​) ==== +    * Type:Int32 
-=== Parameters === +    ​* ​Description:The returning map height, as well as the drawing canvas height.
-^  Name ^  Type ^  ​Description ​+
-| serverUris ​  | IEnumerable<​Uri><​!-- System.Collections.Generic.IEnumerable{System.Uri} --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +<div newline></div> 
-==== TiledWmsLayer(IEnumerable<Uri>, GeoWebProxy) ==== +** {{wiki:​ProtectedMethod.gif|}} CloseCore() **
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| serverUris ​  | IEnumerable<Uri><!-- System.Collections.Generic.IEnumerable{System.Uri--> ​  ​| ​   | +
-| webProxy ​  | [[ThinkGeo.MapSuite.PortableCore.GeoWebProxy|GeoWebProxy]]<​!-- ThinkGeo.MapSuite.PortableCore.GeoWebProxy --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +  * //This method closes the Layer and releases any resources it was using.// 
-==== TiledWmsLayer(IEnumerable<​Uri>,​ String, String) ==== +== Remarks ​== 
-=== Parameters === +  ​* //This abstract method is called from the concrete public method CloseThe close method plays an important role in the life cycle of the LayerIt may be called after drawing to release any memory and other resources that were allocated since the Open method was calledIf you override this method, it is recommended that you take the following things into account: This method may be called multiple times, so we suggest you write the method so that that a call to a closed Layer is ignored and does not generate an errorWe also suggest that in the Close you free all resources that have been openedRemember that the object will not be destroyed, but will be re-opened possibly in the near future.//
- Name ^  Type ^  Description ^ +
-| serverUris ​  | IEnumerable<​Uri><​!-- System.Collections.Generic.IEnumerable{System.Uri} --> ​  ​| ​   | +
-| clientId ​  | String<​!-- System.String ​-->   ​| ​   | +
-| privateKey ​  | String<​!-- System.String --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== TiledWmsLayer(IEnumerable<​Uri>,​ GeoWebProxy,​ String, String) ​==== +  ​Type:Void 
-=== Parameters === +  Description:None
-^  Name ^  ​Type ​ ​Description ​+
-| serverUris ​  | IEnumerable<​Uri><​!-- System.Collections.Generic.IEnumerable{System.Uri} --> ​  ​| ​   | +
-| webProxy ​  | [[ThinkGeo.MapSuite.PortableCore.GeoWebProxy|GeoWebProxy]]<​!-- ThinkGeo.MapSuite.PortableCore.GeoWebProxy --> ​  ​| ​   | +
-| clientId ​  | String<​!-- System.String --> ​  ​| ​   | +
-| privateKey ​  | String<​!-- System.String --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +<div newline></​div>​ 
-===== Public Methods ===== +** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas,​Collection<SimpleCandidate>) **
-==== ClearCache() ==== +
-This method clears the tile cache of client. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-Void<!-- System.Void --  |    |+
  
-=== Parameters === +  * //This method draws the Layer.// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //This method is the concrete wrapper for the abstract method DrawCore. This method draws the representation of the layer based on the extent you provided. When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore,​ we read that property and add it to the collection.//​
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== CloneDeep() ==== +  * Description:None
-Create a copy of Layer using the deep clone process. +
-=== Remarks === +
-The difference between deep clone and shallow clone is as follows: In shallow cloning, only the object is copied; the objects within it are not. By contrast, deep cloning copies the cloned object as well as all the objects within. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]]<​!-- ThinkGeo.MapSuite.PortableCore.Layer --> ​  | A cloned Layer. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:This parameter is the canvas object or a GeoImage to draw on.
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +  * //​labelsInAllLayers//​ 
-[[#Public Methods|Go Back]] +    * Type:​Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> 
-==== Close() ==== +    * Description:​This parameter represents ​the labels used for collision detection ​and duplication checking.
-This method closes ​the Layer and releases any resources it was using. +
-=== Remarks === +
-This method is the concrete wrapper ​for the abstract method CloseCore. The close method plays an important role in the life cycle of the Layer. It may be called after drawing to release any memory ​and other resources that were allocated since the Open method was called.+
  
-If you override this method, it is recommended that you take the following things into accountThis method may be called multiple times, so we suggest you write the method so that that a call to a closed Layer is ignored and does not generate an errorWe also suggest that in the Close you free all resources that have been opened. Remember that the object will not be destroyedbut will be re-opened possibly in the near future.+<div newline></​div>​ 
 +** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,Exception) **
  
-As this is a concrete public ​method ​that wraps a Core method, we reserve ​the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this way, we leave our framework open on our end, but also allow you the developer ​to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework+  * //​This ​method ​will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException.// 
-=== Return Value === +== Remarks ​== 
-^ Return Type ^ Description ^ +  * //N/A//
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.Layer --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​canvas//​ 
-==== Draw(GeoCanvas,​ Collection<​SimpleCandidate>​) ==== +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-This method draws the Layer. +    * Description:​The target canvas to draw the layer.
-=== Remarks === +
-This method is the concrete wrapper for the abstract method DrawCore. This method draws the representation of the layer based on the extent you provided.+
  
-As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +  * //e// 
-=== Return Value === +    * Type:​Exception 
-^ Return Type ^ Description ​+    ​* ​Description:The exception thrown when layer.Draw().
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div> 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} GetFeatureInfoCore(ScreenPointF,​String,​Int32) **
-| canvas ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.PortableCore.GeoCanvas --  | This parameter is the canvas object or a GeoImage to draw on.   | +
-| labelsInAllLayers ​  | Collection<[[ThinkGeo.MapSuite.PortableCore.SimpleCandidate|SimpleCandidate]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.SimpleCandidate--> ​  | This parameter represents the labels used for collision detection and duplication checking. ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Equals(Object) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:Dictionary<String,​Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>
-| obj   | Object<!-- System.Object --  |    |+  * Description:​N/​A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​screenPointF//​ 
-==== GetBoundingBox() ​==== +    * Type:​[[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] 
-This method returns the bounding box of the Layer. +    * Description:​N/​A
-=== Remarks === +
-This method is the concrete wrapper for the abstract method GetBoundingBoxCoreThis method returns the bounding box of the RasterLayer.+
  
-As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +  * //​infoFormat//​ 
-=== Return Value === +    * Type:String 
-^ Return Type ^ Description ​+    ​* ​Description:N/A
-| [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  | This method returns the bounding box of the Layer. ​  |+
  
-=== Parameters === +  * //​maxFeatures//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:Int32 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetThreadSafetyLevelCore() **
-==== GetFeatureInfo(ScreenPointF,​ String, Int32) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Dictionary<String,​Collection<​[[ThinkGeo.MapSuite.PortableCore.Feature|Feature]]>><!-- System.Collections.Generic.Dictionary{System.String,​System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.Feature}} --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| screenPointF ​  | [[ThinkGeo.MapSuite.PortableCore.ScreenPointF|ScreenPointF]]<​!-- ThinkGeo.MapSuite.PortableCore.ScreenPointF --> ​  ​| ​   | +  ​* //N/A//
-| infoFormat ​  | String<​!-- System.String --> ​  ​| ​   | +
-| maxFeatures ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] 
-==== GetFeatureInfo(ScreenPointF,​ String) ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.PortableCore.Feature|Feature]]>><​!-- System.Collections.Generic.Dictionary{System.String,​System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.Feature}} --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div
-| screenPointF ​  | [[ThinkGeo.MapSuite.PortableCore.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.PortableCore.ScreenPointF --  |    | +** {{wiki:​ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) **
-| infoFormat ​  | String<​!-- System.String --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetFeatureInfo(ScreenPointF) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.PortableCore.Feature|Feature]]>><​!-- System.Collections.Generic.Dictionary{System.String,​System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.Feature}} --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| screenPointF ​  | [[ThinkGeo.MapSuite.PortableCore.ScreenPointF|ScreenPointF]]<​!-- ThinkGeo.MapSuite.PortableCore.ScreenPointF --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== GetFeatureInfo(ScreenPointF,​ Int32) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.PortableCore.Feature|Feature]]>><​!-- System.Collections.Generic.Dictionary{System.String,​System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.Feature}} --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) **
-| screenPointF ​  | [[ThinkGeo.MapSuite.PortableCore.ScreenPointF|ScreenPointF]]<!-- ThinkGeo.MapSuite.PortableCore.ScreenPointF --  |    | +
-| maxFeatures ​  | Int32<​!-- System.Int32 --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //e// 
-==== GetRequestUris(RectangleShape,​ Int32, Int32) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] 
-Get the request URLs from the client to the WMS servers. +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Collection<​Uri><​!-- System.Collections.ObjectModel.Collection{System.Uri} --> ​  | The request URLs from the client to the WMS servers. ​  |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
-| requestExtent ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --  | The world extent requested by the client to get the map.   | +
-| canvasWidth ​  | Int32<!-- System.Int32 --  | The returning map width, as well as the drawing canvas width. ​  | +
-| canvasHeight ​  | Int32<​!-- System.Int32 --> ​  | The returning map height, as well as the drawing canvas height  ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +  * //This method opens the Layer so that it is initialized and ready to use.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetServerCapabilitiesXml() ==== +  * //This abstract method is called from the concrete public method Open. The open method plays an important role, as it is responsible for initializing the Layer. Most methods on the Layer will throw an exception if the state of the Layer is not openedWhen the map draws each layer, the layer will be opened as one of its first steps; then, after it is finished drawing with that layer, it will close itIn this way, we are sure to release all resources used by the Layer. When implementing the abstract method, consider opening the FeatureSource or RasterSource. You will get a chance to close these in the Close method ​of the Layer.//
-This API gets the GetCapabilites document ​of the service. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  | This API returns ​the GetCapabilites document ​of the service  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:None
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div> 
-==== GetServerCrss() ​==== +** {{wiki:​ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) **
-This method returns the projected or geographic coordinate reference systems to be used. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<String><!-- System.Collections.ObjectModel.Collection{System.String--> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetServerExceptionFormats() ==== +  * Description:N/A
-This method returns the exception format at the server side. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  | The exception format at the server side.   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​eventArgs//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +<div newline></div> 
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() **
-==== GetServerFeatureInfoFormats() ==== +
-This API gets the WMS server FeatureInfo formats of the service. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<String><!-- System.Collections.ObjectModel.Collection{System.String--> ​  | This API returns the FeatureInfo formats supported on the server-side. ​  |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.Core.Layer|Layer]] 
-==== GetServerLayerNames() ==== +  * Description:​N/​A
-This method returns the names of all layers at the server side. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  | This method returns the names of all layers at the server side.   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() **
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetServerOutputFormats() ==== +  * //N/A//
-This method returns the output format at the server side. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  | This method returns the output format at the server side.   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></div> 
-==== GetServerStyleNames() ​==== +** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) **
-This method returns the names of all styles at the server side. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<String><!-- System.Collections.ObjectModel.Collection{System.String--> ​  | This method returns the names of all styles at the server side.   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetServiceVersion() ==== +  * Description:N/A
-This API gets the WMS server version of the service. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  | Returns a string reflecting the version of the service in WMS.   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +  * //e// 
-[[#Public Methods|Go Back]] +    ​* ​Type:Exception 
-==== GetType() ==== +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionLayerEventArgs) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== Open() ==== +  * //N/A//
-This method opens the Layer so that it is initialized and ready to use. +
-=== Remarks ​=== +
-This method is the concrete wrapper for the abstract method OpenCore. The open method plays an important role, as it is responsible for initializing the Layer. Most methods on the Layer will throw an exception if the state of the Layer is not opened. When the map draws each layer, the layer will be opened 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 Layer.+
  
-When implementing the abstract method, consider opening the FeatureSource or RasterSource. You will get a chance to close these in the Close method of the Layer.+== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A
  
-As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +== Parameters ​== 
-=== Return Value === +  * //e// 
-^ Return ​Type ^ Description ^ +    * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] 
-| Void<!-- System.Void --> ​  |    ​|+    * Description:​N/​A
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionLayerEventArgs) **
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RequestDrawing(RectangleShape,​ TimeSpan) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| extentToRefresh ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  ​| ​   | +  Description:N/A
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.Layer --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //e// 
-==== RequestDrawing(IEnumerable<​RectangleShape>,​ TimeSpan) ==== +    * Type:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] 
-=== Return Value === +    ​* ​Description:N/A
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas,​String) **
-| extentsToRefresh ​  | IEnumerable<[[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.PortableCore.RectangleShape} --  |    | +
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RequestDrawing(IEnumerable<​RectangleShape>​) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| extentsToRefresh ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.PortableCore.RectangleShape} --> ​  ​| ​   |+  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.Layer --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​canvas//​ 
-==== RequestDrawing(RectangleShape) ==== +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-=== Return Value === +    ​* ​Description:N/A
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​attribution//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:String 
-| extentToRefresh ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionLayerEventArgs**
-==== RequestDrawing() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== RequestDrawing(TimeSpan) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //args// 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  |    ​|+    * Type:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionLayerEventArgs**
-==== ToString() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-===== Protected Methods ===== +  * Description:N/A
-==== CloneDeepCore() ==== +
-Create a copy of Layer using the deep clone process. The default implemenation uses serialization. +
-=== Remarks === +
-The difference between deep clone and shallow clone is as follows: In shallow cloning, only the object is copied; the objects within it are not. By contrast, deep cloning copies the cloned object as well as all the objects within. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]]<​!-- ThinkGeo.MapSuite.PortableCore.Layer --> ​  ​| ​cloned Layer. ​  |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //args// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs**
-==== CloseCore() ==== +
-This method closes the Layer and releases any resources it was using. +
-=== Remarks === +
-This abstract method is called from the concrete public method Close. The close method plays an important role in the life cycle of the Layer. It may be called after drawing to release any memory and other resources that were allocated since the Open method was called.+
  
-If you override this method, it is recommended that you take the following things into account: This method may be called multiple times, so we suggest you write the method so that that a call to a closed Layer is ignored and does not generate an error. We also suggest that in the Close you free all resources that have been opened. Remember that the object will not be destroyed, but will be re-opened possibly in the near future. +  * //N/A// 
-=== Return Value === +== Remarks ​== 
-^ Return Type ^ Description ^ +  * //N/A//
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.Layer(overriden) --> +== Parameters == 
-[[#​Protected Methods|Go Back]] +  * //e// 
-==== DrawAttributionCore(GeoCanvas,​ String) ==== +    * Type:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] 
-=== Return Value === +    ​* ​Description:N/A
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingLayerEventArgs) **
-| canvas ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.PortableCore.GeoCanvas --  |    | +
-| attribution ​  | String<​!-- System.String --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== DrawCore(GeoCanvas,​ Collection<​SimpleCandidate>​) ==== +  * //N/A//
-This method draws the Layer. +
-=== Remarks ​=== +
-This method is the concrete wrapper for the abstract method DrawCore. This method draws the representation of the layer based on the extent you provided.+
  
-When implementing this abstract method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties that allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore,​ we read that property and add it to the collection. +== Return Value == 
-=== Return Value === +  ​* ​Type:Void 
-^ Return ​Type Description ​+  * Description:N/A
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​eventArgs//​ 
-| canvas ​  ​| ​[[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.PortableCore.GeoCanvas --> ​  | This parameter is the canvas object or a GeoImage to draw on.   | +    * Type:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] 
-| labelsInAllLayers ​  | Collection<​[[ThinkGeo.MapSuite.PortableCore.SimpleCandidate|SimpleCandidate]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.SimpleCandidate} --> ​  | This parameter represents the labels used for collision detection and duplication checking. ​  |+    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer(overriden) --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-==== DrawException(GeoCanvas, Exception==== +
-This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. +
-=== Remarks === +
-This method can be overriden its logic by rewrite the DrawExceptionCore. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| canvas ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.PortableCore.GeoCanvas --> ​  | The target canvas to draw the layer. ​  | +  ​* //N/A//
-| e   | Exception<​!-- System.Exception --> ​  | The exception thrown when layer.Draw(). ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== DrawExceptionCore(GeoCanvas,​ Exception) ==== +  * Description:N/A
-This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div
-| canvas ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]]<!-- ThinkGeo.MapSuite.PortableCore.GeoCanvas --  | The target canvas to draw the layer. ​  | +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-| e   | Exception<​!-- System.Exception --> ​  The exception thrown when layer.Draw().   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer(overriden) --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== Finalize() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Object 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== GetBoundingBoxCore() ​==== +** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} IsEqual(Double,​Double) **
-This method returns the bounding box of the Layer. +
-=== Remarks === +
-This method returns the bounding box of the Layer. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-[[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  | This method returns the bounding box of the Layer. ​  |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== GetFeatureInfoCore(ScreenPointF,​ String, Int32) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Dictionary<​String,​Collection<​[[ThinkGeo.MapSuite.PortableCore.Feature|Feature]]>><​!-- System.Collections.Generic.Dictionary{System.String,​System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.Feature}} --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
- Name ^  Type ^  Description ^ +  ​* //​firstValue//​ 
-| screenPointF ​  | [[ThinkGeo.MapSuite.PortableCore.ScreenPointF|ScreenPointF]]<​!-- ThinkGeo.MapSuite.PortableCore.ScreenPointF --> ​  ​| ​   | +    ​* Type:Double 
-| infoFormat ​  | String<​!-- System.String --> ​  ​| ​   +    ​* Description:​N/​A
-| maxFeatures ​  | Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +  * //​secondValue//​ 
-[[#​Protected Methods|Go Back]] +    * Type:Double 
-==== GetRequestUrisCore(RectangleShape,​ Int32, Int32) ==== +    ​* ​Description:N/A
-Get the request URLs from the client to the WMS servers. +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Collection<​Uri><​!-- System.Collections.ObjectModel.Collection{System.Uri} --> ​  | The request URLs from the client to the WMS servers. ​  |+
  
-=== Parameters === +<div newline></div> 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} Contains(RectangleShape,RectangleShape) **
-| requestExtent ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --  | The world extent requested by the client to get the map.   | +
-| canvasWidth ​  | Int32<!-- System.Int32 --  | The returning map width, as well as the drawing canvas width  ​| +
-| canvasHeight ​  | Int32<​!-- System.Int32 --> ​  The returning map heightas well as the drawing canvas height. ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //extent// 
-==== OnDrawingAttribution(DrawingAttributionLayerEventArgs) ​==== +    ​* ​Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  |    ​|+
  
-=== Parameters === +  * //​targetExtent//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-| args   ​| ​[[ThinkGeo.MapSuite.PortableCore.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]<!-- ThinkGeo.MapSuite.PortableCore.DrawingAttributionLayerEventArgs --> ​  ​| ​   |+    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +<div newline></​div
-[[#​Protected Methods|Go Back]] +==== Public Properties ​==== 
-==== OnDrawingException(DrawingExceptionLayerEventArgs) ​==== +** {{wiki:​PublicProperty.gif|}} Credentials **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //This property gets or sets the base authentication interface for retrieving credentials for Web Client authentication.//​ 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.PortableCore.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.DrawingExceptionLayerEventArgs --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:​ICredentials
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicProperty.gif|}} ClientId **
-[[#​Protected Methods|Go Back]] +
-==== OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //Gets or sets a value that is your Client Id.// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.PortableCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.DrawingProgressChangedEventArgs --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:String
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicProperty.gif|}} PrivateKey **
-[[#​Protected Methods|Go Back]] +
-==== OnDrawnAttribution(DrawnAttributionLayerEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //Gets or sets a value that is unique to your client ID, please keep your key secure.// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| args   | [[ThinkGeo.MapSuite.PortableCore.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.DrawnAttributionLayerEventArgs --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:String
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicProperty.gif|}} ZoomLevelSet **
-[[#​Protected Methods|Go Back]] +
-==== OnDrawnException(DrawnExceptionLayerEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   ​| ​[[ThinkGeo.MapSuite.PortableCore.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]<!-- ThinkGeo.MapSuite.PortableCore.DrawnExceptionLayerEventArgs --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:[[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicProperty.gif|}} AxisOrder **
-[[#​Protected Methods|Go Back]] +
-==== OnRequestedDrawing(RequestedDrawingLayerEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| eventArgs ​  ​| ​[[ThinkGeo.MapSuite.PortableCore.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]<!-- ThinkGeo.MapSuite.PortableCore.RequestedDrawingLayerEventArgs --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:[[ThinkGeo.MapSuite.Core.WmsAxisOrder|WmsAxisOrder]]
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicProperty.gif|}} CapabilitesCacheTimeout **
-[[#​Protected Methods|Go Back]] +
-==== OnRequestingDrawing(RequestingDrawingLayerEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| eventArgs ​  | [[ThinkGeo.MapSuite.PortableCore.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.RequestingDrawingLayerEventArgs --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:TimeSpan
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicProperty.gif|}} CapabilitiesCacheTimeout **
-[[#​Protected Methods|Go Back]] +
-==== OnSendingWebRequest(SendingWebRequestEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.PortableCore.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.SendingWebRequestEventArgs --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:TimeSpan
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +** {{wiki:​PublicProperty.gif|}} ServerUri **
-[[#​Protected Methods|Go Back]] +
-==== OnSentWebRequest(SentWebRequestEventArgs) ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //Gets or sets a server uri of Tiled WMS Server.// 
-^  Name ^  ​Type ​^  Description ^ +== Remarks ​== 
-| e   | [[ThinkGeo.MapSuite.PortableCore.SentWebRequestEventArgs|SentWebRequestEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.SentWebRequestEventArgs --> ​  ​| ​   |+  * //N/A// 
 +== Return Value == 
 +  ​Type:Uri
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +** {{wiki:​PublicProperty.gif|}} ServerUris **
-[[#​Protected Methods|Go Back]] +
-==== OpenCore() ==== +
-This method opens the Layer so that it is initialized and ready to use. +
-=== Remarks === +
-This abstract method is called from the concrete public method Open. The open method plays an important role, as it is responsible for initializing the Layer. Most methods on the Layer will throw an exception if the state of the Layer is not opened. When the map draws each layer, the layer will be opened 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 Layer.+
  
-When implementing the abstract method, consider opening the FeatureSource or RasterSource. You will get a chance to close these in the Close method of the Layer. +  * //N/A// 
-=== Return Value === +== Remarks == 
-^ Return ​Type ^ Description ^ +  * //N/A// 
-| Void<!-- System.Void --  |    |+== Return Value == 
 +  ​* ​Type:Collection<Uri>
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} WebProxy **
-^  Name ^  Type ^  Description ^+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer(overriden) --> +  * //This property ​gets or sets the proxy used for requesting a Web Response.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-===== Public Properties ===== +  * //N/A// 
-==== ActiveLayerNames ==== +== Return Value == 
-This property ​represents ​the available layers that can be requested from the client and shown on the map+  ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]]
-=== Remarks ​=== +
-When requesting a map, a client may specify the layers to be shown on the map. +
-=== Return Value === +
-^ Return ​Type +
-| Collection<​String><​!-- System.Collections.ObjectModel.Collection{System.String} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +** {{wiki:​PublicProperty.gif|}} TileWidth **
-[[#Public Properties|Go Back]] +
-==== ActiveStyleNames ==== +
-This property represents the available styles that can be requested from the client and 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><​!-- System.Collections.ObjectModel.Collection{System.String--> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +  * //Gets or sets the width of the tile requested// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Attribution ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicProperty.gif|}} TileHight **
-[[#Public Properties|Go Back]] +
-==== AxisOrder ==== +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.PortableCore.WmsAxisOrder|WmsAxisOrder]]<​!-- ThinkGeo.MapSuite.PortableCore.WmsAxisOrder --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +  * //Gets or sets the height of the tile requested// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== CapabilitiesCacheTimeout ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Int32
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +** {{wiki:​PublicProperty.gif|}} OutputFormat **
-[[#Public Properties|Go Back]] +
-==== ClientId ==== +
-Gets or sets a value that is your Client Id. +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +  * //This property gets or sets the desired output format for the map requested from the WMS.// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Credentials ==== +  * //When requesting a map, a client may specify ​the output format in which to show the mapFormat are specified as MIME types such as "​image/​gif"​ or "​image/​png"​.//​ 
-This property gets or sets the base authentication interface for retrieving credentials for Web Client authentication+== Return Value == 
-=== Return Value === +  ​* ​Type:String
-^ Return ​Type +
-| ICredentials<​!-- System.Net.ICredentials --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +** {{wiki:​PublicProperty.gif|}} Crs **
-[[#Public Properties|Go Back]] +
-==== Crs ==== +
-This property gets or sets the projected or geographic coordinate reference system to be used. +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +  * //This property gets or sets the projected or geographic coordinate reference system to be used.// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== DrawingExceptionMode ==== +  * //N/A// 
-Gets or sets the DrawExcpetionMode when exception happens. +== Return Value == 
-=== Return Value === +  ​* ​Type:String
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.PortableCore.DrawingExceptionMode|DrawingExceptionMode]]<​!-- ThinkGeo.MapSuite.PortableCore.DrawingExceptionMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicProperty.gif|}} TileCache **
-[[#Public Properties|Go Back]] +
-==== DrawingTime ==== +
-This property gets the last drawing time for the layer. +
-=== Remarks === +
-We track the drawing time for the layer and report it back in this method. This is useful for determining the speed of various layers. +
-=== Return Value === +
-^ Return Type ^ +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +  * //Gets or sets a BitmapTileCache represents ​which tile cache will be used.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== Exceptions ==== +  * //N/A// 
-This property indicates the format in which the client wishes to be notified of service exceptions+== Return Value == 
-=== Remarks ​=== +  ​* ​Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]
-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 ​Type +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +** {{wiki:​PublicProperty.gif|}} ImageSource **
-[[#Public Properties|Go Back]] +
-==== HasBoundingBox ==== +
-This property indicates whether a Layer has a BoundingBox or not. If it has no BoundingBox,​ it will throw an exception when you call the GetBoundingBox() and GetFullExtent() APIs. +
-=== Remarks === +
-The value of TileWmsLayer is false. +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer(overriden) --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ImageSource ==== +  * //N/A// 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.Core.TiledWmsRasterSource|TiledWmsRasterSource]]
-[[ThinkGeo.MapSuite.PortableCore.TiledWmsRasterSource|TiledWmsRasterSource]]<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsRasterSource --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +** {{wiki:​PublicProperty.gif|}} UpperScale **
-[[#Public Properties|Go Back]] +
-==== IsGrayscale ==== +
-This property gets and sets if the image should be converted to grayscale. +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +  * //Gets or sets a value represents upper threshold for scale.// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IsNegative ==== +  * //Is the current scale is beyond this value, ​the map will not render.// 
-This property gets and sets whether ​the image should be converted to negative (inverse colors)+== Return Value == 
-=== Return Value === +  ​* ​Type:Double
-^ Return ​Type +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicProperty.gif|}} LowerScale **
-[[#Public Properties|Go Back]] +
-==== IsOpen ==== +
-This property returns true if the Layer is open and false if it is not. +
-=== Remarks === +
-This method is the concrete wrapper for the abstract method IsOpenCore. Various methods on the Layer require that it be in an open state. If one of those methods is called when the state is not open, then the method will throw an exception. To enter the open state, you must call the Layer Open method. The method will raise an exception if the current Layer is already open.+
  
-As this is concrete public method that wraps a Core method, we reserve ​the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this waywe leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework+  * //Gets or sets value represents lower threshold for scale.// 
-=== Return Value === +== Remarks == 
-^ Return ​Type +  * //Is the current scale is less than this value, the map will not render.// 
-| Boolean<​!-- System.Boolean --> ​  |+== Return Value == 
 +  ​* ​Type:Double
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicProperty.gif|}} ActiveLayerNames **
-[[#Public Properties|Go Back]] +
-==== IsVisible ==== +
-This property gets and set the visible state of the layer. +
-=== Remarks === +
-If this property is set to false, the layer will not draw. We ensure this in the Draw method. This is useful for legends and other controls that control the visibility of layers. +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +  * //This property ​represents ​the available layers that can be requested from the client and shown on the map.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== LowerScale ==== +  * //When requesting a mapa client may specify the layers to be shown on the map.// 
-Gets or sets a value represents ​lower threshold for scale+== Return Value == 
-=== Remarks ​=== +  ​* ​Type:Collection<String>
-Is the current scale is less than this value, the map will not render+
-=== Return Value === +
-^ Return ​Type +
-| Double<!-- System.Double --  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +** {{wiki:​PublicProperty.gif|}} ActiveStyleNames **
-[[#Public Properties|Go Back]] +
-==== Name ==== +
-This property gets and sets the name for the layer. +
-=== Remarks === +
-The name is user defined. It is useful to set, as it may be used for higher level components such as legends, etc. +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +  * //This property ​represents ​the available styles that can be requested from the client and shown on the map.// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== OutputFormat ==== +  * //When requesting a map, a client may specify the styles ​to be shown on the map.// 
-This property ​gets or sets the desired output format for the map requested from the WMS+== Return Value == 
-=== Remarks ​=== +  ​* ​Type:Collection<​String>​
-When requesting a map, a client may specify the output format in which to show the map. Format are specified as MIME types such as "image/gif" or "image/png". +
-=== Return Value === +
-^ Return ​Type +
-| String<!-- System.String ​--  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +** {{wiki:​PublicProperty.gif|}} TimeoutInSeconds **
-[[#Public Properties|Go Back]] +
-==== Parameters ==== +
-This property specifies a dictionary used to update the request sent from the client to the WMS server. +
-=== Return Value === +
-^ Return Type ^ +
-| Dictionary<​String,​String><​!-- System.Collections.Generic.Dictionary{System.String,​System.String--> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +  * //This property specifies the timeout of the web request in seconds The default timeout value is 20 seconds.// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== PrivateKey ==== +  * //N/A// 
-Gets or sets a value that is unique to your client ID, please keep your key secure. +== Return Value == 
-=== Return Value === +  ​* ​Type:Int32
-^ Return ​Type +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +** {{wiki:​PublicProperty.gif|}} Exceptions **
-[[#Public Properties|Go Back]] +
-==== RequestDrawingInterval ==== +
-=== Return Value === +
-^ Return Type ^ +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +  * //This property indicates the format in which the client wishes to be notified of service exceptions.// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ServerUri ==== +  * //Upon receiving ​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.// 
-Gets or sets a server ​uri of Tiled WMS Server+== Return Value == 
-=== Return Value === +  ​* ​Type:String
-^ Return ​Type +
-| Uri<!-- System.Uri --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +** {{wiki:​PublicProperty.gif|}} Parameters **
-[[#Public Properties|Go Back]] +
-==== ServerUris ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Collection<​Uri><​!-- System.Collections.ObjectModel.Collection{System.Uri--> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +  * //This property specifies a dictionary used to update the request sent from the client to the WMS server.// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TileCache ==== +  * //N/A// 
-Gets or sets a BitmapTileCache represents which tile cache will be used. +== Return Value == 
-=== Return Value === +  ​* ​Type:Dictionary<String,​String>
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.PortableCore.BitmapTileCache|BitmapTileCache]]<!-- ThinkGeo.MapSuite.PortableCore.BitmapTileCache --  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +** {{wiki:​PublicProperty.gif|}} HasBoundingBox ** 
-[[#Public Properties|Go Back]] + 
-==== TileHight ​==== +  * //This property indicates whether a Layer has a BoundingBox or notIf it has no BoundingBox,​ it will throw an exception when you call the GetBoundingBox() and GetFullExtent() APIs.// 
-Gets or sets the height of the tile requested +== Remarks == 
-=== Return Value === +  * //The value of TileWmsLayer is false.// 
-Return Type ^ +== Return Value == 
-| Int32<​!-- System.Int32 --> ​  |+  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsOpen ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingTime ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​TimeSpan 
 + 
 +** {{wiki:​PublicProperty.gif|}} Name ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsVisible ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Transparency ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsNegative ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsGrayscale ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} Attribution ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} RequestDrawingInterval ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​TimeSpan 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} IsOpenCore ** 
 + 
 +  * //This property returns true if the Layer is open and false if it is not.// 
 +== Remarks == 
 +  * //Various methods on the Layer require that it be in an open state. If one of those methods is called when the state is not open, then the method will throw an exception. To enter the open state, you must call the Layer Open method. The method will raise an exception if the current Layer is already open.// 
 +== Return ​Value == 
 +  * Type:Boolean 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} SendingWebRequest ** 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A//
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +Event Arguments:​[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]
-[[#Public Properties|Go Back]] +
-==== TileWidth ==== +
-Gets or sets the width of the tile requested +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +** {{wiki:​PublicEvent.gif|}} SentWebRequest ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== TimeoutInSeconds ==== +== Remarks ​== 
-This property specifies the timeout of the web request in seconds. The default timeout value is 20 seconds. +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +Event Arguments:​[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]
-[[#Public Properties|Go Back]] +
-==== Transparency ==== +
-This property gets and sets the amount of transparency to apply to the image. +
-=== Return Value === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicEvent.gif|}} DrawingException ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== UpperScale ==== +== Remarks == 
-Gets or sets a value represents upper threshold for scale. +  * //N/A//
-=== Remarks ​=== +
-Is the current scale is beyond this value, the map will not render. +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]
-[[#Public Properties|Go Back]] +
-==== WebProxy ==== +
-This property gets or sets the proxy used for requesting a Web Response. +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.PortableCore.GeoWebProxy|GeoWebProxy]]<!-- ThinkGeo.MapSuite.PortableCore.GeoWebProxy --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +** {{wiki:​PublicEvent.gif|}} DrawingProgressChanged ** 
-[[#Public Properties|Go Back]] +  * //N/A// 
-==== ZoomLevelSet ==== +== Remarks ​== 
-=== Return Value === +  * //N/A//
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.PortableCore.ZoomLevelSet|ZoomLevelSet]]<​!-- ThinkGeo.MapSuite.PortableCore.ZoomLevelSet --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]
-[[#Public Properties|Go Back]] +
-===== Protected Properties ===== +
-==== IsOpenCore ==== +
-This property returns true if the Layer is open and false if it is not. +
-=== Remarks === +
-Various methods on the Layer require that it be in an open state. If one of those methods is called when the state is not open, then the method will throw an exception. To enter the open state, you must call the Layer Open method. The method will raise an exception if the current Layer is already open. +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer(overriden) --> +** {{wiki:​PublicEvent.gif|}} DrawnException ** 
-[[#​Protected Properties|Go Back]] +  * //N/A// 
-===== Public Events ===== +== Remarks ​== 
-==== DrawingAttribution ==== +  * //N/A//
-=== Event Arguments === +
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.PortableCore.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.DrawingAttributionLayerEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]
-[[#Public Events|Go Back]] +
-==== DrawingException ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.PortableCore.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]<!-- ThinkGeo.MapSuite.PortableCore.DrawingExceptionLayerEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicEvent.gif|}} DrawingAttribution ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== DrawingProgressChanged ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.PortableCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.DrawingProgressChangedEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]
-[[#Public Events|Go Back]] +
-==== DrawnAttribution ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.PortableCore.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]<!-- ThinkGeo.MapSuite.PortableCore.DrawnAttributionLayerEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicEvent.gif|}} DrawnAttribution ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== DrawnException ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.PortableCore.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.DrawnExceptionLayerEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]
-[[#Public Events|Go Back]] +
-==== RequestedDrawing ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.PortableCore.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]<!-- ThinkGeo.MapSuite.PortableCore.RequestedDrawingLayerEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicEvent.gif|}} RequestedDrawing ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== RequestingDrawing ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.PortableCore.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.RequestingDrawingLayerEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +Event Arguments:[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]
-[[#Public Events|Go Back]] +
-==== SendingWebRequest ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.PortableCore.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]<!-- ThinkGeo.MapSuite.PortableCore.SendingWebRequestEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +** {{wiki:​PublicEvent.gif|}} RequestingDrawing ** 
-[[#Public Events|Go Back]] +  * //N/A// 
-==== SentWebRequest ==== +== Remarks ​== 
-=== Event Arguments === +  * //N/A//
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.PortableCore.SentWebRequestEventArgs|SentWebRequestEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.SentWebRequestEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.TiledWmsLayer --> +Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​MapSuitePortableCore]] 
-[[Category:​ThinkGeo.MapSuite.PortableCore]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.portablecore.tiledwmslayer.1440040133.txt.gz · Last modified: 2015/09/21 08:20 (external edit)