User Tools

Site Tools


thinkgeo.mapsuite.portablecore.kmllayer

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.portablecore.kmllayer [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.portablecore.kmllayer [2017/03/16 21:59] (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.PortableCore.KmlLayer ======+====== ThinkGeo.MapSuite.Core.KmlLayer ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
  
-<!-- Class --> 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.PortableCore.Layer]] +    *ThinkGeo.MapSuite.Core.Layer 
-***[[ThinkGeo.MapSuite.PortableCore.KmlLayer]]+      ***ThinkGeo.MapSuite.Core.KmlLayer**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} KmlLayer() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#KmlLayer()|KmlLayer]] ​  ​| ​   |    |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​KmlLayer(String)|KmlLayer]] ​  | String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​KmlLayer(String,​ Encoding)|KmlLayer]] ​  | String, Encoding ​  ​| ​   |    |+
  
-==== Protected Constructors ​==== +N/A 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +N/A 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} KmlLayer(String) **
  
 +N/A
 +== Remarks ==
 +N/A
 +== Parameters ==
 +  * //​kmlPathFilename//​
 +    * Type:String
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} KmlLayer(String,​Encoding) **
 +
 +N/A
 +== Remarks ==
 +N/A
 +== Parameters ==
 +  * //​kmlPathFilename//​
 +    * Type:String
 +    * Description:​N/​A
 +
 +  * //​encoding//​
 +    * Type:​Encoding
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} RequestDrawing() ​**
-{{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​AddLayerToKml(AdornmentLayer,​ String)|AddLayerToKml]] ​  | [[ThinkGeo.MapSuite.PortableCore.AdornmentLayer|AdornmentLayer]],​ String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​AddLayerToKml(RasterLayer,​ String)|AddLayerToKml]] ​  | [[ThinkGeo.MapSuite.PortableCore.RasterLayer|RasterLayer]],​ String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​AddLayerToKml(FeatureLayer,​ String)|AddLayerToKml]] ​  | [[ThinkGeo.MapSuite.PortableCore.FeatureLayer|FeatureLayer]],​ String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​AddLayersToKml(IEnumerable<​Layer>,​ String)|AddLayersToKml]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.Layer|Layer]]>,​ String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​AddMapShapesToKml(IEnumerable<​MapShape>,​ String)|AddMapShapesToKml]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.MapShape|MapShape]]>,​ String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CloneDeep()|CloneDeep]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | Create a copy of Layer using the deep clone process. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Close()|Close]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This method closes the Layer and releases any resources it was using. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateKmlFile(String)|CreateKmlFile]] ​  | String ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateKmlFile(String,​ IEnumerable<​MapShape>,​ KmlFileType)|CreateKmlFile]] ​  | String, IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.MapShape|MapShape]]>,​ [[ThinkGeo.MapSuite.PortableCore.KmlFileType|KmlFileType]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateKmlFile(String,​ IEnumerable<​MapShape>​)|CreateKmlFile]] ​  | String, IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.MapShape|MapShape]]> ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateKmlFile(String,​ RasterLayer,​ KmlFileType)|CreateKmlFile]] ​  | String, [[ThinkGeo.MapSuite.PortableCore.RasterLayer|RasterLayer]],​ [[ThinkGeo.MapSuite.PortableCore.KmlFileType|KmlFileType]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateKmlFile(String,​ RasterLayer)|CreateKmlFile]] ​  | String, [[ThinkGeo.MapSuite.PortableCore.RasterLayer|RasterLayer]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateKmlFile(String,​ FeatureLayer,​ KmlFileType,​ Encoding)|CreateKmlFile]] ​  | String, [[ThinkGeo.MapSuite.PortableCore.FeatureLayer|FeatureLayer]],​ [[ThinkGeo.MapSuite.PortableCore.KmlFileType|KmlFileType]],​ Encoding ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateKmlFile(String,​ FeatureLayer,​ KmlFileType)|CreateKmlFile]] ​  | String, [[ThinkGeo.MapSuite.PortableCore.FeatureLayer|FeatureLayer]],​ [[ThinkGeo.MapSuite.PortableCore.KmlFileType|KmlFileType]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateKmlFile(String,​ FeatureLayer)|CreateKmlFile]] ​  | String, [[ThinkGeo.MapSuite.PortableCore.FeatureLayer|FeatureLayer]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateKmlFile(String,​ Encoding)|CreateKmlFile]] ​  | String, Encoding ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}{{wiki:​Static.gif|Static Member}}[[#​CreateKmlFile(String,​ IEnumerable<​MapShape>,​ KmlFileType,​ Encoding)|CreateKmlFile]] ​  | String, IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.MapShape|MapShape]]>,​ [[ThinkGeo.MapSuite.PortableCore.KmlFileType|KmlFileType]],​ Encoding ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Draw(GeoCanvas,​ Collection<​SimpleCandidate>​)|Draw]] ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]],​ Collection<​[[ThinkGeo.MapSuite.PortableCore.SimpleCandidate|SimpleCandidate]]> ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This method draws the Layer. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetBoundingBox()|GetBoundingBox]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This method returns the bounding box of the Layer. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Open()|Open]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This method opens the Layer so that it is initialized and ready to use.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#RequestDrawing()|RequestDrawing]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(RectangleShape)|RequestDrawing]] ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(IEnumerable<​RectangleShape>​)|RequestDrawing]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]> ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(RectangleShape,​ TimeSpan)|RequestDrawing]] ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]],​ TimeSpan ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(IEnumerable<​RectangleShape>,​ TimeSpan)|RequestDrawing]] ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]>,​ TimeSpan ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​RequestDrawing(TimeSpan)|RequestDrawing]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +N/A 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloneDeepCore()|CloneDeepCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | Create a copy of Layer using the deep clone process. The default implemenation uses serialization. ​  | +N/A
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​CloseCore()|CloseCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawAttributionCore(GeoCanvas,​ String)|DrawAttributionCore]] ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]],​ String ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawCore(GeoCanvas,​ Collection<​SimpleCandidate>​)|DrawCore]] ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]],​ Collection<​[[ThinkGeo.MapSuite.PortableCore.SimpleCandidate|SimpleCandidate]]> ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawException(GeoCanvas,​ Exception)|DrawException]] ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]],​ Exception ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​DrawExceptionCore(GeoCanvas,​ Exception)|DrawExceptionCore]] ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]],​ Exception ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetBoundingBoxCore()|GetBoundingBoxCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingAttribution(DrawingAttributionLayerEventArgs)|OnDrawingAttribution]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingException(DrawingExceptionLayerEventArgs)|OnDrawingException]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawingProgressChanged(DrawingProgressChangedEventArgs)|OnDrawingProgressChanged]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawnAttribution(DrawnAttributionLayerEventArgs)|OnDrawnAttribution]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnDrawnException(DrawnExceptionLayerEventArgs)|OnDrawnException]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnRequestedDrawing(RequestedDrawingLayerEventArgs)|OnRequestedDrawing]] ​  | [[ThinkGeo.MapSuite.PortableCore.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnRequestingDrawing(RequestingDrawingLayerEventArgs)|OnRequestingDrawing]] ​  | [[ThinkGeo.MapSuite.PortableCore.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OpenCore()|OpenCore]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]](overriden) ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  | String ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +  * Description:N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingExceptionMode|DrawingExceptionMode]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawingExceptionMode|DrawingExceptionMode]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | Gets or sets the DrawExcpetionMode when exception happens. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​DrawingTime|DrawingTime]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This property gets the last drawing time for the layer. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Encoding|Encoding]] ​  | Encoding ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​HasBoundingBox|HasBoundingBox]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]](overriden) ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsGrayscale|IsGrayscale]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This property gets and sets if the image should be converted to grayscale. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsNegative|IsNegative]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This property gets and sets whether the image should be converted to negative (inverse colors). ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsOpen|IsOpen]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This property returns true if the Layer is open and false if it is not.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisible|IsVisible]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This property gets and set the visible state of the layer. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​KmlPathFilename|KmlPathFilename]] ​  | String ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This property gets and sets the name for the layer. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​RequestDrawingInterval|RequestDrawingInterval]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Transparency|Transparency]] ​  | Single ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This property gets and sets the amount of transparency to apply to the image. ​  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +<div newline></​div>​ 
-{{wiki:ProtectedProperty.gif|Protected Property}}[[#​IsOpenCore|IsOpenCore]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  | This property returns true if the Layer is open and false if it is not.   |+** {{wiki:PublicMethod.gif|}} ​RequestDrawing(RectangleShape) **
  
-==== Public Events ==== +N/A 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawingAttribution|DrawingAttribution]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +N/A
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawingException|DrawingException]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawingProgressChanged|DrawingProgressChanged]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawnAttribution|DrawnAttribution]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​DrawnException|DrawnException]] ​  | [[ThinkGeo.MapSuite.PortableCore.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​RequestedDrawing|RequestedDrawing]] ​  | [[ThinkGeo.MapSuite.PortableCore.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​RequestingDrawing|RequestingDrawing]] ​  | [[ThinkGeo.MapSuite.PortableCore.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]] ​  | [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]] ​  ​| ​   | +
-| {{wiki:​PublicEvent.gif|Public Event}}[[#​StreamLoading|StreamLoading]] ​  | [[ThinkGeo.MapSuite.PortableCore.StreamLoadingEventArgs|StreamLoadingEventArgs]] ​  ​| ​   |    |+
  
-===== Public Constructors ===== +== Return Value == 
-==== KmlLayer() ==== +  ​Type:Void 
-=== Parameters === +  Description:N/A
-^  Name ^  ​Type ​ ​Description ​^+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== KmlLayer(String) ==== +  ​* //​extentToRefresh//​ 
-=== Parameters ​=== +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-^  Name ^  ​Type ​^  Description ^ +    * Description:​N/​A
-| kmlPathFilename ​  | String<​!-- System.String --> ​  |    ​|+
  
-[[#Public Constructors|Go Back]] +<div newline></​div
-==== KmlLayer(String,​ Encoding) ==== +** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>) **
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| kmlPathFilename ​  | String<!-- System.String --  |    | +
-encoding ​  | Encoding<!-- System.Text.Encoding --  |    |+
  
-[[#Public Constructors|Go Back]] +N/A 
-===== Protected Constructors ===== +== Remarks ​== 
-===== Public Methods ===== +N/A
-==== AddLayerToKml(AdornmentLayer,​ String) ==== +
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| adormentLayer ​  | [[ThinkGeo.MapSuite.PortableCore.AdornmentLayer|AdornmentLayer]]<​!-- ThinkGeo.MapSuite.PortableCore.AdornmentLayer --> ​  ​| ​   | +  Description:N/A
-| pathFilename ​  | String<​!-- System.String --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.KmlLayer --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​extentsToRefresh//​ 
-==== AddLayerToKml(RasterLayer,​ String) ==== +    * Type:​IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> 
-<!-- static --+    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} RequestDrawing(TimeSpan) **
-| rasterLayer ​  | [[ThinkGeo.MapSuite.PortableCore.RasterLayer|RasterLayer]]<!-- ThinkGeo.MapSuite.PortableCore.RasterLayer --  |    | +
-| pathFilename ​  | String<​!-- System.String --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.KmlLayer --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== AddLayerToKml(FeatureLayer,​ String) ==== +N/A
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| featureLayer ​  | [[ThinkGeo.MapSuite.PortableCore.FeatureLayer|FeatureLayer]]<​!-- ThinkGeo.MapSuite.PortableCore.FeatureLayer --> ​  ​| ​   | +  Description:N/A
-| pathFilename ​  | String<​!-- System.String --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.KmlLayer --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​bufferTime//​ 
-==== AddLayersToKml(IEnumerable<​Layer>,​ String) ​==== +    ​* ​Type:TimeSpan 
-<!-- static --> +    ​* Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} RequestDrawing(TimeSpan,​RequestDrawingBufferTimeType) **
-| layers ​  | IEnumerable<[[ThinkGeo.MapSuite.PortableCore.Layer|Layer]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.PortableCore.Layer} --  |    | +
-| pathFilename ​  | String<​!-- System.String --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.KmlLayer --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== AddMapShapesToKml(IEnumerable<​MapShape>,​ String) ==== +N/A
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| MapShapes ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.MapShape|MapShape]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.PortableCore.MapShape} --> ​  ​| ​   | +  Description:N/A
-| pathFilename ​  | String<​!-- System.String --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.KmlLayer --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​bufferTime//​ 
-==== CloneDeep() ​==== +    * Type:TimeSpan 
-Create a copy of Layer using the deep clone process. +    ​* ​Description:N/A
-=== Remarks === +
-The difference between deep clone and shallow clone is as followsIn shallow cloning, only the object is copied; the objects within it are not. By contrast, deep cloning copies the cloned object as well as all the objects within. +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]]<​!-- ThinkGeo.MapSuite.PortableCore.Layer --> ​  ​| ​cloned Layer. ​  |+
  
