User Tools

Site Tools


thinkgeo.mapsuite.core.worldmapkitlayer

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.worldmapkitlayer [2015/09/17 10:42]
admin
thinkgeo.mapsuite.core.worldmapkitlayer [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.WorldMapKitLayer ====== ====== ThinkGeo.MapSuite.Core.WorldMapKitLayer ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class is use for world map kit, and you also can get map from ThinkGeo world map kit server. This class is use for world map kit, and you also can get map from ThinkGeo world map kit server.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 6: Line 9:
       ***ThinkGeo.MapSuite.Core.WorldMapKitLayer**       ***ThinkGeo.MapSuite.Core.WorldMapKitLayer**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} WorldMapKitLayer() **
-**{{wiki:​PublicMethod.gif|}}[[#WorldMapKitLayer()|WorldMapKitLayer]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​The default constructor +
-</​div>​+
  
-<​div ​class_table+  * //The default constructor//​ 
-**{{wiki:​PublicMethod.gif|}}[[#WorldMapKitLayer(WorldMapKitLayerType)|WorldMapKitLayer]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] +  * //The constructor initilizes the properties. UpperThreshold is set to double.MaxValue,​ LowerThreshold is set to double.MinValue.//​ 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​N/​A +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} WorldMapKitLayer(WorldMapKitLayerType) **
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​WorldMapKitLayer(String,​String)|WorldMapKitLayer]]*+== Remarks == 
-  * **Parameters**:​String,​String +  * //N/A// 
-  * **DeclaringType**:​N/A +== Parameters == 
-  * **Summary**:This is the constructor the for the class+  * //​layerType//​ 
-</div>+    ​Type:[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] 
 +    * Description:​N/A
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#WorldMapKitLayer(WorldMapKitLayerType,​String,​String)|WorldMapKitLayer]]** +** {{wiki:​PublicMethod.gif|}} WorldMapKitLayer(String,​String) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]],​String,​String +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is the constructor the for the class. +
-</​div>​+
  
-<div class_table>​ +  ​//This is the constructor the for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#​WorldMapKitLayer(WorldMapKitLayerType,​WebProxy,​String,​String)|WorldMapKitLayer]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]],​WebProxy,​String,​String +  * //This constructor initializes a new layer and assgin a license key.// 
-  * **DeclaringType**:N/A +== Parameters ​== 
-  * **Summary**:This is the constructor the for the class. +  * //​clientId//​ 
-</​div>​+    ​Type:String 
 +    Description:The clientId ​for the WorldMapKit Server.
  
-=== Protected Constructors === +  ​* //​privateKey//​ 
-=== Public Methods === +    Type:String 
-<div class_table>​ +    Description:The privateKey for the WorldMapKit Server.
-**{{wiki:​PublicMethod.gif|}}[[#​ClearCache()|ClearCache]]** +
-  * **Parameters**:​N/A +
-  * **DeclaringType**:N/A +
-  * **Summary**:This method clears ​the tile cache. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​CloneDeep()|CloneDeep]]** +** {{wiki:​PublicMethod.gif|}} ​WorldMapKitLayer(WorldMapKitLayerType,​String,​String) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This is the constructor the for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#​Close()|Close]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A// 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +== Parameters == 
-  * **Summary**:N/A +  * //​layerType//​ 
-</​div>​+    ​Type:​[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] 
 +    Description:N/A
  
-<div class_table>​ +  ​//​clientId//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Draw(GeoCanvas,​Collection<​SimpleCandidate>​)|Draw]]*+    Type:String 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +    Description:The clientId for the WorldMapKit Server.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​privateKey//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]*+    Type:String 
-  * **Parameters**:Object +    Description:The privateKey for the WorldMapKit Server.
-  * **DeclaringType**:Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:​PublicMethod.gif|}}[[#​GetBoundingBox()|GetBoundingBox]]** +** {{wiki:​PublicMethod.gif|}} ​WorldMapKitLayer(WorldMapKitLayerType,​WebProxy,​String,​String) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This is the constructor the for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A// 
-  * **DeclaringType**:Object +== Parameters == 
-  * **Summary**:N/A +  * //​layerType//​ 
-</​div>​+    ​Type:[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] 
 +    Description:N/A
  
-<div class_table>​ +  ​//​webProxy//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetRequestUrl(RectangleShape,​Int32,​Int32)|GetRequestUrl]]*+    Type:WebProxy 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Int32,​Int32 +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​Get the request URLs from the client to the WMS servers. +
-</​div>​+
  
-<div class_table>​ +  ​//​clientId//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetServerCrss()|GetServerCrss]]*+    Type:String 
-  * **Parameters**:N/A +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns the projected or geographic coordinate reference systems to be used. +
-</​div>​+
  
-<div class_table>​ +  ​//​privateKey//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetServerExceptionFormats()|GetServerExceptionFormats]]*+    Type:String 
-  * **Parameters**:N/A +    Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns the exception format at the server side. +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetServerLayerNames()|GetServerLayerNames]]** +==== Protected Constructors ==== 
-  * **Parameters**:​N/​A +==== Public Methods ==== 
-  * **DeclaringType**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​ClearCache() **
-  * **Summary**:​This method returns the names of all layers at the server side. +
-</​div>​+
  
