User Tools

Site Tools


thinkgeo.mapsuite.portablecore.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.portablecore.worldmapkitlayer [2015/09/21 08:21]
admin
thinkgeo.mapsuite.portablecore.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 9: Line 12:
 ** {{wiki:​PublicMethod.gif|}} WorldMapKitLayer() ** ** {{wiki:​PublicMethod.gif|}} WorldMapKitLayer() **
  
-The default constructor+  * //The default constructor//
 == Remarks == == Remarks ==
-The constructor initilizes the properties. UpperThreshold is set to double.MaxValue,​ LowerThreshold is set to double.MinValue.+  * //The constructor initilizes the properties. UpperThreshold is set to double.MaxValue,​ LowerThreshold is set to double.MinValue.//
 == Parameters == == Parameters ==
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WorldMapKitLayer(WorldMapKitLayerType) ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //​layerType//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} WorldMapKitLayer(String,​String) ** ** {{wiki:​PublicMethod.gif|}} WorldMapKitLayer(String,​String) **
  
-This is the constructor the for the class.+  * //This is the constructor the for the class.//
 == Remarks == == Remarks ==
-This constructor initializes a new layer and assgin a license key.+  * //This constructor initializes a new layer and assgin a license key.//
 == Parameters == == Parameters ==
   * //​clientId//​   * //​clientId//​
Line 38: Line 30:
     * Type:String     * Type:String
     * Description:​The privateKey for the WorldMapKit Server.     * Description:​The privateKey for the WorldMapKit Server.
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WorldMapKitLayer(WorldMapKitLayerType,​String,​String) ** 
- 
-This is the constructor the for the class. 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //​layerType//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] 
-    * Description:​N/​A 
- 
-  * //​clientId//​ 
-    * Type:String 
-    * Description:​The clientId for the WorldMapKit Server. 
- 
-  * //​privateKey//​ 
-    * Type:String 
-    * Description:​The privateKey for the WorldMapKit Server. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} WorldMapKitLayer(WorldMapKitLayerType,​WebProxy,​String,​String) ** 
- 
-This is the constructor the for the class. 
-== Remarks == 
-N/A 
-== Parameters == 
-  * //​layerType//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]] 
-    * Description:​N/​A 
- 
-  * //​webProxy//​ 
-    * Type:​WebProxy 
-    * Description:​N/​A 
- 
-  * //​clientId//​ 
-    * Type:String 
-    * Description:​N/​A 
- 
-  * //​privateKey//​ 
-    * Type:String 
-    * Description:​N/​A 
  
 <div newline></​div>​ <div newline></​div>​
Line 86: Line 36:
 ** {{wiki:​PublicMethod.gif|}} ClearCache() ** ** {{wiki:​PublicMethod.gif|}} ClearCache() **
  
-This method clears the tile cache.+  * //This method clears the tile cache.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 98: Line 48:
 ** {{wiki:​PublicMethod.gif|}} GetServerLayerNames() ** ** {{wiki:​PublicMethod.gif|}} GetServerLayerNames() **
  
-This method returns the names of all layers at the server side.+  * //This method returns the names of all layers at the server side.//
 == Remarks == == Remarks ==
-None.+  * //None.//
  
 == Return Value == == Return Value ==
Line 110: Line 60:
 ** {{wiki:​PublicMethod.gif|}} GetServerStyleNames() ** ** {{wiki:​PublicMethod.gif|}} GetServerStyleNames() **
  
-This method returns the names of all styles at the server side.+  * //This method returns the names of all styles at the server side.//
 == Remarks == == Remarks ==
-None.+  * //None.//
  
 == Return Value == == Return Value ==
Line 122: Line 72:
 ** {{wiki:​PublicMethod.gif|}} GetServerOutputFormats() ** ** {{wiki:​PublicMethod.gif|}} GetServerOutputFormats() **
  
-This method returns the output format at the server side.+  * //This method returns the output format at the server side.//
 == Remarks == == Remarks ==
-None.+  * //None.//
  
 == Return Value == == Return Value ==
