User Tools

Site Tools


thinkgeo.mapsuite.core.kmllayer

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.kmllayer [2015/09/21 01:06]
admin
thinkgeo.mapsuite.core.kmllayer [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.KmlLayer ====== ====== ThinkGeo.MapSuite.Core.KmlLayer ======
-Class KmlLayer.+ 
 +{{section>​upgrade_map_suite_to_10.0}} 
 + 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
   *System.Object   *System.Object
Line 9: Line 12:
 ** {{wiki:​PublicMethod.gif|}} KmlLayer() ** ** {{wiki:​PublicMethod.gif|}} KmlLayer() **
  
-Initializes a new instance of the  class.+N/A
 == Remarks == == Remarks ==
-None+N/A
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} KmlLayer(String) ** ** {{wiki:​PublicMethod.gif|}} KmlLayer(String) **
  
-Initializes a new instance of the  class.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 22: Line 25:
   * //​kmlPathFilename//​   * //​kmlPathFilename//​
     * Type:String     * Type:String
-    * Description:​The KML path filename.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}} KmlLayer(String,​Encoding) ** ** {{wiki:​PublicMethod.gif|}} KmlLayer(String,​Encoding) **
  
-Initializes a new instance of the  class.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 33: Line 36:
   * //​kmlPathFilename//​   * //​kmlPathFilename//​
     * Type:String     * Type:String
-    * Description:​The KML path filename.+    * Description:​N/A
  
   * //​encoding//​   * //​encoding//​
     * Type:​Encoding     * Type:​Encoding
-    * Description:​The encoding.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ==== Protected Constructors ==== ==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-** {{wiki:​PublicMethod.gif|}} ​GetThreadSafetyLevel() **+** {{wiki:​PublicMethod.gif|}} ​RequestDrawing() **
  
 N/A N/A
Line 49: Line 52:
  
 == Return Value == == Return Value ==
-  * Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]]+  * Type:Void
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​CloneDeep() **+** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(RectangleShape) **
  
 N/A N/A
Line 61: Line 64:
  
 == Return Value == == Return Value ==
-  * Type:[[ThinkGeo.MapSuite.Core.Layer|Layer]]+  * Type:Void
   * 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|}} ​Open() **+** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(IEnumerable<​RectangleShape>​) **
  
 N/A N/A
Line 77: Line 84:
  
 == Parameters == == Parameters ==
 +  * //​extentsToRefresh//​
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]>​
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​Close() **+** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(TimeSpan) **
  
 N/A N/A
Line 89: Line 100:
  
 == Parameters == == Parameters ==
 +  * //​bufferTime//​
 +    * Type:​TimeSpan
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​GetBoundingBox() **+** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType) **
  
 N/A N/A
Line 97: Line 112:
  
 == Return Value == == Return Value ==
-  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]+  * Type:Void
   * 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|}} ​Draw(GeoCanvas,Collection<​SimpleCandidate>​) **+** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(RectangleShape,TimeSpan) **
  
 N/A N/A
Line 113: Line 136:
  
 == Parameters == == Parameters ==
-  * //canvas// +  * //extentToRefresh// 
-    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]+    * Type:​[[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
  
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} RequestDrawing() **+** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) **
  
 N/A N/A
Line 133: Line 156:
  
 == 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(RectangleShape) **+** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) **
  
 N/A N/A
Line 145: Line 180:
  
 == Parameters == == Parameters ==
-  * //extentToRefresh// +  * //extentsToRefresh// 
-    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]+    * Type:IEnumerable<​[[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>​) **+** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>​,​TimeSpan,​RequestDrawingBufferTimeType) **
  
 N/A N/A
Line 163: Line 202:
   * //​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|}} ​RequestDrawing(TimeSpan) **+** {{wiki:​PublicMethod.gif|}} ​GetThreadSafetyLevel() **
  
 N/A N/A
Line 173: Line 220:
  
 == Return Value == == Return Value ==
-  * Type:Void+  * Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]]
   * Description:​N/​A   * Description:​N/​A
  
 == Parameters == == Parameters ==
-  * //​bufferTime/​+<div newline><​/div> 
-    Type:TimeSpan +** {{wiki:PublicMethod.gif|}} CloneDeep() **
-    ​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|}} ​RequestDrawing(RectangleShape,​TimeSpan) **+** {{wiki:​PublicMethod.gif|}} ​Open() **
  
 N/A N/A