-<div class_table>​ +  ​//This method clears the tile cache.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetServerOutputFormats()|GetServerOutputFormats]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​N/+
-  * **Summary**:​This method returns the output format at the server side. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetServerStyleNames()|GetServerStyleNames]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method returns the names of all styles at the server side. +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetServiceVersion()|GetServiceVersion]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​GetServerLayerNames() **
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This API gets the WMS server version of the service. +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns the names of all layers at the server side.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetThreadSafetyLevel()|GetThreadSafetyLevel]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //None.//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +  * Type:Collection<​String>​ 
-  * **Parameters**:N/A +  * Description:This method returns the names of all layers at the server side.
-  * **DeclaringType**:Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#Open()|Open]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​GetServerStyleNames() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns the names of all styles at the server side.// 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType)|RequestDrawing]]** +== Remarks == 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>,​TimeSpan,​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] +  * //None.//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType)|RequestDrawing]]** +  * Type:Collection<​String>​ 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​TimeSpan,​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] +  * Description:This method returns the names of all styles at the server side.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType)|RequestDrawing]]** +<​div ​newline></​div
-  * **Parameters**:​TimeSpan,​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] +** {{wiki:​PublicMethod.gif|}} ​GetServerOutputFormats() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns the output format at the server side.// 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(TimeSpan)|RequestDrawing]]** +== Remarks == 
-  * **Parameters**:​TimeSpan +  * //None.//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(IEnumerable<​RectangleShape>​)|RequestDrawing]]** +  * Type:Collection<String
-  * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]+  * Description:This method returns the output format at the server side.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(RectangleShape)|RequestDrawing]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +** {{wiki:​PublicMethod.gif|}} ​GetServerCrss() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns the projected or geographic coordinate reference systems to be used.// 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing()|RequestDrawing]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan)|RequestDrawing]]** +  * Type:Collection<String
-  * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>,TimeSpan +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​RequestDrawing(RectangleShape,​TimeSpan)|RequestDrawing]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​TimeSpan +** {{wiki:​PublicMethod.gif|}} ​GetServerExceptionFormats() **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method returns the exception format at the server side.// 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //None.//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/+
-</div>+
  
-=== Protected Methods ​=== +== Return Value == 
-<div class_table>​ +  * Type:Collection<​String>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CloneDeepCore()|CloneDeepCore]]** +  * Description:The exception format at the server side.
-  * **Parameters**:N/A +
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​CloseCore()|CloseCore]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:PublicMethod.gif|}} ​GetServiceVersion() **
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method closes the Layer and releases any resources it was using. +
-</​div>​+
  
-<div class_table>​ +  ​//This API gets the WMS server version of the service.// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​DrawAttributionCore(GeoCanvas,​String)|DrawAttributionCore]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​String +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​DrawCore(GeoCanvas,​Collection<​SimpleCandidate>​)|DrawCore]]** +  * Type:String 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +  * Description:Returns a string reflecting ​the version of the service in WMS.
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method draws the Layer. +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​DrawException(GeoCanvas,Exception)|DrawException]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Exception +** {{wiki:PublicMethod.gif|}} ​GetRequestUrl(RectangleShape,Int32,Int32) **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//Get the request URLs from the client to the WMS servers.// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​DrawExceptionCore(GeoCanvas,​Exception)|DrawExceptionCore]]** +== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Exception +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​DrawImage(GeoCanvas,​Collection<​SimpleCandidate>​)|DrawImage]]** +  * Type:​Collection<​String
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]+  * Description:The request URLs from the client to the WMS servers.
-  * **DeclaringType**:N/A +
-  * **Summary**:​This method draws image on the canvas with specified labelsInAllLayers +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** +  //​worldExtent//​ 
-  * **Parameters**:N/A +    ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **DeclaringType**:​Object +    Description:The world extent requested by the client to get the map.
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​canvasWidth//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]]*+    Type:Int32 
-  * **Parameters**:N/A +    Description:The returning map width, as well as the drawing canvas width.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​* //​canvasHeight//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetThreadSafetyLevelCore()|GetThreadSafetyLevelCore]]** +    Type:Int32 
-  * **Parameters**:​N/A +    Description:The returning map height, as well as the drawing canvas height.
-  * **DeclaringType**:N/A +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}{{wiki:​Static.gif|}}[[#​IsExtentWithinThreshold(RectangleShape,​Double,​Double,​Int32,​GeographyUnit)|IsExtentWithinThreshold]]** +** {{wiki:PublicMethod.gif|}} ​RequestDrawing() **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Double,​Double,​Int32,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method retures a value represents whether the currentExtent is within the passing in thresholds. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}}[[#​IsExtentWithinThreshold(RectangleShape,​Double,​Double,​Int32,​GeographyUnit,​Single)|IsExtentWithinThreshold]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​Double,​Double,​Int32,​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​Single +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method retures a value represents whether the currentExtent is within the passing in thresholds. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#​OnDrawingAttribution(DrawingAttributionLayerEventArgs)|OnDrawingAttribution]]** +<​div ​newline></​div
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] +** {{wiki:PublicMethod.gif|}} ​RequestDrawing(RectangleShape) **
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnDrawingException(DrawingExceptionLayerEventArgs)|OnDrawingException]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnDrawingProgressChanged(DrawingProgressChangedEventArgs)|OnDrawingProgressChanged]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnDrawnAttribution(DrawnAttributionLayerEventArgs)|OnDrawnAttribution]]** +  * //​extentToRefresh//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] +    Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​OnDrawnException(DrawnExceptionLayerEventArgs)|OnDrawnException]]** +** {{wiki:PublicMethod.gif|}} ​RequestDrawing(IEnumerable<​RectangleShape>​) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnRequestedDrawing(RequestedDrawingLayerEventArgs)|OnRequestedDrawing]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnRequestingDrawing(RequestingDrawingLayerEventArgs)|OnRequestingDrawing]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnSendingWebRequest(SendingWebRequestEventArgs)|OnSendingWebRequest]]** +  //​extentsToRefresh//​ 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] +    Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​OnSentWebRequest(SentWebRequestEventArgs)|OnSentWebRequest]]** +** {{wiki:PublicMethod.gif|}} ​RequestDrawing(TimeSpan) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OpenCore()|OpenCore]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​N/A +
-  * **Summary**:​This method opens the Layer so that it is initialized and ready to use. +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}}[[#​VSw=(RectangleShape,​RectangleShape)|VSw=]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Description:N/A
-  * **DeclaringType**:N/A +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}}[[#​nhw=(Double,​Double)|nhw=]]** +  * //​bufferTime//​ 
-  * **Parameters**:​Double,​Double +    Type:TimeSpan 
-  * **DeclaringType**:N/A +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-=== Public Properties === +<div newline></​div>​ 
-**{{wiki:PublicProperty.gif|}}[[#​Attribution|Attribution]]** +** {{wiki:PublicMethod.gif|}} ​RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType) ​**
-  * **Return**:​String +
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​BlueTranslation|BlueTranslation]]** +  ​//N/A// 
-  * **Return**:​Single +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​ClientId|ClientId]]** +== Return Value == 
-  * **Return**:String +  * Type:Void 
-  * **Summary**:Gets or sets a value that is your Client Id.+  * Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​DrawingExceptionMode|DrawingExceptionMode]]** +== Parameters == 
-  * **Return**:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] +  * //​bufferTime//​ 
-  * **Summary**:N/A+    ​Type:TimeSpan 
 +    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​DrawingTime|DrawingTime]]** +  ​//​bufferTimeType//​ 