Line 134: Line 84:
 ** {{wiki:​PublicMethod.gif|}} GetServerCrss() ** ** {{wiki:​PublicMethod.gif|}} GetServerCrss() **
  
-This method returns the projected or geographic coordinate reference systems to be used.+  * //This method returns the projected or geographic coordinate reference systems to be used.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 146: Line 96:
 ** {{wiki:​PublicMethod.gif|}} GetServerExceptionFormats() ** ** {{wiki:​PublicMethod.gif|}} GetServerExceptionFormats() **
  
-This method returns the exception format at the server side.+  * //This method returns the exception format at the server side.//
 == Remarks == == Remarks ==
-None.+  * //None.//
  
 == Return Value == == Return Value ==
Line 158: Line 108:
 ** {{wiki:​PublicMethod.gif|}} GetServiceVersion() ** ** {{wiki:​PublicMethod.gif|}} GetServiceVersion() **
  
-This API gets the WMS server version of the service.+  * //This API gets the WMS server version of the service.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 170: Line 120:
 ** {{wiki:​PublicMethod.gif|}} GetRequestUrl(RectangleShape,​Int32,​Int32) ** ** {{wiki:​PublicMethod.gif|}} GetRequestUrl(RectangleShape,​Int32,​Int32) **
  
-Get the request URLs from the client to the WMS servers.+  * //Get the request URLs from the client to the WMS servers.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 192: Line 142:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​RequestDrawing() **+** {{wiki:​PublicMethod.gif|}} ​GetThreadSafetyLevel() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]]
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(RectangleShape) **+** {{wiki:​PublicMethod.gif|}} ​CloneDeep() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:[[ThinkGeo.MapSuite.Core.Layer|Layer]]
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //​extentToRefresh//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(IEnumerable<​RectangleShape>​) **+** {{wiki:​PublicMethod.gif|}} ​Open() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 231: Line 177:
  
 == Parameters == == Parameters ==
-  * //​extentsToRefresh//​ 
-    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​ 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(TimeSpan) **+** {{wiki:​PublicMethod.gif|}} ​Close() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 247: Line 189:
  
 == Parameters == == Parameters ==
-  * //​bufferTime//​ 
-    * Type:​TimeSpan 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType) **+** {{wiki:​PublicMethod.gif|}} ​GetBoundingBox() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //​bufferTime//​ 
-    * Type:​TimeSpan 
-    * Description:​N/​A 
- 
-  * //​bufferTimeType//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(RectangleShape,TimeSpan) **+** {{wiki:​PublicMethod.gif|}} ​Draw(GeoCanvas,Collection<​SimpleCandidate>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 283: Line 213:
  
 == Parameters == == Parameters ==
-  * //extentToRefresh// +  * //canvas// 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]+    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
     * Description:​N/​A     * Description:​N/​A
  
-  * //bufferTime// +  * //labelsInAllLayers// 
-    * Type:TimeSpan+    * Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) **+** {{wiki:​PublicMethod.gif|}} RequestDrawing() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 303: Line 233:
  
 == Parameters == == Parameters ==
-  * //​extentToRefresh//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-    * Description:​N/​A 
- 
-  * //​bufferTime//​ 
-    * Type:​TimeSpan 
-    * Description:​N/​A 
- 
-  * //​bufferTimeType//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) **+** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 327: Line 245:
  
 == Parameters == == Parameters ==
-  * //extentsToRefresh// +  * //extentToRefresh// 
-    * Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]+    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
-    * Description:​N/​A +
- +
-  * //​bufferTime//​ +
-    * Type:​TimeSpan+
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>​,​TimeSpan,​RequestDrawingBufferTimeType) **+** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>​) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 349: Line 263:
   * //​extentsToRefresh//​   * //​extentsToRefresh//​
     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​