Line 193: Line 248:
  
 == Parameters == == Parameters ==
-  * //​extentToRefresh/​+<div newline><​/div> 
-    Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +** {{wiki:PublicMethod.gif|}} Close() **
-    ​Description:​N/​A+
  
-  * //​bufferTime/​+N/A 
-    * Type:​TimeSpan +== Remarks == 
-    * Description:​N/A+N/A
  
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 <div newline></​div>​ <div newline></​div>​
-** {{wiki:​PublicMethod.gif|}} ​RequestDrawing(IEnumerable<​RectangleShape>,​TimeSpan) **+** {{wiki:​PublicMethod.gif|}} ​GetBoundingBox() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas,Collection<​SimpleCandidate>​) **
  
 N/A N/A
Line 213: Line 284:
  
 == Parameters == == Parameters ==
-  * //extentsToRefresh// +  * //canvas// 
-    * Type:IEnumerable<​[[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
  
Line 276: Line 347:
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String) **
  
-Creates the KML file.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 287: Line 358:
   * //​pathFilename//​   * //​pathFilename//​
     * Type:String     * Type:String
-    * Description:​The path filename.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​Encoding) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​Encoding) **
  
-Creates the KML file.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 303: Line 374:
   * //​pathFilename//​   * //​pathFilename//​
     * Type:String     * Type:String
-    * Description:​The path filename.+    * Description:​N/A
  
   * //​encoding//​   * //​encoding//​
     * Type:​Encoding     * Type:​Encoding
-    * Description:​The encoding.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​FeatureLayer) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​FeatureLayer) **
  
-Creates the KML file.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 323: Line 394:
   * //​pathFilename//​   * //​pathFilename//​
     * Type:String     * Type:String
-    * Description:​The path filename.+    * Description:​N/A
  
   * //​featureLayer//​   * //​featureLayer//​
     * Type:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]]     * Type:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]]
-    * Description:​The feature layer.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​FeatureLayer,​KmlFileType) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​FeatureLayer,​KmlFileType) **
  
-Creates the KML file.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 343: Line 414:
   * //​pathFilename//​   * //​pathFilename//​
     * Type:String     * Type:String
-    * Description:​The path filename.+    * Description:​N/A
  
   * //​featureLayer//​   * //​featureLayer//​
     * Type:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]]     * Type:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]]
-    * Description:​The feature layer.+    * Description:​N/A
  
   * //​kmlFileType//​   * //​kmlFileType//​
     * Type:​[[ThinkGeo.MapSuite.Core.KmlFileType|KmlFileType]]     * Type:​[[ThinkGeo.MapSuite.Core.KmlFileType|KmlFileType]]
-    * Description:​Type of the KML file.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​FeatureLayer,​KmlFileType,​Encoding) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​FeatureLayer,​KmlFileType,​Encoding) **
  
-Creates the KML file.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 367: Line 438:
   * //​pathFilename//​   * //​pathFilename//​
     * Type:String     * Type:String
-    * Description:​The path filename.+    * Description:​N/A
  
   * //​featureLayer//​   * //​featureLayer//​
     * Type:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]]     * Type:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]]
-    * Description:​The feature layer.+    * Description:​N/A
  
   * //​kmlFileType//​   * //​kmlFileType//​
     * Type:​[[ThinkGeo.MapSuite.Core.KmlFileType|KmlFileType]]     * Type:​[[ThinkGeo.MapSuite.Core.KmlFileType|KmlFileType]]
-    * Description:​Type of the KML file.+    * Description:​N/A
  
   * //​encoding//​   * //​encoding//​
     * Type:​Encoding     * Type:​Encoding
-    * Description:​The encoding.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​RasterLayer) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​RasterLayer) **
  
-Creates the KML file.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 395: Line 466:
   * //​pathFilename//​   * //​pathFilename//​
     * Type:String     * Type:String
-    * Description:​The path filename.+    * Description:​N/A
  
   * //​rasterLayer//​   * //​rasterLayer//​
     * Type:​[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]]     * Type:​[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]]
-    * Description:​The raster layer.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​RasterLayer,​KmlFileType) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​RasterLayer,​KmlFileType) **
  
-Creates the KML file.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 415: Line 486:
   * //​pathFilename//​   * //​pathFilename//​
     * Type:String     * Type:String