-  * **Return**:​TimeSpan +    ​Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​GreenTranslation|GreenTranslation]]** +<div newline></​div>​ 
-  * **Return**:​Single +** {{wiki:PublicMethod.gif|}} ​RequestDrawing(RectangleShape,​TimeSpan) ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​HasBoundingBox|HasBoundingBox]]** +  ​//N/A// 
-  * **Return**:​Boolean +== Remarks == 
-  * **Summary**:​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.+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​IsGrayscale|IsGrayscale]]** +== Return Value == 
-  * **Return**:Boolean +  * Type:Void 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#IsNegative|IsNegative]]** +== Parameters == 
-  * **Return**:​Boolean +  ​//​extentToRefresh//​ 
-  * **Summary**:N/A+    ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​IsOpen|IsOpen]]** +  ​//​bufferTime//​ 
-  * **Return**:Boolean +    Type:TimeSpan 
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​IsVisible|IsVisible]]** +<div newline></​div>​ 
-  * **Return**:​Boolean +** {{wiki:PublicMethod.gif|}} ​RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​KeyColors|KeyColors]]** +  ​//N/A// 
-  * **Return**:​Collection<​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]>​ +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​LayerType|LayerType]]** +== Return Value == 
-  * **Return**:[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] +  * Type:Void 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​LowerThreshold|LowerThreshold]]** +== Parameters == 
-  * **Return**:Double +  ​//​extentToRefresh//​ 
-  * **Summary**:​Gets or sets a value represents lower threshold for scale.+    ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​MapType|MapType]]** +  ​//​bufferTime//​ 
-  * **Return**:[[ThinkGeo.MapSuite.Core.WorldMapKitMapType|WorldMapKitMapType]] +    Type:TimeSpan 
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#Name|Name]]** +  ​//​bufferTimeType//​ 
-  * **Return**:​String +    ​Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​PrivateKey|PrivateKey]]** +<div newline></​div>​ 
-  * **Return**:​String +** {{wiki:PublicMethod.gif|}} ​RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) ​**
-  * **Summary**:​Gets or sets a value that is unique to your client ID, please keep your key secure.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​Projection|Projection]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.WorldMapKitProjection|WorldMapKitProjection]] +== Remarks == 
-  * **Summary**:​Gets or sets a WorldMapKitProjection represents which projection will be use.+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​Proxy|Proxy]]** +== Return Value == 
-  * **Return**:WebProxy +  * Type:Void 
-  * **Summary**:This property gets or sets the proxy used for requesting a Web Response.+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​RedTranslation|RedTranslation]]** +== Parameters == 
-  * **Return**:​Single +  ​//​extentsToRefresh//​ 
-  * **Summary**:N/A+    ​Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> 
 +    Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​RequestDrawingInterval|RequestDrawingInterval]]** +  ​//​bufferTime//​ 
-  * **Return**:​TimeSpan +    Type:TimeSpan 
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​TileCache|TileCache]]** +<div newline></​div>​ 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]] +** {{wiki:PublicMethod.gif|}} ​RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) ​**
-  * **Summary**:​Gets or sets a BitmapTileCache represents which tile cache will be use.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​TileMode|TileMode]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.WorldMapKitTileMode|WorldMapKitTileMode]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​TimeoutInSecond|TimeoutInSecond]]** +== Return Value == 
-  * **Return**:Int32 +  * Type:Void 
-  * **Summary**:This property specifies the timeout of the web request in seconds. ​ The default timeout value is 20 seconds.+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​Transparency|Transparency]]** +== Parameters == 
-  * **Return**:​Single +  ​//​extentsToRefresh//​ 
-  * **Summary**:N/A+    ​Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> 
 +    Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​UpperThreshold|UpperThreshold]]** +  ​//​bufferTime//​ 
-  * **Return**:Double +    Type:TimeSpan 
-  * **Summary**:Gets or sets a value represents upper threshold for scale.+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#WebProxy|WebProxy]]** +  ​//​bufferTimeType//​ 
-  * **Return**:​WebProxy +    ​Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-  * **Summary**:N/A+    Description:N/A
  
