User Tools

Site Tools


thinkgeo.mapsuite.webedition.featureoverlay

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.webedition.featureoverlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.webedition.featureoverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WebEdition.FeatureOverlay ====== ====== ThinkGeo.MapSuite.WebEdition.FeatureOverlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Serves as the base class for the overlays that contain features and paint the features at client side. Serves as the base class for the overlays that contain features and paint the features at client side.
-=== Remarks === 
-The &​lt;​strong&​gt;​FeatureOverlay&​lt;/​strong&​gt;​ class is the base class for the overlays that need to draw features at client side. An instance of &​lt;​strong&​gt;​FeatureOverlay&​lt;/​strong&​gt;​ corresponds to an OpenLayer'​s vector layer at the client side.All features in the &​lt;​strong&​gt;​Features&​lt;/​strong&​gt;​ collection will be serialized to the client and drawn as the &​lt;​strong&​gt;​Style&​lt;/​strong&​gt;​ property specifies.&​lt;​strong&​gt;​Note:&​lt;/​strong&​gt;​ The &​lt;​strong&​gt;​Features&​lt;/​strong&​gt;​ property exposes the internal features of the &​lt;​strong&​gt;​FeatureSource&​lt;/​strong&​gt;​ property.The &​lt;​strong&​gt;​FeatureSource&​lt;/​strong&​gt;​ property provides you with a batch of properties and functions that affect its internal features.The &​lt;​strong&​gt;​Columns&​lt;/​strong&​gt;​ collection defines the column names for the feature data. It will be used to fetch a certain column from the data.The &​lt;​strong&​gt;​QueryTools&​lt;/​strong&​gt;​ and &​lt;​strong&​gt;​EditTools&​lt;/​strong&​gt;​ provide you an easy way to query or edit features. 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.WebEdition.Overlay]] +    *ThinkGeo.MapSuite.WebEdition.Overlay 
-***[[ThinkGeo.MapSuite.WebEdition.FeatureOverlay]] +      ***ThinkGeo.MapSuite.WebEdition.FeatureOverlay** 
-****[[ThinkGeo.MapSuite.WebEdition.EditFeatureOverlay]] +        ​*[[ThinkGeo.MapSuite.WebEdition.EditFeatureOverlay]] 
-****[[ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay]]+        *[[ThinkGeo.MapSuite.WebEdition.HighlightFeatureOverlay]]
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} FeatureOverlay() ​** 
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#FeatureOverlay()|FeatureOverlay]] ​  ​| ​   |    | This is constructor of FeatureOverlay class. ​  | + 
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#FeatureOverlay(String)|FeatureOverlay]] ​  | String ​  ​| ​   | This is constructor of FeatureOverlay class. ​  | +  * //This is constructor of FeatureOverlay class.// 
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#FeatureOverlay(String,​ Boolean)|FeatureOverlay]] ​  | String, Boolean ​  ​| ​   | This is constructor of FeatureOverlay class. ​  |+== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​FeatureOverlay.28.29//​ 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} FeatureOverlay(String) ​** 
 + 
 +  * //This is constructor of FeatureOverlay class.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​FeatureOverlay.28String.29//​ 
 +== Parameters == 
 +  * //id// 
 +    * Type:​String 
 +    * Description:​A string value indicates the Id property of this object. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} FeatureOverlay(String,​Boolean) ​** 
 + 
 +  * //This is constructor of FeatureOverlay class.// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​FeatureOverlay.28String.2C_Boolean.29//​ 
 +== Parameters == 
 +  * //id// 
 +    * Type:​String 
 +    * Description:​A string value indicates the Id property of this object. 
 + 
 +  * //​isBaseOverlay//​ 
 +    * Type:​Boolean 
 +    * Description:​A boolean value indicates whether this overlay is base overlay or not.
  
 +<div newline></​div>​
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ToJson() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#ToJson()|ToJson]] ​  ​| ​   | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Returns a JSON string which contains the information for creating an overlay at the client side.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
 +  * //Returns a JSON string which contains the information for creating an overlay at the client side.//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​ToJson.28.29//​
 +
 +== Return Value ==
 +  * Type:String
 +  * Description:​A JSON string which is used to create an overlay at the client side.
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} ToString() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​ToString.28.29//​
 +
 +== Return Value ==
 +  * Type:String
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Equals.28Object.29//​
 +
 +== Return Value ==
 +  * Type:​Boolean
 +  * Description:​N/​A
 +
 +== Parameters ==
 +  * //obj//
 +    * Type:Object
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​GetHashCode.28.29//​
 +
 +== Return Value ==
 +  * Type:Int32
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} GetType() **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​GetType.28.29//​
 +
 +== Return Value ==
 +  * Type:Type
 +  * Description:​N/​A
 +
 +== Parameters ==
 +<div newline></​div>​
 ==== Protected Methods ==== ==== Protected Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} ​3xM=(Page) ​**
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​OnTick(EventArgs)|OnTick]] ​  | EventArgs ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Raises the Tick event of the MarkerOverlay. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RegisterJavaScriptLibraryCore(Page)|RegisterJavaScriptLibraryCore]] ​  | Page   | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Registers a Javascript library URL string to the client HTML page.   |+
  