-    * Description:​The path filename.+    * Description:​N/A
  
   * //​rasterLayer//​   * //​rasterLayer//​
     * Type:​[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]]     * Type:​[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]]
-    * Description:​The raster layer.+    * Description:​N/A
  
   * //​kmlFileType//​   * //​kmlFileType//​
     * Type:​[[ThinkGeo.MapSuite.Core.KmlFileType|KmlFileType]]     * Type:​[[ThinkGeo.MapSuite.Core.KmlFileType|KmlFileType]]
-    * Description:​Type of the KML file.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​IEnumerable<​MapShape>​) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​IEnumerable<​MapShape>​) **
  
-Creates the KML file.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 439: Line 510:
   * //​pathFilename//​   * //​pathFilename//​
     * Type:String     * Type:String
-    * Description:​The path filename.+    * Description:​N/A
  
   * //​mapShapes//​   * //​mapShapes//​
     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.MapShape|MapShape]]>​     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.MapShape|MapShape]]>​
-    * Description:​The map shapes.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​IEnumerable<​MapShape>,​KmlFileType) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​IEnumerable<​MapShape>,​KmlFileType) **
  
-Creates the KML file.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 459: Line 530:
   * //​pathFilename//​   * //​pathFilename//​
     * Type:String     * Type:String
-    * Description:​The path filename.+    * Description:​N/A
  
   * //​mapShapes//​   * //​mapShapes//​
     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.MapShape|MapShape]]>​     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.MapShape|MapShape]]>​
-    * Description:​The map shapes.+    * Description:​N/A
  
   * //​kmlFileType//​   * //​kmlFileType//​
     * Type:​[[ThinkGeo.MapSuite.Core.KmlFileType|KmlFileType]]     * Type:​[[ThinkGeo.MapSuite.Core.KmlFileType|KmlFileType]]
-    * Description:​Type of the KML file.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​IEnumerable<​MapShape>,​KmlFileType,​Encoding) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​IEnumerable<​MapShape>,​KmlFileType,​Encoding) **
  
-Creates the KML file.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 483: Line 554:
   * //​pathFilename//​   * //​pathFilename//​
     * Type:String     * Type:String
-    * Description:​The path filename.+    * Description:​N/A
  
   * //​mapShapes//​   * //​mapShapes//​
     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.MapShape|MapShape]]>​     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.MapShape|MapShape]]>​
-    * Description:​The map shapes.+    * Description:​N/A
  
   * //​kmlFileType//​   * //​kmlFileType//​
     * Type:​[[ThinkGeo.MapSuite.Core.KmlFileType|KmlFileType]]     * Type:​[[ThinkGeo.MapSuite.Core.KmlFileType|KmlFileType]]
-    * Description:​Type of the KML file.+    * Description:​N/A
  
   * //​encoding//​   * //​encoding//​
     * Type:​Encoding     * Type:​Encoding
-    * Description:​The encoding.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} AddLayerToKml(FeatureLayer,​String) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} AddLayerToKml(FeatureLayer,​String) **
  
-Adds the layer to KML.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 511: Line 582:
   * //​featureLayer//​   * //​featureLayer//​
     * Type:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]]     * Type:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]]
-    * Description:​The feature layer.+    * Description:​N/A
  
   * //​pathFilename//​   * //​pathFilename//​
     * Type:String     * Type:String
-    * Description:​The path filename.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} AddLayerToKml(RasterLayer,​String) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} AddLayerToKml(RasterLayer,​String) **
  
-Adds the layer to KML.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 531: Line 602:
   * //​rasterLayer//​   * //​rasterLayer//​
     * Type:​[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]]     * Type:​[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]]
-    * Description:​The raster layer.+    * Description:​N/A
  
   * //​pathFilename//​   * //​pathFilename//​
     * Type:String     * Type:String
-    * Description:​The path filename.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} AddLayerToKml(AdornmentLayer,​String) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} AddLayerToKml(AdornmentLayer,​String) **
  
-Adds the layer to KML.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 551: Line 622:
   * //​adormentLayer//​   * //​adormentLayer//​
     * Type:​[[ThinkGeo.MapSuite.Core.AdornmentLayer|AdornmentLayer]]     * Type:​[[ThinkGeo.MapSuite.Core.AdornmentLayer|AdornmentLayer]]
-    * Description:​The adorment layer.+    * Description:​N/A
  
   * //​pathFilename//​   * //​pathFilename//​
     * Type:String     * Type:String