-=== Parameters === +  * //​bufferTimeType//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan**
-==== Close() ==== +
-This method closes the Layer and releases any resources it was using. +
-=== Remarks === +
-This method is the concrete wrapper for the abstract method CloseCore. The close method plays an important role in the life cycle of the Layer. It may be called after drawing to release any memory and other resources that were allocated since the Open method was called.+
  
-If you override this method, it is recommended that you take the following things into 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 
 +== Remarks == 
 +N/A
  
-As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +== Return Value == 
-=== Return Value === +  ​* ​Type:Void 
-^ Return ​Type Description ​+  * Description:N/A
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​extentToRefresh//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +  * //​bufferTime//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:TimeSpan 
-==== CreateKmlFile(String) ==== +    ​* Description:​N/​A
-<!-- static --> +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} RequestDrawing(RectangleShape,​TimeSpan,​RequestDrawingBufferTimeType) **
-| pathFilename ​  | String<​!-- System.String --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.KmlLayer --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== CreateKmlFile(String,​ IEnumerable<​MapShape>,​ KmlFileType) ==== +N/A
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| pathFilename ​  | String<​!-- System.String --> ​  ​| ​   | +  Description:N/A
-| mapShapes ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.MapShape|MapShape]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.PortableCore.MapShape} --> ​  ​| ​   | +
-| kmlFileType ​  | [[ThinkGeo.MapSuite.PortableCore.KmlFileType|KmlFileType]]<​!-- ThinkGeo.MapSuite.PortableCore.KmlFileType --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.KmlLayer --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​extentToRefresh//​ 
-==== CreateKmlFile(String,​ IEnumerable<​MapShape>​) ==== +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-<!-- static --> +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​bufferTime//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:TimeSpan 
-| pathFilename ​  | String<​!-- System.String --> ​  ​| ​   +    ​* Description:​N/​A
-| mapShapes ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.MapShape|MapShape]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.PortableCore.MapShape} --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.KmlLayer --> +  * //​bufferTimeType//​ 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-==== CreateKmlFile(String,​ RasterLayer,​ KmlFileType) ==== +    ​* ​Description:N/A
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<RectangleShape>,TimeSpan) **
-| pathFilename ​  | String<!-- System.String --  |    | +
-| rasterLayer ​  | [[ThinkGeo.MapSuite.PortableCore.RasterLayer|RasterLayer]]<!-- ThinkGeo.MapSuite.PortableCore.RasterLayer --  |    | +
-| kmlFileType ​  | [[ThinkGeo.MapSuite.PortableCore.KmlFileType|KmlFileType]]<!-- ThinkGeo.MapSuite.PortableCore.KmlFileType --  |    |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.KmlLayer --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== CreateKmlFile(String,​ RasterLayer) ==== +N/A
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| pathFilename ​  | String<​!-- System.String --> ​  ​| ​   | +  Description:N/A
-| rasterLayer ​  | [[ThinkGeo.MapSuite.PortableCore.RasterLayer|RasterLayer]]<​!-- ThinkGeo.MapSuite.PortableCore.RasterLayer --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.KmlLayer --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​extentsToRefresh//​ 
-==== CreateKmlFile(String,​ FeatureLayer,​ KmlFileType,​ Encoding) ==== +    * Type:​IEnumerable<[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> 
-<!-- static --+    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  ​* //​bufferTime//​ 
-^  Name ^  Type ^  Description ^ +    ​* Type:​TimeSpan 
-| pathFilename ​  ​| String<​!-- System.String --> ​  ​| ​   | +    ​* Description:​N/​A
-| featureLayer ​  | [[ThinkGeo.MapSuite.PortableCore.FeatureLayer|FeatureLayer]]<​!-- ThinkGeo.MapSuite.PortableCore.FeatureLayer --> ​  ​| ​   | +
-| kmlFileType ​  | [[ThinkGeo.MapSuite.PortableCore.KmlFileType|KmlFileType]]<​!-- ThinkGeo.MapSuite.PortableCore.KmlFileType --> ​  ​| ​   +
-| encoding ​  | Encoding<​!-- System.Text.Encoding --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.KmlLayer --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} RequestDrawing(IEnumerable<​RectangleShape>​,TimeSpan,RequestDrawingBufferTimeType**
-==== CreateKmlFile(StringFeatureLayerKmlFileType==== +
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| pathFilename ​  | String<​!-- System.String --> ​  ​| ​   | +N/A
-| featureLayer ​  | [[ThinkGeo.MapSuite.PortableCore.FeatureLayer|FeatureLayer]]<​!-- ThinkGeo.MapSuite.PortableCore.FeatureLayer --> ​  ​| ​   | +
-| kmlFileType ​  | [[ThinkGeo.MapSuite.PortableCore.KmlFileType|KmlFileType]]<​!-- ThinkGeo.MapSuite.PortableCore.KmlFileType --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.KmlLayer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== CreateKmlFile(String,​ FeatureLayer) ==== +  * Description:N/A
-<!-- static --> +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​extentsToRefresh//​ 
-| pathFilename ​  | String<!-- System.String --> ​  ​| ​   | +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]> 
-| featureLayer ​  ​| ​[[ThinkGeo.MapSuite.PortableCore.FeatureLayer|FeatureLayer]]<!-- ThinkGeo.MapSuite.PortableCore.FeatureLayer --  |    |+    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.PortableCore.KmlLayer --> +  * //​bufferTime//​ 
-[[#Public Methods|Go Back]] +    ​* ​Type:TimeSpan 
-==== CreateKmlFile(String,​ Encoding) ==== +    ​* Description:​N/​A
-<!-- static --> +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​bufferTimeType//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.RequestDrawingBufferTimeType|RequestDrawingBufferTimeType]] 
-| pathFilename ​  | String<​!-- System.String --> ​  ​| ​   | +    * Description:​N/​A
-| encoding ​  | Encoding<​!-- System.Text.Encoding --> ​  |    ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.KmlLayer --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetThreadSafetyLevel() **
-==== CreateKmlFile(String,​ IEnumerable<MapShape>, KmlFileType,​ Encoding) ==== +
-<!-- static --> +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| pathFilename ​  | String<​!-- System.String --> ​  ​| ​   | +N/A
-| mapShapes ​  | IEnumerable<​[[ThinkGeo.MapSuite.PortableCore.MapShape|MapShape]]><​!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.PortableCore.MapShape} --> ​  ​| ​   | +
-| kmlFileType ​  | [[ThinkGeo.MapSuite.PortableCore.KmlFileType|KmlFileType]]<​!-- ThinkGeo.MapSuite.PortableCore.KmlFileType --> ​  ​| ​   | +
-| encoding ​  | Encoding<​!-- System.Text.Encoding --> ​  ​| ​   |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.KmlLayer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] 
-==== Draw(GeoCanvas,​ Collection<​SimpleCandidate>​) ==== +  * Description:​N/​A
-This method draws the Layer. +
-=== Remarks === +
-This method is the concrete wrapper for the abstract method DrawCore. This method draws the representation of the layer based on the extent you provided.+
  
-As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +== Parameters ​== 
-=== Return Value === +<div newline></​div>​ 
-^ Return Type ^ Description ^ +** {{wiki:​PublicMethod.gif|}} CloneDeep() **
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| canvas ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.PortableCore.GeoCanvas --> ​  | This parameter is the canvas object or a GeoImage to draw on.   | +N/A
-| labelsInAllLayers ​  | Collection<​[[ThinkGeo.MapSuite.PortableCore.SimpleCandidate|SimpleCandidate]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.SimpleCandidate} --> ​  | This parameter represents the labels used for collision detection and duplication checking. ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.Layer ​--> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.Layer|Layer]] 
-==== Equals(Object) ==== +  ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+** {{wiki:​PublicMethod.gif|}} Open() **
  