-    * Description:​N/​A 
- 
-  * //​bufferTime//​ 
-    * Type:​TimeSpan 
-    * Description:​N/​A 
- 
-  * //​bufferTimeType//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
     * Description:​N/​A     * Description:​N/​A
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​GetThreadSafetyLevel() **+** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(TimeSpan) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
-  * Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]]+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-<div newline><​/div> +  * //​bufferTime/​
-** {{wiki:PublicMethod.gif|}} CloneDeep() **+    Type:TimeSpan 
 +    ​Description:​N/​A
  
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] 
-  * Description:​N/​A 
- 
-== Parameters == 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​Open() **+** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(RectangleShape,​TimeSpan) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 395: Line 293:
  
 == Parameters == == Parameters ==
-<div newline><​/div> +  * //​extentToRefresh/​
-** {{wiki:PublicMethod.gif|}} Close() **+    Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    ​Description:​N/​A
  
-N/A +  * //​bufferTime/​
-== Remarks == +    * Type:​TimeSpan 
-N/A+    * Description:​N/A
  
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​GetBoundingBox() **+** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A +  ​* //N/A//
- +
-== Return Value == +
-  ​Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  * Description:​N/+
- +
-== Parameters == +
-<div newline><​/div> +
-** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas,​Collection<​SimpleCandidate>​) ** +
- +
-N/A +
-== Remarks == +
-N/A+
  
 == Return Value == == Return Value ==
Line 431: Line 313:
  
 == Parameters == == Parameters ==
-  * //canvas// +  * //extentsToRefresh// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]+    * Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>
     * Description:​N/​A     * Description:​N/​A
  
-  * //labelsInAllLayers// +  * //bufferTime// 
-    * Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​+    * Type:TimeSpan
     * Description:​N/​A     * Description:​N/​A
  
Line 442: Line 324:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 454: Line 336:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 470: Line 352:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 482: Line 364:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 495: Line 377:
 ** {{wiki:​ProtectedMethod.gif|}} OpenCore() ** ** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
  
-This method opens the Layer so that it is initialized and ready to use.+  * //This method opens the Layer so that it is initialized and ready to use.//
 == Remarks == == 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.+  * //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 Value ==
Line 507: Line 389:
 ** {{wiki:​ProtectedMethod.gif|}} CloseCore() ** ** {{wiki:​ProtectedMethod.gif|}} CloseCore() **
  
-This method closes the Layer and releases any resources it was using.+  * //This method closes the Layer and releases any resources it was using.//
 == Remarks == == 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.+  * //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 == == Return Value ==
Line 519: Line 401:
 ** {{wiki:​ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnSendingWebRequest(SendingWebRequestEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 535: Line 417:
 ** {{wiki:​ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnSentWebRequest(SentWebRequestEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 551: Line 433:
 ** {{wiki:​ProtectedMethod.gif|}} DrawImage(GeoCanvas,​Collection<​SimpleCandidate>​) ** ** {{wiki:​ProtectedMethod.gif|}} DrawImage(GeoCanvas,​Collection<​SimpleCandidate>​) **
  
-This method draws image on the canvas with specified labelsInAllLayers+  * //This method draws image on the canvas with specified labelsInAllLayers//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 571: Line 453:
 ** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas,​Collection<​SimpleCandidate>​) ** ** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas,​Collection<​SimpleCandidate>​) **
  
-This method draws the Layer.+  * //This method draws the Layer.//
 == Remarks == == 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.+  * //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 ==
Line 591: Line 473:
 ** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) ** ** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(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.+  * //This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 611: Line 493:
 ** {{wiki:​ProtectedMethod.gif|}} GetThreadSafetyLevelCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetThreadSafetyLevelCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 620: Line 502:
  
 == Parameters == == Parameters ==
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingLayerEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​eventArgs//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] 
-    * Description:​N/​A 
- 
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 655: Line 521:
 ** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() ** ** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 667: Line 533:
 ** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 679: Line 545:
 ** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) ** ** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 699: Line 565:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionLayerEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionLayerEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 715: Line 581:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionLayerEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionLayerEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 731: Line 597:
 ** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas,​String) ** ** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas,​String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 751: Line 617:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionLayerEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionLayerEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 767: Line 633:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionLayerEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionLayerEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 783: Line 649:
 ** {{wiki:​ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ** ** {{wiki:​ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 794: Line 660:
   * //e//   * //e//
     * Type:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]     * Type:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​ProtectedMethod.gif|}} OnRequestedDrawing(RequestedDrawingLayerEventArgs) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​eventArgs//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]
     * Description:​N/​A     * Description:​N/​A
  
Line 799: Line 681:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 811: Line 693:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 821: Line 703:
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} ​nhw=(Double,​Double) **+** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} ​IsEqual(Double,​Double) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 841: Line 723:
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} ​VSw=(RectangleShape,​RectangleShape) **+** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} ​Contains(RectangleShape,​RectangleShape) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 863: Line 745:
 ** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} IsExtentWithinThreshold(RectangleShape,​Double,​Double,​Int32,​GeographyUnit) ** ** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} IsExtentWithinThreshold(RectangleShape,​Double,​Double,​Int32,​GeographyUnit) **
  