-==== Public Properties ==== +  * //N/A// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  | String ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  ​| ​   | +  * //N/A//
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AutoRefreshInterval|AutoRefreshInterval]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Gets or sets the time interval in which the MarkerOverlay refreshes itself. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Columns|Columns]] ​  | Collection<​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]> ​  ​| ​   | Gets a collection of FeatureSourceColumns,​ which specifies the column names of the feature data.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​EditTools|EditTools]] ​  | [[ThinkGeo.MapSuite.Core.EditTools|EditTools]] ​  ​| ​   | Gets the EditTools that allow you to easily edit features in the FeatureOverlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​FeatureSource|FeatureSource]] ​  | [[ThinkGeo.MapSuite.Core.InMemoryFeatureSource|InMemoryFeatureSource]] ​  ​| ​   | Gets the FeatureSource of the FeatureOverlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Features|Features]] ​  | [[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> ​  ​| ​   | Gets a collection of features that will be serialized to the client for drawing and editing. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Id|Id]] ​  | String ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Gets the identifier for the overlay to be found. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsBaseOverlay|IsBaseOverlay]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Gets or sets a value that indicates whether the overlay is a base overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisible|IsVisible]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Gets or sets a value that indicates whether the overlay is visible on the map.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisibleInOverlaySwitcher|IsVisibleInOverlaySwitcher]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Name|Name]] ​  | String ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Gets or sets the name of the overlay, which will display in the OverlaySwitcher. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Opacity|Opacity]] ​  | Single ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Gets or sets the opacity level of the overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​QueryTools|QueryTools]] ​  | [[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]] ​  ​| ​   | Gets the QueryTools that allow you to easily query features from the FeatureOverlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Style|Style]] ​  | [[ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle|FeatureOverlayStyle]] ​  ​| ​   | Gets or sets a FeatureOverlayStyle object, which determines how the features are drawn at the client side.   |+
  
-==== Protected Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​HasTickEvent|HasTickEvent]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Indicates whether the overlay supports tick event. ​  | +  * Description:N/A
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​OverlayType|OverlayType]] ​  | String ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]](overriden) ​  | Gets a string that indicates which type the overlay is.   |+
  