-    * Description:​The path filename.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} AddMapShapesToKml(IEnumerable<​MapShape>,​String) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} AddMapShapesToKml(IEnumerable<​MapShape>,​String) **
  
-Adds the map shapes to KML.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 571: Line 642:
   * //​MapShapes//​   * //​MapShapes//​
     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.MapShape|MapShape]]>​     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.MapShape|MapShape]]>​
-    * Description:​The map shapes.+    * Description:​N/A
  
   * //​pathFilename//​   * //​pathFilename//​
     * Type:String     * Type:String
-    * Description:​The path filename.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} AddLayersToKml(IEnumerable<​Layer>,​String) ** ** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} AddLayersToKml(IEnumerable<​Layer>,​String) **
  
-Adds the layers to KML.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 591: Line 662:
   * //layers//   * //layers//
     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Layer|Layer]]>​     * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Layer|Layer]]>​
-    * Description:​The layers.+    * Description:​N/A
  
   * //​pathFilename//​   * //​pathFilename//​
     * Type:String     * Type:String
-    * Description:​The path filename.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
Line 601: Line 672:
 ** {{wiki:​ProtectedMethod.gif|}} OpenCore() ** ** {{wiki:​ProtectedMethod.gif|}} OpenCore() **
  
-This method opens the Layer so that it is initialized and ready to use.+N/A
 == 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.+N/A
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None+  * Description:​N/A
  
 == Parameters == == Parameters ==
Line 613: Line 684:
 ** {{wiki:​ProtectedMethod.gif|}} CloseCore() ** ** {{wiki:​ProtectedMethod.gif|}} CloseCore() **
  
-This method closes the Layer and releases any resources it was using.+N/A
 == 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.+N/A
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None+  * Description:​N/A
  
 == Parameters == == Parameters ==
Line 625: Line 696:
 ** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas,​Collection<​SimpleCandidate>​) ** ** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas,​Collection<​SimpleCandidate>​) **
  
-This method draws the Layer.+N/A
 == 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.+N/A
  
 == Return Value == == Return Value ==
   * Type:Void   * Type:Void
-  * Description:​None+  * Description:​N/A
  
 == Parameters == == Parameters ==
   * //canvas//   * //canvas//
     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]     * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]]
-    * Description:​This parameter is the canvas object or a GeoImage to draw on.+    * Description:​N/A
  
   * //​labelsInAllLayers//​   * //​labelsInAllLayers//​
     * Type:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​     * Type:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​
-    * Description:​This parameter represents the labels used for collision detection and duplication checking.+    * Description:​N/A
  
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() **
  
-This method returns the bounding box of the Layer.+N/A
 == Remarks == == Remarks ==
-This method returns the bounding box of the Layer.+N/A
  
 == Return Value == == Return Value ==
   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]   * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
-  * Description:​This method returns the bounding box of the Layer.+  * Description:​N/A
  
 == 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>​
 +** {{wiki:​ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) **
 +
 +N/A
 +== Remarks ==
 +N/A
 +
 +== Return Value ==
 +  * Type:Void
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //​eventArgs//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]
 +    * Description:​N/​A
 +
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} GetThreadSafetyLevelCore() ** ** {{wiki:​ProtectedMethod.gif|}} GetThreadSafetyLevelCore() **
Line 816: Line 919:
   * //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 
- 
-<div newline></​div>​ 
-** {{wiki:​ProtectedMethod.gif|}} OnRequestingDrawing(RequestingDrawingLayerEventArgs) ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //​eventArgs//​ 
-    * Type:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] 
     * Description:​N/​A     * Description:​N/​A
  
Line 878: Line 949:
 ** {{wiki:​PublicProperty.gif|}} Encoding ** ** {{wiki:​PublicProperty.gif|}} Encoding **
  
-Gets the encoding.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 886: Line 957:
 ** {{wiki:​PublicProperty.gif|}} KmlPathFilename ** ** {{wiki:​PublicProperty.gif|}} KmlPathFilename **
  