-This method retures a value represents whether the currentExtent is within the passing in thresholds.+  * //This method retures a value represents whether the currentExtent is within the passing in thresholds.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 895: Line 777:
 ** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} IsExtentWithinThreshold(RectangleShape,​Double,​Double,​Int32,​GeographyUnit,​Single) ** ** {{wiki:​ProtectedMethod.gif|}}{{wiki:​Static.gif|}} IsExtentWithinThreshold(RectangleShape,​Double,​Double,​Int32,​GeographyUnit,​Single) **
  
-This method retures a value represents whether the currentExtent is within the passing in thresholds.+  * //This method retures a value represents whether the currentExtent is within the passing in thresholds.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 930: Line 812:
 <div newline></​div>​ <div newline></​div>​
 ==== Public Properties ==== ==== Public Properties ====
-** {{wiki:​PublicProperty.gif|}} TileMode ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.WorldMapKitTileMode|WorldMapKitTileMode]] 
- 
 ** {{wiki:​PublicProperty.gif|}} ClientId ** ** {{wiki:​PublicProperty.gif|}} ClientId **
  
-Gets or sets a value that is your Client Id.+  * //Gets or sets a value that is your Client Id.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 948: Line 822:
 ** {{wiki:​PublicProperty.gif|}} PrivateKey ** ** {{wiki:​PublicProperty.gif|}} PrivateKey **
  
-Gets or sets a value that is unique to your client ID, please keep your key secure.+  * //Gets or sets a value that is unique to your client ID, please keep your key secure.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 956: Line 830:
 ** {{wiki:​PublicProperty.gif|}} LayerType ** ** {{wiki:​PublicProperty.gif|}} LayerType **
  
-N/A+  * //Gets or sets a value for WorldMapKitLayer type.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]]   * Type:​[[ThinkGeo.MapSuite.Core.WorldMapKitLayerType|WorldMapKitLayerType]]
- 
-** {{wiki:​PublicProperty.gif|}} MapType ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.WorldMapKitMapType|WorldMapKitMapType]] 
- 
-** {{wiki:​PublicProperty.gif|}} WebProxy ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​WebProxy 
  
 ** {{wiki:​PublicProperty.gif|}} Projection ** ** {{wiki:​PublicProperty.gif|}} Projection **
  
-Gets or sets a WorldMapKitProjection represents which projection will be use.+  * //Gets or sets a WorldMapKitProjection represents which projection will be use.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.WorldMapKitProjection|WorldMapKitProjection]]   * Type:​[[ThinkGeo.MapSuite.Core.WorldMapKitProjection|WorldMapKitProjection]]
Line 988: Line 846:
 ** {{wiki:​PublicProperty.gif|}} Proxy ** ** {{wiki:​PublicProperty.gif|}} Proxy **
  
-This property gets or sets the proxy used for requesting a Web Response.+  * //This property gets or sets the proxy used for requesting a Web Response.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
-  * Type:WebProxy+  * Type:[[ThinkGeo.MapSuite.Core.GeoWebProxy|GeoWebProxy]]
  
 ** {{wiki:​PublicProperty.gif|}} TileCache ** ** {{wiki:​PublicProperty.gif|}} TileCache **
  