-<!-- System.Object --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetBoundingBox() ==== +N/A
-This method returns the bounding box of the Layer. +
-=== Remarks ​=== +
-This method is the concrete wrapper for the abstract method GetBoundingBoxCore. This method returns the bounding box of the RasterLayer.+
  
-As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +== Return Value == 
-=== Return Value === +  ​* ​Type:Void 
-^ Return ​Type Description ​+  * Description:N/A
-| [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  | This method returns the bounding box of the Layer. ​  |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Close() **
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetType() ​==== +** {{wiki:​PublicMethod.gif|}} GetBoundingBox() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   ​|+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-==== Open() ​==== +  * Description:​N/​A
-This method opens the Layer so that it is initialized and ready to use. +
-=== Remarks === +
-This method is the concrete wrapper for the abstract method OpenCoreThe 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 methodconsider opening the FeatureSource or RasterSource. You will get a chance to close these in the Close method of the Layer.+== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Draw(GeoCanvas,Collection<​SimpleCandidate>​) **
  
-As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. +N/A 
-=== Return Value === +== Remarks ​== 
-^ Return Type ^ Description ^ +N/A
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.Layer --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​canvas//​ 
-==== RequestDrawing() ==== +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-=== Return Value === +    ​* ​Description:N/A
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​labelsInAllLayers//​ 
-^  Name ^  ​Type ^  ​Description ​^+    ​* ​Type:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToString() **
-==== RequestDrawing(RectangleShape==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| extentToRefresh ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  ​| ​   |+N/A
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:String 
-==== RequestDrawing(IEnumerable<​RectangleShape>​) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></div> 
-| extentsToRefresh ​  | IEnumerable<[[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.PortableCore.RectangleShape--> ​  ​| ​   |+** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RequestDrawing(RectangleShape,​ TimeSpan) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| extentToRefresh ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  ​| ​   | +  Description:N/A
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //obj// 
-==== RequestDrawing(IEnumerable<​RectangleShape>,​ TimeSpan) ​==== +    ​* ​Type:Object 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-| extentsToRefresh ​  | IEnumerable<[[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.PortableCore.RectangleShape} --  |    | +
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +N/A 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== RequestDrawing(TimeSpan) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| bufferTime ​  | TimeSpan<​!-- System.TimeSpan --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== ToString() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   ​|+
  
-=== Parameters === +N/A 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +N/A
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Type 
-===== Protected Methods ===== +  * Description:N/A
-==== CloneDeepCore() ==== +
-Create a copy of Layer using the deep clone process. The default implemenation uses serialization. +
-=== Remarks === +
-The difference between deep clone and shallow clone is as follows: In shallow cloning, only the object is copied; the objects within it are not. By contrast, deep cloning copies the cloned object as well as all the objects within. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.PortableCore.Layer|Layer]]<​!-- ThinkGeo.MapSuite.PortableCore.Layer --> ​  ​| ​cloned Layer. ​  |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String) **
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +N/A 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== CloseCore() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​pathFilename//​ 
-==== DrawAttributionCore(GeoCanvas,​ String) ​==== +    ​* ​Type:String 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,Encoding) **
-| canvas ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.PortableCore.GeoCanvas --> ​  ​| ​   | +
-| attribution ​  | String<!-- System.String --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +N/A 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== DrawCore(GeoCanvas,​ Collection<​SimpleCandidate>​) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| canvas ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.PortableCore.GeoCanvas --> ​  ​| ​   | +  Description:N/A
-| labelsInAllLayers ​  | Collection<​[[ThinkGeo.MapSuite.PortableCore.SimpleCandidate|SimpleCandidate]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.SimpleCandidate} --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer(overriden) --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​pathFilename//​ 
-==== DrawException(GeoCanvas,​ Exception) ​==== +    ​* ​Type:String 
-This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. +    ​* Description:​N/​A
-=== Remarks === +
-This method can be overriden its logic by rewrite the DrawExceptionCore. +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​encoding//​ 
-^  Name ^  ​Type ^  ​Description ​+    ​* ​Type:Encoding 
-| canvas ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.PortableCore.GeoCanvas --> ​  | The target canvas to draw the layer. ​  | +    * Description:N/A
-| e   | Exception<​!-- System.Exception --> ​  | The exception thrown when layer.Draw(). ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,FeatureLayer**
-==== DrawExceptionCore(GeoCanvasException==== +
-This method will draw on the canvas when the layer.Draw throw exception and the DrawExceptionMode is set to DrawException instead of ThrowException. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| canvas ​  | [[ThinkGeo.MapSuite.PortableCore.GeoCanvas|GeoCanvas]]<​!-- ThinkGeo.MapSuite.PortableCore.GeoCanvas --> ​  | The target canvas to draw the layer. ​  | +N/A
-| e   | Exception<​!-- System.Exception --> ​  | The exception thrown when layer.Draw(). ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== Finalize() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​pathFilename//​ 
 +    * Type:String 
 +    * Description:N/A
  
-<!-- System.Object --> +  * //​featureLayer//​ 
-[[#​Protected Methods|Go Back]] +    ​* ​Type:[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] 
-==== GetBoundingBoxCore() ==== +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​FeatureLayer,​KmlFileType) **
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer(overriden) --> +N/A 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​pathFilename//​ 
-==== OnDrawingAttribution(DrawingAttributionLayerEventArgs) ​==== +    ​* ​Type:String 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​featureLayer//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] 
-| args   ​| ​[[ThinkGeo.MapSuite.PortableCore.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]<!-- ThinkGeo.MapSuite.PortableCore.DrawingAttributionLayerEventArgs --> ​  ​| ​   |+    * Description:​N/​A
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.Layer --> +  * //​kmlFileType//​ 
-[[#​Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.KmlFileType|KmlFileType]] 
-==== OnDrawingException(DrawingExceptionLayerEventArgs) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​FeatureLayer,​KmlFileType,​Encoding) **
-| e   | [[ThinkGeo.MapSuite.PortableCore.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.DrawingExceptionLayerEventArgs --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +N/A 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ==== +N/A
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Void 
-| e   | [[ThinkGeo.MapSuite.PortableCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.DrawingProgressChangedEventArgs --> ​  ​| ​   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​pathFilename//​ 
-==== OnDrawnAttribution(DrawnAttributionLayerEventArgs) ​==== +    ​* ​Type:String 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​featureLayer//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] 
-| args   ​| ​[[ThinkGeo.MapSuite.PortableCore.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]<!-- ThinkGeo.MapSuite.PortableCore.DrawnAttributionLayerEventArgs --> ​  ​| ​   |+    * Description:​N/​A
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.Layer --> +  * //​kmlFileType//​ 
-[[#​Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.KmlFileType|KmlFileType]] 
-==== OnDrawnException(DrawnExceptionLayerEventArgs) ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //​encoding//​ 
-^  Name ^  ​Type ^  Description ^ +    ​* ​Type:Encoding 
-| e   | [[ThinkGeo.MapSuite.PortableCore.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.DrawnExceptionLayerEventArgs --> ​  ​| ​   |+    ​* Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​RasterLayer**
-==== OnRequestedDrawing(RequestedDrawingLayerEventArgs==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +N/A 
-^  Name ^  Type ^  Description ^ +== Remarks ​== 
-| eventArgs ​  | [[ThinkGeo.MapSuite.PortableCore.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.RequestedDrawingLayerEventArgs --> ​  ​| ​   |+N/A
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Void 
-==== OnRequestingDrawing(RequestingDrawingLayerEventArgs) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​pathFilename//​ 
-| eventArgs ​  | [[ThinkGeo.MapSuite.PortableCore.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.RequestingDrawingLayerEventArgs --> ​  ​| ​   |+    * Type:String 
 +    ​* Description:​N/​A
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.Layer --> +  * //​rasterLayer//​ 
-[[#​Protected Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] 
-==== OpenCore() ==== +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​RasterLayer,​KmlFileType) **
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer(overriden) --> +N/A 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-===== Public Properties ===== +N/A
-==== Attribution ==== +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== DrawingExceptionMode ==== +  * Description:​N/​A
-Gets or sets the DrawExcpetionMode when exception happens. +
-=== Return Value === +
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.PortableCore.DrawingExceptionMode|DrawingExceptionMode]]<​!-- ThinkGeo.MapSuite.PortableCore.DrawingExceptionMode --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //​pathFilename//​ 
-==== DrawingTime ​==== +    ​* ​Type:String 
-This property gets the last drawing time for the layer. +    * Description:​N/​A
-=== Remarks === +
-We track the drawing time for the layer and report it back in this method. This is useful for determining the speed of various layers. +
-=== Return Value === +
-^ Return ​Type ^ +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.Layer --> +  * //​rasterLayer//​ 
-[[#Public Properties|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] 
-==== Encoding ==== +    * Description:​N/​A
-=== Return Value === +
-^ Return Type ^ +
-| Encoding<​!-- System.Text.Encoding --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.KmlLayer --> +  * //​kmlFileType//​ 
-[[#Public Properties|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.KmlFileType|KmlFileType]] 
-==== HasBoundingBox ==== +    * Description:​N/​A
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer(overriden) --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,​IEnumerable<MapShape>) **
-==== IsGrayscale ==== +
-This property gets and sets if the image should be converted to grayscale. +
-=== Return Value === +
-^ Return Type ^ +
-Boolean<!-- System.Boolean --  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +N/A 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IsNegative ==== +N/A
-This property gets and sets whether the image should be converted to negative (inverse colors). +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +== Return Value == 
-[[#Public Properties|Go Back]] +  * Type:Void 
-==== IsOpen ​==== +  * Description:​N/​A
-This property returns true if the Layer is open and false if it is not. +
-=== Remarks === +
-This method is the concrete wrapper for the abstract method IsOpenCore. Various methods on the Layer require that it be in an open state. If one of those methods is called when the state is not open, then the method will throw an exception. To enter the open state, you must call the Layer Open method. The method will raise an exception if the current Layer is already open.+
  
-As this is a concrete public method that wraps a Core methodwe reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the methodIn this waywe leave our framework open on our endbut also allow you the developer to extend our logic to suit your needsIf you have questions about thisplease contact our support team as we would be happy to work with you on extending our framework+== Parameters == 
-=== Return Value === +  * //​pathFilename//​ 
-Return Type ^ +    * Type:​String 
-Boolean<!-- System.Boolean ​--  ​|+    * Description:​N/​A 
 + 
 +  * //​mapShapes//​ 
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.MapShape|MapShape]]>​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,IEnumerable<​MapShape>,​KmlFileType) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​pathFilename//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +  * //​mapShapes//​ 
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.MapShape|MapShape]]>​ 
 +    * Description:​N/​A 
 + 
 +  * //​kmlFileType//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.KmlFileType|KmlFileType]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} CreateKmlFile(String,IEnumerable<​MapShape>​,KmlFileType,​Encoding) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​pathFilename//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +  * //​mapShapes//​ 
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.MapShape|MapShape]]>​ 
 +    * Description:​N/​A 
 + 
 +  * //​kmlFileType//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.KmlFileType|KmlFileType]] 
 +    * Description:​N/​A 
 + 
 +  * //​encoding//​ 
 +    * Type:​Encoding 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} AddLayerToKml(FeatureLayer,String) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​featureLayer//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]] 
 +    * Description:​N/​A 
 + 
 +  * //​pathFilename//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} AddLayerToKml(RasterLayer,​String) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value =
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters ​== 
 +  * //​rasterLayer//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.RasterLayer|RasterLayer]] 
 +    * Description:​N/​A 
 + 
 +  * //​pathFilename//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} AddLayerToKml(AdornmentLayer,​String) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return ​Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​adormentLayer//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.AdornmentLayer|AdornmentLayer]] 
 +    * Description:​N/​A 
 + 
 +  * //​pathFilename//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} AddMapShapesToKml(IEnumerable<​MapShape>,​String) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​MapShapes//​ 
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.MapShape|MapShape]]>​ 
 +    * Description:​N/​A 
 + 
 +  * //​pathFilename//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}}{{wiki:​Static.gif|}} AddLayersToKml(IEnumerable<​Layer>,​String) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​layers//​ 
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Layer|Layer]]>​ 
 +    * Description:​N/​A 
 + 
 +  * //​pathFilename//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} OpenCore() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} CloseCore() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DrawCore(GeoCanvas,​Collection<​SimpleCandidate>​) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A 
 + 
 +  * //​labelsInAllLayers//​ 
 +    * Type:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetBoundingBoxCore() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +  * Description:​N/​A 
 + 
 +== 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>​ 
 +** {{wiki:​ProtectedMethod.gif|}} GetThreadSafetyLevelCore() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.ThreadSafetyLevel|ThreadSafetyLevel]] 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} CloneDeepCore() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.Layer|Layer]] 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DrawException(GeoCanvas,​Exception) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A 
 + 
 +  * //e// 
 +    * Type:​Exception 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DrawExceptionCore(GeoCanvas,​Exception) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A 
 + 
 +  * //e// 
 +    * Type:​Exception 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawingException(DrawingExceptionLayerEventArgs) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawnException(DrawnExceptionLayerEventArgs) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} DrawAttributionCore(GeoCanvas,​String) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​canvas//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    * Description:​N/​A 
 + 
 +  * //​attribution//​ 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawingAttribution(DrawingAttributionLayerEventArgs) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //args// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawnAttribution(DrawnAttributionLayerEventArgs) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //args// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} OnDrawingProgressChanged(DrawingProgressChangedEventArgs) ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //e// 
 +    * Type:​[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} Encoding ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Encoding 
 + 
 +** {{wiki:​PublicProperty.gif|}} KmlPathFilename ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} HasBoundingBox ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} RequestDrawingInterval ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​TimeSpan 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsOpen ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingTime ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​TimeSpan 
 + 
 +** {{wiki:​PublicProperty.gif|}} Name ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} Attribution ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsVisible ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Transparency ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} BlueTranslation ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} RedTranslation ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} GreenTranslation ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} KeyColors ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.GeoColor|GeoColor]]> 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsNegative ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsGrayscale ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} DrawingExceptionMode ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.DrawingExceptionMode|DrawingExceptionMode]] 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} IsOpenCore ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +==== Public Events ==== 
 +** {{wiki:​PublicEvent.gif|}} StreamLoading ** 
 +N/A 
 +== Remarks == 
 +N/A
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.Layer --> +Event Arguments:​[[ThinkGeo.MapSuite.Core.StreamLoadingEventArgs|StreamLoadingEventArgs]]
-[[#Public Properties|Go Back]] +
-==== IsVisible ==== +
-This property gets and set the visible state of the layer. +
-=== Remarks === +
-If this property is set to false, the layer will not draw. We ensure this in the Draw method. This is useful for legends and other controls that control the visibility of layers. +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicEvent.gif|}} RequestedDrawing ** 
-[[#Public Properties|Go Back]] +N/A 
-==== KmlPathFilename ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.KmlLayer --> +Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]
-[[#Public Properties|Go Back]] +
-==== Name ==== +
-This property gets and sets the name for the layer. +
-=== Remarks === +
-The name is user defined. It is useful to set, as it may be used for higher level components such as legends, etc. +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicEvent.gif|}} RequestingDrawing ** 
-[[#Public Properties|Go Back]] +N/A 
-==== RequestDrawingInterval ==== +== Remarks ​== 
-=== Return Value === +N/A
-^ Return Type ^ +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.Layer --> +Event Arguments:​[[ThinkGeo.MapSuite.Core.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]
-[[#Public Properties|Go Back]] +
-==== Transparency ==== +
-This property gets and sets the amount of transparency to apply to the image. +
-=== Return Value === +
-^ Return Type ^ +
-| Single<​!-- System.Single --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicEvent.gif|}} DrawingProgressChanged ** 
-[[#Public Properties|Go Back]] +N/A 
-===== Protected Properties ===== +== Remarks == 
-==== IsOpenCore ==== +N/A
-This property returns true if the Layer is open and false if it is not. +
-=== Remarks ​=== +
-Various methods on the Layer require that it be in an open state. If one of those methods is called when the state is not open, then the method will throw an exception. To enter the open state, you must call the Layer Open method. The method will raise an exception if the current Layer is already open. +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]
-[[#​Protected Properties|Go Back]] +
-===== Public Events ===== +
-==== DrawingAttribution ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.PortableCore.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]<!-- ThinkGeo.MapSuite.PortableCore.DrawingAttributionLayerEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicEvent.gif|}} DrawingException ​** 
-[[#Public Events|Go Back]] +N/A 
-==== DrawingException ​==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.PortableCore.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.DrawingExceptionLayerEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingExceptionLayerEventArgs|DrawingExceptionLayerEventArgs]]
-[[#Public Events|Go Back]] +
-==== DrawingProgressChanged ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.PortableCore.DrawingProgressChangedEventArgs|DrawingProgressChangedEventArgs]]<!-- ThinkGeo.MapSuite.PortableCore.DrawingProgressChangedEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicEvent.gif|}} DrawnException ** 
-[[#Public Events|Go Back]] +N/A 
-==== DrawnAttribution ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.PortableCore.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.DrawnAttributionLayerEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +Event Arguments:[[ThinkGeo.MapSuite.Core.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]
-[[#Public Events|Go Back]] +
-==== DrawnException ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.PortableCore.DrawnExceptionLayerEventArgs|DrawnExceptionLayerEventArgs]]<!-- ThinkGeo.MapSuite.PortableCore.DrawnExceptionLayerEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicEvent.gif|}} DrawingAttribution ** 
-[[#Public Events|Go Back]] +N/A 
-==== RequestedDrawing ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.PortableCore.RequestedDrawingLayerEventArgs|RequestedDrawingLayerEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.RequestedDrawingLayerEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +Event Arguments:[[ThinkGeo.MapSuite.Core.DrawingAttributionLayerEventArgs|DrawingAttributionLayerEventArgs]]
-[[#Public Events|Go Back]] +
-==== RequestingDrawing ==== +
-=== Event Arguments ​=== +
-^ Event Arguments ^ +
-[[ThinkGeo.MapSuite.PortableCore.RequestingDrawingLayerEventArgs|RequestingDrawingLayerEventArgs]]<!-- ThinkGeo.MapSuite.PortableCore.RequestingDrawingLayerEventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Layer --> +** {{wiki:​PublicEvent.gif|}} DrawnAttribution ** 
-[[#Public Events|Go Back]] +N/A 
-==== StreamLoading ==== +== Remarks ​== 
-=== Event Arguments === +N/A
-^ Event Arguments ^ +
-| [[ThinkGeo.MapSuite.PortableCore.StreamLoadingEventArgs|StreamLoadingEventArgs]]<​!-- ThinkGeo.MapSuite.PortableCore.StreamLoadingEventArgs --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.KmlLayer --> +Event Arguments:​[[ThinkGeo.MapSuite.Core.DrawnAttributionLayerEventArgs|DrawnAttributionLayerEventArgs]]
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​MapSuitePortableCore]] 
-[[Category:​ThinkGeo.MapSuite.PortableCore]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.portablecore.kmllayer.1440040132.txt.gz · Last modified: 2015/09/21 08:11 (external edit)