-==== Public Events ==== +== Parameters ​== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ +  * //page// 
-| {{wiki:PublicEvent.gif|Public Event}}[[#​Tick|Tick]] ​  | EventArgs ​  | [[ThinkGeo.MapSuite.WebEdition.Overlay|Overlay]] ​  | Occurs when the number of milliseconds specified in the AutoRefreshInterval property has elapsed and the page is posted to the server. ​  |+    * Type:Page 
 +    * Description:​N/​A
  
-===== Public Constructors ===== +<div newline></div
-===== Protected Constructors ===== +** {{wiki:​ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) **
-==== FeatureOverlay() ==== +
-This is constructor of FeatureOverlay class. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​FeatureOverlay.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​FeatureOverlay.28.29</a+
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#​Protected Constructors|Go Back]] +  * //Registers a Javascript library URL string to the client HTML page.// 
-==== FeatureOverlay(String) ==== +== Remarks == 
-This is constructor of FeatureOverlay class+  ​* ​//The <strong>RegisterJavaScriptLibraryCore</strongmethod allows derived classes to override and register their own Javascript library URL to the HTML page.//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​FeatureOverlay.28String.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​FeatureOverlay.28String.29</a> +
-=== Parameters === +
-^  Name ^  Type ^  Description ^ +
-| id   | String<​!-- System.String --> ​  | A string value indicates ​the Id property of this object  |+
  
-[[#​Protected Constructors|Go Back]] +== Return Value == 
-==== FeatureOverlay(String,​ Boolean) ​==== +  * Type:Void 
-This is constructor of FeatureOverlay class. +  ​Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​FeatureOverlay.28String.2C_Boolean.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​FeatureOverlay.28String.2C_Boolean.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  ​Description ​+
-| id   | String<​!-- System.String --> ​  | A string value indicates the Id property of this object. ​  | +
-| isBaseOverlay ​  | Boolean<​!-- System.Boolean --> ​  ​| ​boolean value indicates whether this overlay is base overlay or not.   |+
  
-[[#​Protected Constructors|Go Back]] +== Parameters ​== 
-===== Public Methods ===== +  ​* ​//page// 
-==== Equals(Object) ==== +    * Type:Page 
-=== Remarks === +    ​* ​Description:The page object that is used for registering the javascript library.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Equals.28Object.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​ProtectedMethod.gif|}} RaiseTickEvent(EventArgs) **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetHashCode() ==== +  ​* ​//N/A//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​GetHashCode.28.29"​ target="​_blank">​http:​//​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​GetHashCode.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== GetType() ​==== +    ​* ​Type:EventArgs 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} OnTick(EventArgs) **
  
-<!-- System.Object --> +  * //​Raises ​the Tick event of the MarkerOverlay.// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== ToJson() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​OnTick.28EventArgs.29//
-Returns a JSON string which contains ​the information for creating an overlay at the client side+
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​ToJson.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​ToJson.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  | A JSON string which is used to create an overlay at the client side.   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//e// 
-==== ToString() ​==== +    * Type:EventArgs 
-=== Remarks === +    ​* ​Description:An System.EventArgs object that contains the event data.
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​ToString.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| String<​!-- ​System.String --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-===== Protected Methods ===== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Finalize.28.29//​
-==== Finalize() ==== +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Finalize.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Finalize.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== MemberwiseClone() ​==== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​MemberwiseClone.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​MemberwiseClone.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​MemberwiseClone.28.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Object 
-==== OnTick(EventArgs) ==== +  * Description:N/A
-Raises the Tick event of the MarkerOverlay. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​OnTick.28EventArgs.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​OnTick.28EventArgs.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  Type ^  Description ^ +<div newline></​div>​ 
-| e   | EventArgs<!-- System.EventArgs --  | An System.EventArgs object that contains the event data  ​|+==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} Features **
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> +Gets collection of features that will be serialized ​to the client ​for drawing and editing
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== RegisterJavaScriptLibraryCore(Page) ==== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Features 
-Registers ​Javascript library URL string ​to the client ​HTML page+== Return Value == 
-=== Remarks ​=== +  ​* ​Type:[[ThinkGeo.MapSuite.Core.GeoCollection<​T>[[ThinkGeo.MapSuite.Core.Feature,​ MapSuiteCore,​ Version=9.0.0.0,​ Culture=neutral,​ PublicKeyToken=null]]|GeoCollection<​T>​]]
-The &​lt;​strong&​gt;​RegisterJavaScriptLibraryCore&​lt;/​strong&​gt;​ method allows derived classes to override and register their own Javascript library URL to the HTML page+
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --  |    ​|+
  
-=== Parameters === +** {{wiki:​PublicProperty.gif|}} FeatureSource **
-^  Name ^  Type ^  Description ^ +
-| page   | Page<!-- System.Web.UI.Page --> ​  | The page object that is used for registering the javascript library  ​|+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> +Gets the FeatureSource of the FeatureOverlay
-[[#​Protected Methods|Go Back]] +== Remarks == 
-===== Public Properties ===== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​FeatureSource 
-==== Attribution ==== +== Return Value == 
-=== Remarks ​=== +  ​* ​Type:[[ThinkGeo.MapSuite.Core.InMemoryFeatureSource|InMemoryFeatureSource]]
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Attribution"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Attribution</​a>​ +
-=== Return Value === +
-^ Return ​Type +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> +** {{wiki:PublicProperty.gif|}} Columns **
-[[#Public Properties|Go Back]] +
-==== AutoRefreshInterval ==== +
-Gets or sets the time interval in which the MarkerOverlay refreshes itself. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​AutoRefreshInterval"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​AutoRefreshInterval</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== Columns ==== 
 Gets a collection of FeatureSourceColumns,​ which specifies the column names of the feature data. Gets a collection of FeatureSourceColumns,​ which specifies the column names of the feature data.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Columns" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Columns</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Columns 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Collection<​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]>​
-Collection<​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]>​<!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.FeatureSourceColumn} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.FeatureOverlay --> +** {{wiki:PublicProperty.gif|}} Style **
-[[#Public Properties|Go Back]] +
-==== EditTools ==== +
-Gets the EditTools that allow you to easily edit features in the FeatureOverlay. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​EditTools"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​EditTools</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.EditTools|EditTools]]<​!-- ThinkGeo.MapSuite.Core.EditTools --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.FeatureOverlay --> +Gets or sets a FeatureOverlayStyle object, which determines how the features are drawn at the client side
-[[#Public Properties|Go Back]] +== Remarks == 
-==== FeatureSource ==== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Style 
-Gets the FeatureSource of the FeatureOverlay+== Return Value == 
-=== Remarks ​=== +  ​* ​Type:[[ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle|FeatureOverlayStyle]]
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​FeatureSource"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​FeatureSource</​a>​ +
-=== Return Value === +
-^ Return ​Type +
-[[ThinkGeo.MapSuite.Core.InMemoryFeatureSource|InMemoryFeatureSource]]<!-- ThinkGeo.MapSuite.Core.InMemoryFeatureSource --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.FeatureOverlay --> +** {{wiki:PublicProperty.gif|}} QueryTools **
-[[#Public Properties|Go Back]] +
-==== Features ==== +
-Gets a collection of features that will be serialized to the client for drawing and editing. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Features"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Features</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-[[ThinkGeo.MapSuite.Core.GeoCollection|GeoCollection]]<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]><​!-- ThinkGeo.MapSuite.Core.GeoCollection{ThinkGeo.MapSuite.Core.Feature--> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.FeatureOverlay --> +Gets the QueryTools that allow you to easily query features from the FeatureOverlay
-[[#Public Properties|Go Back]] +== Remarks == 
-==== Id ==== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​QueryTools 
-Gets the identifier for the overlay to be found+== Return Value == 
-=== Remarks ​=== +  ​* ​Type:[[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]]
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Id" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Id</​a>​ +
-=== Return Value === +
-^ Return ​Type +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> +** {{wiki:​PublicProperty.gif|}} EditTools ** 
-[[#Public Properties|Go Back]] + 
-==== IsBaseOverlay ==== +Gets the EditTools ​that allow you to easily edit features in the FeatureOverlay
-Gets or sets a value that indicates whether ​the overlay is a base overlay+== Remarks == 
-=== Remarks ​=== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​EditTools 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​IsBaseOverlay"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​IsBaseOverlay</​a>​ +== Return Value == 
-=== Return Value === +  ​* ​Type:​[[ThinkGeo.MapSuite.Core.EditTools|EditTools]] 
-^ Return ​Type + 
-Boolean<​!-- System.Boolean --> ​  |+** {{wiki:​PublicProperty.gif|}} IsVisible **
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== IsVisible ==== 
 Gets or sets a value that indicates whether the overlay is visible on the map. Gets or sets a value that indicates whether the overlay is visible on the map.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​IsVisible" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​IsVisible</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​IsVisible 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Boolean
-| Boolean<​!-- System.Boolean ​--> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> +** {{wiki:PublicProperty.gif|}} Name **
-[[#Public Properties|Go Back]] +
-==== IsVisibleInOverlaySwitcher ==== +
-Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​IsVisibleInOverlaySwitcher"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​IsVisibleInOverlaySwitcher</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== Name ==== 
 Gets or sets the name of the overlay, which will display in the OverlaySwitcher. Gets or sets the name of the overlay, which will display in the OverlaySwitcher.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Name" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Name</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Name 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:String 
-String<!-- System.String --> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} Opacity **
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== Opacity ==== 
 Gets or sets the opacity level of the overlay. Gets or sets the opacity level of the overlay.
-=== Remarks ​=== +== Remarks == 
-The &lt;strong&gt;Opacity&lt;/strong&​gt; ​property enables you to specify a level of transparency for the overlay. When this property is set to a value less than 100 percent (1.00), the entire overlay is made more transparent. The lower the value, the more transparent it is. Setting this property to a value of 0 percent (0.00) makes the overlay completely invisible. +The <strong>Opacity</strongproperty enables you to specify a level of transparency for the overlay. When this property is set to a value less than 100 percent (1.00), the entire overlay is made more transparent. The lower the value, the more transparent it is. Setting this property to a value of 0 percent (0.00) makes the overlay completely invisible. 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-Single<!-- System.Single --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> +** {{wiki:PublicProperty.gif|}} IsVisibleInOverlaySwitcher **
-[[#Public Properties|Go Back]] +
-==== QueryTools ==== +
-Gets the QueryTools that allow you to easily query features from the FeatureOverlay. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​QueryTools"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​QueryTools</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.Core.QueryTools|QueryTools]]<​!-- ThinkGeo.MapSuite.Core.QueryTools --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.FeatureOverlay --> +Gets or sets a value that indicates whether ​the overlay name is displayed in the OverlaySwitcher
-[[#Public Properties|Go Back]] +== Remarks == 
-==== Style ==== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​IsVisibleInOverlaySwitcher 
-Gets or sets a FeatureOverlayStyle object, which determines how the features are drawn at the client side+== Return Value == 
-=== Remarks ​=== +  ​* ​Type:Boolean
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Style" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Style</​a>​ +
-=== Return Value === +
-^ Return ​Type +
-| [[ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle|FeatureOverlayStyle]]<​!-- ThinkGeo.MapSuite.WebEdition.FeatureOverlayStyle --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WebEdition.FeatureOverlay ​--> +** {{wiki:​PublicProperty.gif|}} IsBaseOverlay ** 
-[[#Public Properties|Go Back]] + 
-===== Protected Properties ===== +Gets or sets a value that indicates whether the overlay is a base overlay. 
-==== HasTickEvent ==== +== Remarks == 
-Indicates whether ​the overlay supports tick event+For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​IsBaseOverlay 
-=== Remarks ​=== +== Return Value == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​HasTickEvent"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​HasTickEvent</​a>​ +  * Type:​Boolean 
-=== Return Value === + 
-^ Return ​Type ^ +** {{wiki:​PublicProperty.gif|}} Id ** 
-Boolean<!-- System.Boolean --  ​|+ 
 +Gets the identifier for the overlay to be found. 
 +== Remarks ​== 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Id 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} AutoRefreshInterval ** 
 + 
 +Gets or sets the time interval in which the MarkerOverlay refreshes itself
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​AutoRefreshInterval 
 +== Return Value == 
 +  * Type:​TimeSpan 
 + 
 +** {{wiki:​PublicProperty.gif|}} Attribution ** 
 + 
 +N/A 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​Attribution 
 +== Return Value == 
 +  ​* ​Type:String 
 + 
 +==== Protected Properties ==== 
 +** {{wiki:​ProtectedProperty.gif|}} JsonFeatures ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} OverlayType **
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> 
-[[#​Protected Properties|Go Back]] 
-==== OverlayType ==== 
 Gets a string that indicates which type the overlay is. Gets a string that indicates which type the overlay is.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​OverlayType" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​OverlayType</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​OverlayType 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:String
-| String<​!-- System.String ​--> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WebEdition.Overlay(overriden) --> +** {{wiki:​ProtectedProperty.gif|}} HasTickEvent ** 
-[[#Protected Properties|Go Back]] + 
-===== Public Events ​===== +Indicates whether the overlay supports tick event. 
-==== Tick ====+== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#HasTickEvent 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} 3hM** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +==== Public Events ​==== 
 +** {{wiki:​PublicEvent.gif|}} Tick **
 Occurs when the number of milliseconds specified in the AutoRefreshInterval property has elapsed and the page is posted to the server. Occurs when the number of milliseconds specified in the AutoRefreshInterval property has elapsed and the page is posted to the server.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​OnTick.28EventArgs.29" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​OnTick.28EventArgs.29</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WebEdition.FeatureOverlay#​OnTick.28EventArgs.29
-=== Event Arguments === +
-^ Event Arguments ^ +
-| EventArgs<​!-- System.EventArgs --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WebEdition.Overlay --> +Event Arguments:​EventArgs
-[[#Public Events|Go Back]]+
  
-__NOTOC__ 
-[[Category:​WebEdition]] 
-[[Category:​ThinkGeo.MapSuite.WebEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.webedition.featureoverlay.1440040135.txt.gz · Last modified: 2015/09/22 08:48 (external edit)