-Gets or sets a BitmapTileCache represents which tile cache will be use.+  * //Gets or sets a BitmapTileCache represents which tile cache will be use.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]   * Type:​[[ThinkGeo.MapSuite.Core.BitmapTileCache|BitmapTileCache]]
Line 1004: Line 862:
 ** {{wiki:​PublicProperty.gif|}} UpperThreshold ** ** {{wiki:​PublicProperty.gif|}} UpperThreshold **
  
-Gets or sets a value represents upper threshold for scale.+  * //Gets or sets a value represents upper threshold for scale.//
 == Remarks == == Remarks ==
-Is the current scale is beyond this value, the map will not render.+  * //Is the current scale is beyond this value, the map will not render.//
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 1012: Line 870:
 ** {{wiki:​PublicProperty.gif|}} LowerThreshold ** ** {{wiki:​PublicProperty.gif|}} LowerThreshold **
  
-Gets or sets a value represents lower threshold for scale.+  * //Gets or sets a value represents lower threshold for scale.//
 == Remarks == == Remarks ==
-Is the current scale is less than this value, the map will not render.+  * //Is the current scale is less than this value, the map will not render.//
 == Return Value == == Return Value ==
   * Type:Double   * Type:Double
Line 1020: Line 878:
 ** {{wiki:​PublicProperty.gif|}} TimeoutInSecond ** ** {{wiki:​PublicProperty.gif|}} TimeoutInSecond **
  
-This property specifies the timeout of the web request in seconds. ​ The default timeout value is 20 seconds.+  * //This property specifies the timeout of the web request in seconds. ​ The default timeout value is 20 seconds.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Int32   * Type:Int32
Line 1028: Line 886:
 ** {{wiki:​PublicProperty.gif|}} HasBoundingBox ** ** {{wiki:​PublicProperty.gif|}} 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.+  * //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 == == Remarks ==
-The value of WorldMapKitLayer is false.+  * //The value of WorldMapKitLayer is false.//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
- 
-** {{wiki:​PublicProperty.gif|}} RequestDrawingInterval ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​TimeSpan 
  
 ** {{wiki:​PublicProperty.gif|}} IsOpen ** ** {{wiki:​PublicProperty.gif|}} IsOpen **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 1052: Line 902:
 ** {{wiki:​PublicProperty.gif|}} DrawingTime ** ** {{wiki:​PublicProperty.gif|}} DrawingTime **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​TimeSpan   * Type:​TimeSpan
Line 1060: Line 910:
 ** {{wiki:​PublicProperty.gif|}} Name ** ** {{wiki:​PublicProperty.gif|}} Name **
  
-N/+  * //N/A//
-== Remarks == +
-N/A +
-== Return Value == +
-  * Type:​String +
- +
-** {{wiki:​PublicProperty.gif|}} Attribution ** +
- +
-N/A+
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:String   * Type:String
Line 1076: Line 918:
 ** {{wiki:​PublicProperty.gif|}} IsVisible ** ** {{wiki:​PublicProperty.gif|}} IsVisible **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Boolean   * Type:​Boolean
Line 1084: Line 926:
 ** {{wiki:​PublicProperty.gif|}} Transparency ** ** {{wiki:​PublicProperty.gif|}} Transparency **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
  
-** {{wiki:​PublicProperty.gif|}} ​BlueTranslation ​**+** {{wiki:​PublicProperty.gif|}} ​IsNegative ​**
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
-  * Type:Single+  * Type:Boolean
  
-** {{wiki:​PublicProperty.gif|}} ​RedTranslation ​**+** {{wiki:​PublicProperty.gif|}} ​IsGrayscale ​**
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
-  * Type:Single+  * Type:Boolean
  
-** {{wiki:​PublicProperty.gif|}} ​GreenTranslation ​**+** {{wiki:​PublicProperty.gif|}} ​DrawingExceptionMode ​**
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
-  * Type:Single+  * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]
  