-=== Protected Properties === +<div newline></​div>​ 
-**{{wiki:ProtectedProperty.gif|}}[[#​IsOpenCore|IsOpenCore]]** +** {{wiki:PublicMethod.gif|}} ​GetThreadSafetyLevel() ​**
-  * **Return**:​Boolean +
-  * **Summary**:​This property returns true if the Layer is open and false if it is not.+
  
-**{{wiki:​ProtectedProperty.gif|}}[[#​aT4=|aT4=]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.WorldMapKitWmsRasterSource|WorldMapKitWmsRasterSource]] +== Remarks ​== 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:ProtectedProperty.gif|}}[[#xD0=|xD0=]]** +== Return Value == 
-  * **Return**:​Collection<​String>​ +  ​Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:ProtectedProperty.gif|}}[[#​xj0=|xj0=]]** +== Parameters == 
-  * **Return**:​Collection<​String>​ +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​CloneDeep() ​**
  
-**{{wiki:​ProtectedProperty.gif|}}[[#​yz0=|yz0=]]** +  ​//N/A// 
-  * **Return**:​Dictionary<​String,​String>​ +== Remarks ​== 
-  * **Summary**:​N/A+  * //N/A//
  
-=== Public Events ​=== +== Return Value == 
-**{{wiki:​PublicEvent.gif|}}[[#​DrawingAttribution|DrawingAttribution]]** +  * Type:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] +  * Description:N/A
-  * **Summary**:N/A+
  
-**{{wiki:PublicEvent.gif|}}[[#​DrawingException|DrawingException]]** +== Parameters == 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​Open() ​**
  
-**{{wiki:​PublicEvent.gif|}}[[#​DrawingProgressChanged|DrawingProgressChanged]]** +  ​//N/A// 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicEvent.gif|}}[[#​DrawnAttribution|DrawnAttribution]]** +== Return Value == 
-  * **Event Arguments**:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] +  * Type:Void 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicEvent.gif|}}[[#​DrawnException|DrawnException]]** +== Parameters == 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​Close() ​**
  
-**{{wiki:​PublicEvent.gif|}}[[#​RequestedDrawing|RequestedDrawing]]** +  ​//N/A// 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicEvent.gif|}}[[#​RequestingDrawing|RequestingDrawing]]** +== Return Value == 
-  * **Event Arguments**:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] +  * Type:Void 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicEvent.gif|}}[[#​SendingWebRequest|SendingWebRequest]]** +== Parameters == 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​GetBoundingBox() ​**
  
-**{{wiki:​PublicEvent.gif|}}[[#​SentWebRequest|SentWebRequest]]** +  ​//N/A// 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-=== WorldMapKitLayer() === +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-The default constructor +  * Description:​N/​A
-==== Remarks ==== +
-The constructor initilizes the properties. UpperThreshold is set to double.MaxValue,​ LowerThreshold is set to double.MinValue. +
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-=== WorldMapKitLayer(WorldMapKitLayerType) === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Parameters ==== +
-**layerType** +
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] +
-  ​* **Description:​N/​A+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-=== WorldMapKitLayer(String,​String) === +<div newline></​div>​ 
-This is the constructor the for the class. +** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas,​Collection<​SimpleCandidate>​) ​**
-==== Remarks ==== +
-This constructor initializes a new layer and assgin a license key. +
-==== Parameters ​==== +
-**clientId** +
-  * **Type**:String +
-  ​* **Description:​The clientId for the WorldMapKit Server.+
  
-**privateKey** +  ​//N/A// 
-  * **Type**:​String +== Remarks == 
-  * **Description:​The privateKey for the WorldMapKit Server.+  * //N/A//
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-=== WorldMapKitLayer(WorldMapKitLayerType,​String,​String) === +  * Type:Void 
-This is the constructor the for the class. +  * Description:​N/​A
-==== Remarks ==== +
-N/A +
-==== Parameters ==== +
-**layerType** +
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] +
-  ​* **Description:​N/​A+
  
-**clientId** +== Parameters == 
-  * **Type**:String +  * //​canvas//​ 
-  * **Description:​The clientId for the WorldMapKit Server.+    ​* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/A
  
-**privateKey** +  ​//​labelsInAllLayers//​ 
-  * **Type**:String +    * Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ 
-  * **Description:​The privateKey for the WorldMapKit Server.+    * Description:​N/A
  
-[[#Public Constructors|Go Back]] +<div newline><​/div> 
-=== WorldMapKitLayer(WorldMapKitLayerType,​WebProxy,​String,​String) === +** {{wiki:PublicMethod.gif|}} ToString() ​**
-This is the constructor the for the class. +
-==== Remarks ==== +
-N/+
-==== Parameters ==== +
-**layerType** +
-  * **Type**:[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] +
-  ​* **Description:​N/​A+
  
-**webProxy** +  ​//N/A// 
-  * **Type**:​WebProxy +== Remarks == 
-  * **Description:​N/A+  * //N/A//
  
-**clientId** +== Return Value == 
-  ​* **Type**:String +  * Type:​String 
-  ​* **Description:​N/​A+  * Description:​N/​A
  
-**privateKey** +== Parameters == 
-  * **Type**:String +<div newline></​div>​ 
-  ​* **Description:​N/​A+** {{wiki:PublicMethod.gif|}} Equals(Object) ​**
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-===== Protected Constructors ===== +== Remarks == 
-===== Public Methods ===== +  * //N/A//
-=== ClearCache() === +
-This method clears the tile cache. +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //obj/
-=== CloneDeep() === +    * Type:Object 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.Layer|Layer]] +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== Close() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Int32 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></div> 
-=== Draw(GeoCanvas,​Collection<SimpleCandidate>) === +** {{wiki:​PublicMethod.gif|}} GetType() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**canvas** +  * Type:Type 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**labelsInAllLayers** +== Parameters == 
-  * **Type**:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Protected Methods ==== 
 +** {{wiki:ProtectedMethod.gif|}} OpenCore() ​**
  
-[[#Public Methods|Go Back]] +  * //This method opens the Layer so that it is initialized and ready to use./
-=== Equals(Object) === +== Remarks == 
-N/A +  * //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.//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​None
  
-==== Parameters ​==== +== Parameters == 
-**obj** +<div newline></​div>​ 
-  * **Type**:Object +** {{wiki:ProtectedMethod.gif|}} CloseCore() ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //This method closes the Layer and releases any resources it was using./
-=== GetBoundingBox() === +== Remarks == 
-N/A +  * //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.//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​None
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetHashCode() === +** {{wiki:​ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Int32 +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== GetRequestUrl(RectangleShape,​Int32,​Int32) === +  * Description:​N/A
-Get the request URLs from the client to the WMS servers. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Collection<​String>​ +  * //e// 
-  * **Description**:The request URLs from the client to the WMS servers.+    ​* Type:[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] 
 +    * Description:​N/A
  
-==== Parameters ==== +<div newline></​div>​ 
-**worldExtent** +** {{wiki:ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  ​* **Description**:​The world extent requested by the client to get the map.+
  
-**canvasWidth** +  ​//N/A// 
-  * **Type**:​Int32 +== Remarks == 
-  * **Description**:​The returning map width, as well as the drawing canvas width.+  * //N/A//
  
-**canvasHeight** +== Return Value == 
-  ​* **Type**:Int32 +  * Type:Void 
-  ​* **Description**:The returning map height, as well as the drawing canvas height.+  * Description:​N/A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetServerCrss() === +  * //e// 
-This method returns the projected or geographic coordinate reference systems to be used+    * Type:​[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:​Collection<​String> +** {{wiki:ProtectedMethod.gif|}} DrawImage(GeoCanvas,​Collection<​SimpleCandidate>**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //This method ​draws image on the canvas with specified labelsInAllLayers//​ 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetServerExceptionFormats() === +  * //N/A//
-This method ​returns ​the exception format at the server side. +
-==== Remarks ​==== +
-None.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Collection<​String>​ +  * Type:Void 
-  ​* **Description**:The exception format at the server side.+  * Description:​N/A
  
-==== Parameters ==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​canvas//​ 
-=== GetServerLayerNames() === +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-This method returns ​the names of all layers at the server side. +    * Description:​This parameter is the canvas object or a GeoImage to draw on. This parameter represents ​the labels used for collision detection and duplication checking.
-==== Remarks ==== +
-None.+
  
-**Return Value** +  ​//​labelsInAllLayers//​ 
-  **Return ​Type**:​Collection<​String+    * Type:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]
-  * **Description**:This method returns ​the names of all layers ​at the server side.+    * Description:​This ​parameter is the labels in all layers.
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas,​Collection<​SimpleCandidate>​**
-=== GetServerOutputFormats() === +
-This method returns the output format at the server side. +
-==== Remarks ==== +
-None.+
  
-**Return Value** +  ​//This method draws the Layer.// 
-  * **Return Type**:​Collection<​String>​ +== Remarks == 
-  * **Description**:​This method ​returns ​the output format at the server side.+  * //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.//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== GetServerStyleNames() === +  * Description:​None
-This method returns the names of all styles at the server side. +
-==== Remarks ==== +
-None.+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Collection<​String>​ +  * //​canvas//​ 
-  * **Description**:This method returns the names of all styles at the server side.+    ​* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​This ​parameter is the canvas object or a GeoImage to draw on.
  
-==== Parameters ==== +  * //​labelsInAllLayers//​ 
-[[#Public Methods|Go Back]] +    * Type:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> 
-=== GetServiceVersion() === +    * Description:​This parameter represents ​the labels used for collision detection and duplication checking.
-This API gets the WMS server version of the service. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:String +** {{wiki:ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) ​**
-  ​* **Description**:​Returns a string reflecting the version of the service in WMS.+
  
-==== Parameters ==== +  * //This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException./​
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetThreadSafetyLevel() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​canvas//​ 
-=== GetType() === +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-N/A +    * Description:​The target canvas to draw the layer.
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//e// 
-  **Return ​Type**:Type +    * Type:Exception 
-  * **Description**:N/A+    * Description:​The exception thrown when layer.Draw().
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetThreadSafetyLevelCore() **
-=== Open() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] 
-=== RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan,​RequestDrawingBufferTimeType) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingLayerEventArgs) ​**
  
-==== Parameters ==== +  * //N/A// 
-**extentsToRefresh** +== Remarks ​== 
-  * **Type**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​ +  * //N/A//
-  * **Description**:​N/A+
  
-**bufferTime** +== Return Value == 
-  ​* **Type**:TimeSpan +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**bufferTimeType** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] +  * //​eventArgs//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType=== +** {{wiki:​ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**extentToRefresh** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**bufferTime** +== Parameters == 
-  * **Type**:TimeSpan +  * //​eventArgs//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] 
 +    * Description:​N/​A
  
-**bufferTimeType** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] +** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:[[ThinkGeo.MapSuite.Core.Layer|Layer]] 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**bufferTime** +<div newline></​div>​ 
-  * **Type**:TimeSpan +** {{wiki:ProtectedMethod.gif|}} GetBoundingBoxCore() ​**
-  ​* **Description**:​N/​A+
  
-**bufferTimeType** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== RequestDrawing(TimeSpan) === +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) ​**
  
-==== Parameters ==== +  * //N/A// 
-**bufferTime** +== Remarks ​== 
-  * **Type**:​TimeSpan +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== RequestDrawing(IEnumerable<​RectangleShape>​) === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​canvas//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//e// 
-**extentsToRefresh*+    * Type:Exception 
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​ +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== RequestDrawing(RectangleShape=== +** {{wiki:​ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionLayerEventArgs**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**extentToRefresh** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== RequestDrawing() === +  * //e/
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionLayerEventArgs) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**extentsToRefresh** +  //e// 
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> +    * Type:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**bufferTime** +<div newline></​div>​ 
-  * **Type**:TimeSpan +** {{wiki:ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas,​String) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== RequestDrawing(RectangleShape,​TimeSpan) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**extentToRefresh** +  //canvas// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-**bufferTime** +  ​//​attribution//​ 
-  * **Type**:TimeSpan +    * Type:String 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== ToString() === +** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionLayerEventArgs**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​String +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-===== Protected Methods ===== +  * Description:​N/A
-=== CloneDeepCore() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] +  * //args// 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionLayerEventArgs**
-=== 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.+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​None+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:Void 
-=== DrawAttributionCore(GeoCanvas,​String) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //args// 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**canvas** +** {{wiki:ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +
-  ​* **Description**:​N/​A+
  
-**attribution** +  ​//N/A// 
-  * **Type**:​String +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== DrawCore(GeoCanvas,​Collection<​SimpleCandidate>​) === +  * Type:Void 
-This method draws the Layer. +  * Description:​N/​A
-==== 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** +== Parameters == 
-  * **Return ​Type**:Void +  * //e// 
-  * **Description**:None+    ​* Type:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] 
 +    * Description:​N/A
  
-==== Parameters ==== +<div newline></​div>​ 
-**canvas** +** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +
-  ​* **Description**:​This parameter is the canvas object or a GeoImage to draw on.+
  
-**labelsInAllLayers** +  ​//N/A// 
-  * **Type**:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +== Remarks == 
-  * **Description**:​This parameter represents the labels used for collision detection and duplication checking.+  * //N/A//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== DrawException(GeoCanvas,​Exception) === +  * Type:Void 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
  
-==== Parameters ==== +  * //N/A// 
-**canvas** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * //N/A//
-  * **Description**:​N/A+
  
-**e** +== Return Value == 
-  ​* **Type**:Exception +  * Type:Object 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== DrawExceptionCore(GeoCanvas,​Exception) === +<div newline></​div>​ 
-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|}}{{wiki:​Static.gif|}} IsEqual(Double,​Double) **
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**canvas** +  * Type:Boolean 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * Description:​N/A
-  ​* **Description**:The target canvas to draw the layer.+
  
-**e** +== Parameters == 
-  * **Type**:Exception +  * //​firstValue//​ 
-  * **Description**:The exception thrown when layer.Draw().+    ​* Type:Double 
 +    * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +  * //​secondValue//​ 
-=== DrawImage(GeoCanvas,​Collection<​SimpleCandidate>​) === +    * Type:Double 
-This method draws image on the canvas with specified labelsInAllLayers +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}}{{wiki:​Static.gif|}} Contains(RectangleShape,​RectangleShape) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**canvas** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * //N/A//
-  * **Description**:​This parameter is the canvas object or a GeoImage to draw on. This parameter represents the labels used for collision detection and duplication checking.+
  
-**labelsInAllLayers** +== Return Value == 
-  ​* **Type**:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +  * Type:Boolean 
-  ​* **Description**:This parameter is the labels in all layers.+  * Description:​N/A
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== Finalize() === +  * //extent/
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​targetExtent//​ 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#​Protected Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} IsExtentWithinThreshold(RectangleShape,​Double,​Double,​Int32,​GeographyUnit**
-=== GetBoundingBoxCore() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//This method retures a value represents whether the currentExtent is within the passing in thresholds.// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:​Boolean 
-=== GetThreadSafetyLevelCore() === +  * Description:​This method retures a value represents whether the currentExtent is within the passing in thresholds. If returns true, is within. otherwise out of thresholds.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:​[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] +  * //​currentExtent//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​The RectangleShape represents the current extent.
  
-==== Parameters ==== +  * //​upperThreshold//​ 
-[[#​Protected Methods|Go Back]] +    * Type:Double 
-=== IsExtentWithinThreshold(RectangleShape,​Double,​Double,​Int32,​GeographyUnit) === +    * Description:​The upper threshold for scale.
-This method retures a value represents whether the currentExtent is within the passing in thresholds. +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​lowerThreshold//​ 
-  **Return ​Type**:Boolean +    * Type:Double 
-  * **Description**:This method retures a value represents whether the currentExtent is within the passing in thresholds. If returns true, is within. otherwise out of thresholds.+    * Description:​The lower threshold for scale.
  
-==== Parameters ==== +  ​//​canvasWidth//​ 
-**currentExtent*+    * Type:Int32 
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +    * Description:​The ​width of canvas which will use to draw.
-  * **Description**:The RectangleShape represents the current extent.+
  
-**upperThreshold** +  ​//mapUnit// 
-  * **Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:The upper threshold ​for scale.+    * Description:​The ​GeographyUnit represents map unit for currentExtent
  
-**lowerThreshold** +<div newline></​div>​ 
-  * **Type**:Double +** {{wiki:ProtectedMethod.gif|}}{{wiki:​Static.gif|}} IsExtentWithinThreshold(RectangleShape,​Double,​Double,​Int32,​GeographyUnit,​Single) ​**
-  ​* **Description**:​The lower threshold for scale.+
  
-**canvasWidth** +  ​//This method retures a value represents whether the currentExtent is within the passing in thresholds.//​ 
-  * **Type**:​Int32 +== Remarks == 
-  * **Description**:​The width of canvas which will use to draw.+  * //N/A//
  
-**mapUnit** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +  * Type:Boolean 
-  ​* **Description**:The GeographyUnit ​represents ​map unit for currentExtent+  * Description:​This method retures a value represents ​whether the currentExtent ​is within the passing in thresholds. If returns true, is within. otherwise out of thresholds.
  
-[[#Protected Methods|Go Back]] +== Parameters == 
-=== IsExtentWithinThreshold(RectangleShape,​Double,​Double,​Int32,​GeographyUnit,​Single) === +  * //​currentExtent//​ 
-This method retures a value represents ​whether ​the currentExtent is within the passing in thresholds. +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-==== Remarks ==== +    * Description:​The ​RectangleShape represents the current extent.
-N/A+
  
-**Return Value** +  ​//​upperThreshold//​ 
-  **Return ​Type**:Boolean +    * Type:Double 
-  * **Description**:This method retures a value represents whether the currentExtent is within the passing in thresholds. If returns true, is within. otherwise out of thresholds.+    * Description:​The upper threshold for scale.
  
-==== Parameters ==== +  ​//​lowerThreshold//​ 
-**currentExtent*+    * Type:Double 
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +    * Description:​The ​lower threshold for scale.
-  * **Description**:The RectangleShape represents the current extent.+
  
-**upperThreshold** +  ​//​canvasWidth//​ 
-  * **Type**:Double +    * Type:Int32 
-  * **Description**:The upper threshold for scale.+    * Description:​The ​width of canvas which will use to draw.
  
-**lowerThreshold** +  ​//mapUnit// 
-  * **Type**:Double +    * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-  * **Description**:The lower threshold ​for scale.+    * Description:​The ​GeographyUnit represents map unit for currentExtent
  
-**canvasWidth** +  ​//dpi// 
-  * **Type**:Int32 +    * Type:Single 
-  * **Description**:The width of canvas which will use to draw.+    * Description:​This parameter is the dpi of the current extent.
  
-**mapUnit** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] +==== Public Properties ==== 
-  ​* **Description**:​The GeographyUnit represents map unit for currentExtent+** {{wiki:PublicProperty.gif|}} TileMode ​**
  
-**dpi** 
-  * **Type**:​Single 
-  * **Description**:​This parameter is the dpi of the current extent. 
- 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.WorldMapKitTileMode|WorldMapKitTileMode]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} ClientId ​**
-  * **Return Type**:Object +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +Gets or sets a value that is your Client Id. 
-[[#​Protected Methods|Go Back]] +== Remarks ==
-=== OnDrawingAttribution(DrawingAttributionLayerEventArgs) === +
-N/A +
-==== Remarks ​====+
 N/A N/A
 +== Return Value ==
 +  * Type:String
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} PrivateKey ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +Gets or sets a value that is unique to your client ID, please keep your key secure
-**args** +== Remarks ​==
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] +
-  * **Description**:​N/​A +
- +
-[[#​Protected Methods|Go Back]] +
-==OnDrawingException(DrawingExceptionLayerEventArgs) ​===+
 N/A N/A
-==== Remarks ==== +== Return Value == 
-N/A +  * Type:String
- +
-**Return Value** +
-  * **Return ​Type**:Void +
-  * **Description**:N/A+
  
-==== Parameters ==== +** {{wiki:PublicProperty.gif|}} LayerType ​**
-**e** +
-  * **Type**:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] 
-=== OnDrawingProgressChanged(DrawingProgressChangedEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} MapType ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnDrawnAttribution(DrawnAttributionLayerEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.WorldMapKitMapType|WorldMapKitMapType]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} WebProxy ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**args** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnDrawnException(DrawnExceptionLayerEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​WebProxy
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} Projection ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +Gets or sets a WorldMapKitProjection represents which projection will be use
-**e** +== Remarks ==
-  * **Type**:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] +
-  * **Description**:​N/​A +
- +
-[[#​Protected Methods|Go Back]] +
-=== OnRequestedDrawing(RequestedDrawingLayerEventArgs) === +
-N/A +
-==== Remarks ​====+
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.WorldMapKitProjection|WorldMapKitProjection]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} Proxy **
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +This property gets or sets the proxy used for requesting a Web Response
-**eventArgs** +== Remarks ==
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] +
-  * **Description**:​N/​A +
- +
-[[#​Protected Methods|Go Back]] +
-=== OnRequestingDrawing(RequestingDrawingLayerEventArgs) === +
-N/A +
-==== Remarks ​====+
 N/A N/A
 +== Return Value ==
 +  * Type:​WebProxy
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} TileCache ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +Gets or sets a BitmapTileCache represents which tile cache will be use
-**eventArgs** +== Remarks ==
-  * **Type**:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] +
-  * **Description**:​N/​A +
- +
-[[#​Protected Methods|Go Back]] +
-=== OnSendingWebRequest(SendingWebRequestEventArgs) === +
-N/A +
-==== Remarks ​====+
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} UpperThreshold ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ​==== +Gets or sets a value represents upper threshold for scale. 
-**e** +== Remarks ​== 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] +Is the current scale is beyond this value, the map will not render. 
-  * **Description**:N/A+== Return Value == 
 +  * Type:Double
  
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicProperty.gif|}} LowerThreshold **
-=== OnSentWebRequest(SentWebRequestEventArgs) === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +Gets or sets a value represents lower threshold for scale. 
-  * **Return ​Type**:Void +== Remarks == 
-  * **Description**:N/A+Is the current scale is less than this value, the map will not render. 
 +== Return Value == 
 +  * Type:Double
  
-==== Parameters ==== +** {{wiki:PublicProperty.gif|}} TimeoutInSecond ​**
-**e** +
-  * **Type**:[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +This property specifies ​the timeout of the web request in seconds The default timeout value is 20 seconds
-=== OpenCore() === +== Remarks ==
-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. +
- +
-**Return Value** +
-  * **Return Type**:​Void +
-  * **Description**:​None +
- +
-==== Parameters ==== +
-[[#​Protected Methods|Go Back]] +
-=== VSw=(RectangleShape,​RectangleShape) === +
-N/A +
-==== Remarks ​====+
 N/A N/A
 +== Return Value ==
 +  * Type:Int32
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} HasBoundingBox ​**
-  * **Return Type**:Boolean +
-  ​* **Description**:​N/​A+
  
-==== Parameters ​==== +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. 
-**extent** +== Remarks ​== 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +The value of WorldMapKitLayer is false. 
-  * **Description**:N/A+== Return Value == 
 +  * Type:Boolean
  
-**targetExtent** +** {{wiki:PublicProperty.gif|}} RequestDrawingInterval ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] 
-=== nhw=(Double,​Double) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​TimeSpan
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} IsOpen ​**
-  * **Return Type**:Boolean +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**firstValue** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-**secondValue** 
-  * **Type**:​Double 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== Attribution === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:String+  * Type:Boolean 
 + 
 +** {{wiki:PublicProperty.gif|}} DrawingTime **
  
-[[#Public Properties|Go Back]] 
-=== BlueTranslation === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:TimeSpan
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} Name **
-=== ClientId === +
-Gets or sets a value that is your Client Id. +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:String+
  
-[[#Public Properties|Go Back]] 
-=== DrawingExceptionMode === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]+  * Type:String
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} Attribution ​**
-=== DrawingTime === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:TimeSpan+
  
-[[#Public Properties|Go Back]] 
-=== GreenTranslation === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:String
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} IsVisible ​**
-=== 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 WorldMapKitLayer is false. +
-==== Return Value ==== +
-**Return Type**:Boolean+
  
-[[#Public Properties|Go Back]] 
-=== IsGrayscale === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:​Boolean
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} Transparency ​**
-=== IsNegative === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Boolean+
  
-[[#Public Properties|Go Back]] 
-=== IsOpen === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Single
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} BlueTranslation ​**
-=== IsVisible === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Boolean+
  
-[[#Public Properties|Go Back]] 
-=== KeyColors === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Collection<​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]>​+  * Type:Single 
 + 
 +** {{wiki:PublicProperty.gif|}} RedTranslation **
  
-[[#Public Properties|Go Back]] 
-=== LayerType === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]]+  * Type:Single
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} GreenTranslation ​**
-=== LowerThreshold === +
-Gets or sets a value represents lower threshold for scale. +
-==== Remarks ==== +
-Is the current scale is less than this value, the map will not render. +
-==== Return Value ==== +
-**Return Type**:Double+
  
-[[#Public Properties|Go Back]] 
-=== MapType === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.WorldMapKitMapType|WorldMapKitMapType]]+  * Type:Single
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} KeyColors ​**
-=== Name === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:String+
  
-[[#Public Properties|Go Back]] 
-=== PrivateKey === 
-Gets or sets a value that is unique to your client ID, please keep your key secure. 
-==== Remarks ==== 
 N/A N/A
-==== Return Value ==== +== Remarks ==
-**Return Type**:​String +
- +
-[[#Public Properties|Go Back]] +
-=== Projection === +
-Gets or sets a WorldMapKitProjection represents which projection will be use. +
-==== Remarks ​====+
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:​[[ThinkGeo.MapSuite.Core.WorldMapKitProjection|WorldMapKitProjection]]+  * Type:Collection<​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]>
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} IsNegative ​**
-=== Proxy === +
-This property gets or sets the proxy used for requesting a Web Response. +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:WebProxy+
  
-[[#Public Properties|Go Back]] 
-=== RedTranslation === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:Boolean 
 + 
 +** {{wiki:PublicProperty.gif|}} IsGrayscale **
  
-[[#Public Properties|Go Back]] 
-=== RequestDrawingInterval === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:TimeSpan+  * Type:Boolean
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} DrawingExceptionMode **
-=== TileCache === +
-Gets or sets a BitmapTileCache represents which tile cache will be use. +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]+
  
-[[#Public Properties|Go Back]] 
-=== TileMode === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:​[[ThinkGeo.MapSuite.Core.WorldMapKitTileMode|WorldMapKitTileMode]]+  * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]
  
-[[#Public Properties|Go Back]] +==== Protected Properties ​==== 
-=== TimeoutInSecond ​=== +** {{wiki:​ProtectedProperty.gif|}} ImageSource ​**
-This property specifies the timeout of the web request in seconds. ​ The default timeout value is 20 seconds. +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Int32+
  
-[[#Public Properties|Go Back]] 
-=== Transparency === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:[[ThinkGeo.MapSuite.Core.WorldMapKitWmsRasterSource|WorldMapKitWmsRasterSource]]
  
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedProperty.gif|}} ActiveLayerNames ​**
-=== UpperThreshold === +
-Gets or sets a value represents upper threshold for scale. +
-==== Remarks ==== +
-Is the current scale is beyond this value, the map will not render. +
-==== Return Value ==== +
-**Return Type**:Double+
  
-[[#Public Properties|Go Back]] 
-=== WebProxy === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:WebProxy+  * Type:Collection<​String>​
  
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedProperty.gif|}} ActiveStyleNames ​**
-===== 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+
  
-[[#​Protected Properties|Go Back]] 
-=== aT4= === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.WorldMapKitWmsRasterSource|WorldMapKitWmsRasterSource]]+  * Type:Collection<​String>​
  
-[[#​Protected Properties|Go Back]] +** {{wiki:​ProtectedProperty.gif|}} Parameters ​**
-=== xD0= === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:​Collection<​String>​+
  
-[[#​Protected Properties|Go Back]] 
-=== xj0= === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Collection<​String>​+  * Type:Dictionary<String,String>
  
-[[#​Protected Properties|Go Back]] +** {{wiki:​ProtectedProperty.gif|}} IsOpenCore ** 
-=== yz0= === + 
-N/A +This property returns true if the Layer is open and false if it is not. 
-==== Remarks ​==== +== Remarks == 
-N/A +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 Value == 
-**Return ​Type**:Dictionary<​String,​String>​+  * Type:Boolean
  
-[[#​Protected Properties|Go Back]] +==== Public Events ==== 
-===== Public Events ​===== +** {{wiki:​PublicEvent.gif|}} SendingWebRequest **
-=== DrawingAttribution ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} SentWebRequest **
-=== DrawingException ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} RequestedDrawing **
-=== DrawingProgressChanged ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} RequestingDrawing **
-=== DrawnAttribution ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} DrawingProgressChanged **
-=== DrawnException ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} DrawingException **
-=== RequestedDrawing ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} DrawnException **
-=== RequestingDrawing ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} DrawingAttribution **
-=== SendingWebRequest ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} DrawnAttribution **
-=== SentWebRequest ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]
  
-[[#Public Events|Go Back]] 
  
thinkgeo.mapsuite.core.worldmapkitlayer.1442486572.txt.gz · Last modified: 2015/09/17 10:42 by admin