-Gets or sets the KML path filename.+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 894: Line 965:
 ** {{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.+N/A
 == Remarks == == Remarks ==
-The default value is false.+N/A
 == 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 **
Line 917: Line 996:
  
 ** {{wiki:​PublicProperty.gif|}} Name ** ** {{wiki:​PublicProperty.gif|}} Name **
 +
 +N/A
 +== Remarks ==
 +N/A
 +== Return Value ==
 +  * Type:String
 +
 +** {{wiki:​PublicProperty.gif|}} Attribution **
  
 N/A N/A
Line 940: Line 1027:
   * Type:Single   * Type:Single
  
-** {{wiki:​PublicProperty.gif|}} ​IsNegative ​**+** {{wiki:​PublicProperty.gif|}} ​BlueTranslation ​**
  
 N/A N/A
Line 946: Line 1033:
 N/A N/A
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Single
  
-** {{wiki:​PublicProperty.gif|}} ​IsGrayscale ​**+** {{wiki:​PublicProperty.gif|}} ​RedTranslation ​**
  
 N/A N/A
Line 954: Line 1041:
 N/A N/A
 == Return Value == == Return Value ==
-  * Type:Boolean+  * Type:Single
  
-** {{wiki:​PublicProperty.gif|}} ​DrawingExceptionMode ​**+** {{wiki:​PublicProperty.gif|}} ​GreenTranslation ​**
  
 N/A N/A
Line 962: Line 1049:
 N/A N/A
 == Return Value == == Return Value ==
-  * Type:[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]+  * Type:Single
  
-** {{wiki:​PublicProperty.gif|}} ​Attribution ​**+** {{wiki:​PublicProperty.gif|}} ​KeyColors ​**
  
 N/A N/A
Line 970: Line 1057:
 N/A N/A
 == Return Value == == Return Value ==
-  * Type:String+  * Type:Collection<​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]>​
  
-** {{wiki:​PublicProperty.gif|}} ​RequestDrawingInterval ​**+** {{wiki:​PublicProperty.gif|}} ​IsNegative ​**
  
 N/A N/A
Line 978: Line 1065:
 N/A N/A
 == Return Value == == Return Value ==
-  * Type:TimeSpan+  * Type:Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsGrayscale ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]]
  
 ==== Protected Properties ==== ==== Protected Properties ====
Line 991: Line 1094:
 ==== Public Events ==== ==== Public Events ====
 ** {{wiki:​PublicEvent.gif|}} StreamLoading ** ** {{wiki:​PublicEvent.gif|}} StreamLoading **
-Occurs when [stream loading].+N/A
 == Remarks == == Remarks ==
 N/A N/A
Line 997: Line 1100:
 Event Arguments:​[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]] Event Arguments:​[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]]
  
-** {{wiki:​PublicEvent.gif|}} ​DrawingException ​**+** {{wiki:​PublicEvent.gif|}} ​RequestedDrawing ​**
 N/A N/A
 == Remarks == == Remarks ==
 N/A N/A
  
-Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]
  
-** {{wiki:​PublicEvent.gif|}} ​DrawingProgressChanged ​**+** {{wiki:​PublicEvent.gif|}} ​RequestingDrawing ​**
 N/A N/A
 == Remarks == == Remarks ==
 N/A N/A
  
-Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]
  
-** {{wiki:​PublicEvent.gif|}} ​DrawnException ​**+** {{wiki:​PublicEvent.gif|}} ​DrawingProgressChanged ​**
 N/A N/A
 == Remarks == == Remarks ==
 N/A N/A
  
-Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]
  
-** {{wiki:​PublicEvent.gif|}} ​DrawingAttribution ​**+** {{wiki:​PublicEvent.gif|}} ​DrawingException ​**
 N/A N/A
 == Remarks == == Remarks ==
 N/A N/A
  
-Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]
  
-** {{wiki:​PublicEvent.gif|}} ​DrawnAttribution ​**+** {{wiki:​PublicEvent.gif|}} ​DrawnException ​**
 N/A N/A
 == Remarks == == Remarks ==
 N/A N/A
  
-Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]
  
-** {{wiki:​PublicEvent.gif|}} ​RequestedDrawing ​**+** {{wiki:​PublicEvent.gif|}} ​DrawingAttribution ​**
 N/A N/A
 == Remarks == == Remarks ==
 N/A N/A
  
-Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]
  
-** {{wiki:​PublicEvent.gif|}} ​RequestingDrawing ​**+** {{wiki:​PublicEvent.gif|}} ​DrawnAttribution ​**
 N/A N/A
 == Remarks == == Remarks ==
 N/A N/A
  
-Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]
  
  
thinkgeo.mapsuite.core.kmllayer.1442797582.txt.gz · Last modified: 2015/09/21 01:06 by admin