-** {{wiki:​PublicProperty.gif|}} ​KeyColors ​**+** {{wiki:​PublicProperty.gif|}} ​Attribution ​**
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
-  * Type:Collection<​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]>​+  * Type:String
  
-** {{wiki:​PublicProperty.gif|}} ​IsNegative ​**+** {{wiki:​PublicProperty.gif|}} ​RequestDrawingInterval ​**
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
-  * Type:Boolean +  * Type:TimeSpan
- +
-** {{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]]+
  
 ==== Protected Properties ==== ==== Protected Properties ====
-** {{wiki:​ProtectedProperty.gif|}} ​aT4= **+** {{wiki:​ProtectedProperty.gif|}} ​ImageSource ​**
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.WorldMapKitWmsRasterSource|WorldMapKitWmsRasterSource]]   * Type:​[[ThinkGeo.MapSuite.Core.WorldMapKitWmsRasterSource|WorldMapKitWmsRasterSource]]
  
-** {{wiki:​ProtectedProperty.gif|}} ​xD0= **+** {{wiki:​ProtectedProperty.gif|}} ​ActiveLayerNames ​**
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Collection<​String>​   * Type:​Collection<​String>​
  
-** {{wiki:​ProtectedProperty.gif|}} ​xj0= **+** {{wiki:​ProtectedProperty.gif|}} ​ActiveStyleNames ​**
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Collection<​String>​   * Type:​Collection<​String>​
  
-** {{wiki:​ProtectedProperty.gif|}} ​yz0= **+** {{wiki:​ProtectedProperty.gif|}} ​Parameters ​**
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Return Value == == Return Value ==
   * Type:​Dictionary<​String,​String>​   * Type:​Dictionary<​String,​String>​
Line 1181: Line 1007:
 ** {{wiki:​ProtectedProperty.gif|}} IsOpenCore ** ** {{wiki:​ProtectedProperty.gif|}} IsOpenCore **
  
-This property returns true if the Layer is open and false if it is not.+  * //This property returns true if the Layer is open and false if it is not.//
 == Remarks == == 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.+  * //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 ==
   * Type:​Boolean   * Type:​Boolean
Line 1189: Line 1015:
 ==== Public Events ==== ==== Public Events ====
 ** {{wiki:​PublicEvent.gif|}} SendingWebRequest ** ** {{wiki:​PublicEvent.gif|}} SendingWebRequest **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.SendingWebRequestEventArgs|SendingWebRequestEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} SentWebRequest ** ** {{wiki:​PublicEvent.gif|}} SentWebRequest **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.SentWebRequestEventArgs|SentWebRequestEventArgs]]
  
-** {{wiki:​PublicEvent.gif|}} ​RequestedDrawing ​** +** {{wiki:​PublicEvent.gif|}} ​DrawingException ​** 
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
-Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] +Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]
- +
-** {{wiki:​PublicEvent.gif|}} RequestingDrawing ** +
-N/A +
-== Remarks == +
-N/A +
- +
-Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]+
  
 ** {{wiki:​PublicEvent.gif|}} DrawingProgressChanged ** ** {{wiki:​PublicEvent.gif|}} DrawingProgressChanged **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]
- 
-** {{wiki:​PublicEvent.gif|}} DrawingException ** 
-N/A 
-== Remarks == 
-N/A 
- 
-Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] 
  
 ** {{wiki:​PublicEvent.gif|}} DrawnException ** ** {{wiki:​PublicEvent.gif|}} DrawnException **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} DrawingAttribution ** ** {{wiki:​PublicEvent.gif|}} DrawingAttribution **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]
  
 ** {{wiki:​PublicEvent.gif|}} DrawnAttribution ** ** {{wiki:​PublicEvent.gif|}} DrawnAttribution **
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]
 +
 +** {{wiki:​PublicEvent.gif|}} RequestedDrawing **
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]
 +
 +** {{wiki:​PublicEvent.gif|}} RequestingDrawing **
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +
 +Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]
  
  
thinkgeo.mapsuite.portablecore.worldmapkitlayer.1442823697.txt.gz · Last modified: 2015/09/21 08:21 by admin