User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.inmemorymarkeroverlay

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.inmemorymarkeroverlay [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.mvcedition.inmemorymarkeroverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MvcEdition.InMemoryMarkerOverlay ====== ====== ThinkGeo.MapSuite.MvcEdition.InMemoryMarkerOverlay ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Represents a MarkerOverlay object that dynamically creates markers from the InMemory features. Represents a MarkerOverlay object that dynamically creates markers from the InMemory features.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.MvcEdition.Overlay]] +    *ThinkGeo.MapSuite.MvcEdition.Overlay 
-***[[ThinkGeo.MapSuite.MvcEdition.MarkerOverlay]] +      *ThinkGeo.MapSuite.MvcEdition.MarkerOverlay 
-****[[ThinkGeo.MapSuite.MvcEdition.InMemoryMarkerOverlay]]+        ***ThinkGeo.MapSuite.MvcEdition.InMemoryMarkerOverlay**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} InMemoryMarkerOverlay() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#InMemoryMarkerOverlay()|InMemoryMarkerOverlay]] ​  ​| ​   |    | Initialize an instance of the InMemoryMarkerOverlay class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InMemoryMarkerOverlay(String)|InMemoryMarkerOverlay]] ​  | String ​  ​| ​   | Initialize an instance of the InMemoryMarkerOverlay class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InMemoryMarkerOverlay(String,​ IEnumerable<​String>​)|InMemoryMarkerOverlay]] ​  | String, IEnumerable<​String> ​  ​| ​   | Initialize an instance of the InMemoryMarkerOverlay class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​InMemoryMarkerOverlay(String,​ IEnumerable<​FeatureSourceColumn>​)|InMemoryMarkerOverlay]] ​  | String, IEnumerable<​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]> ​  ​| ​   | Initialize an instance of the InMemoryMarkerOverlay class. ​  |+
  
-==== Protected Constructors ​==== +  * //​Initialize an instance of the InMemoryMarkerOverlay class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} InMemoryMarkerOverlay(String) **
  
 +  * //​Initialize an instance of the InMemoryMarkerOverlay class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //id//
 +    * Type:String
 +    * Description:​The identifier of the overlay, which is used for retrieving the overlay.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} InMemoryMarkerOverlay(String,​IEnumerable<​String>​) **
 +
 +  * //​Initialize an instance of the InMemoryMarkerOverlay class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //id//
 +    * Type:String
 +    * Description:​The identifier of the overlay, which is used for retrieving the overlay.
 +
 +  * //​featureColumnNames//​
 +    * Type:​IEnumerable<​String>​
 +    * Description:​The column names that are associated with the features in the overlay.
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} InMemoryMarkerOverlay(String,​IEnumerable<​FeatureSourceColumn>​) **
 +
 +  * //​Initialize an instance of the InMemoryMarkerOverlay class.//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //id//
 +    * Type:String
 +    * Description:​The identifier of the overlay, which is used for retrieving the overlay.
 +
 +  * //​featureColumns//​
 +    * Type:​IEnumerable<​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]>​
 +    * Description:​The column names that are associated with the features in the overlay.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} DataBindTo(String,​String) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#DataBindTo(String,​ String)|DataBindTo]] ​  | String, String ​  | [[ThinkGeo.MapSuite.MvcEdition.MarkerOverlay|MarkerOverlay]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​FromJson(String)|FromJson]] ​  | String ​  | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] ​  | Load this object from a json string. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetMarkers(RectangleShape,​ Int32)|GetMarkers]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ Int32   | [[ThinkGeo.MapSuite.MvcEdition.MarkerOverlay|MarkerOverlay]] ​  | Returns a collection of markers based on the extent and zoomlevel that you passed in.   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToJson()|ToJson]] ​  ​| ​   | [[ThinkGeo.MapSuite.MvcEdition.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 ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetMarkersCore(RectangleShape,​ Int32)|GetMarkersCore]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ Int32   | [[ThinkGeo.MapSuite.MvcEdition.MarkerOverlay|MarkerOverlay]](overriden) ​  | Returns a collection of markers based on the extent and zoomlevel that you passed in.   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​RegisterJavaScriptLibraryCore(Page)|RegisterJavaScriptLibraryCore]] ​  | Page   | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] ​  | Registers a Javascript library URL string to the client HTML page.   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Void 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ActionTriggers|ActionTriggers]] ​  | Collection<​[[ThinkGeo.MapSuite.MvcEdition.ActionTrigger|ActionTrigger]]> ​  | [[ThinkGeo.MapSuite.MvcEdition.MarkerOverlay|MarkerOverlay]] ​  ​| ​   | +  * Description:N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Attribution|Attribution]] ​  | String ​  | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​AutoRefreshInterval|AutoRefreshInterval]] ​  | TimeSpan ​  | [[ThinkGeo.MapSuite.MvcEdition.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 the collection of FeatureSourceColumns that is the column definition of the feature data.   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​FeatureSource|FeatureSource]] ​  | [[ThinkGeo.MapSuite.Core.InMemoryFeatureSource|InMemoryFeatureSource]] ​  ​| ​   | Gets a FeatureSource object by which you can perform queries on the features in the overlay. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Id|Id]] ​  | String ​  | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] ​  | Gets the identifier for the overlay to be found. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsBaseOverlay|IsBaseOverlay]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]](overriden) ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsVisible|IsVisible]] ​  | Boolean ​  | [[ThinkGeo.MapSuite.MvcEdition.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.MvcEdition.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.MvcEdition.Overlay|Overlay]] ​  | Gets or sets the name of the overlay, which will display in the OverlaySwitcher. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OnClientAutoRefreshTick|OnClientAutoRefreshTick]] ​  | String ​  | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] ​  | Gets or sets a JavaScript function name which will be executed when the number of milliseconds specified in the AutoRefreshInterval property has elapsed. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OnClientClick|OnClientClick]] ​  | String ​  | [[ThinkGeo.MapSuite.MvcEdition.MarkerOverlay|MarkerOverlay]] ​  | Gets or sets a client function name which will be executed after clicking on the MarkerOverlay ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OnClientMarkersRequested|OnClientMarkersRequested]] ​  | String ​  | [[ThinkGeo.MapSuite.MvcEdition.MarkerOverlay|MarkerOverlay]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OnClientMarkersRequesting|OnClientMarkersRequesting]] ​  | String ​  | [[ThinkGeo.MapSuite.MvcEdition.MarkerOverlay|MarkerOverlay]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Opacity|Opacity]] ​  | Single ​  | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]] ​  | Gets or sets the opacity level of the overlay. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​SuppressingGridSize|SuppressingGridSize]] ​  | Int32   ​| ​   | Gets or sets the grid size in screen coordinate to suppress markers in current Viewport. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​ZoomLevelSet|ZoomLevelSet]] ​  | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet|MarkerZoomLevelSet]] ​  ​| ​   | Gets the ZoomLevelSet object that controls the markers'​ generation. ​  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * //​controllerName//​ 
-| {{wiki:ProtectedProperty.gif|Protected Property}}[[#​OverlayType|OverlayType]] ​  ​| ​String ​  | [[ThinkGeo.MapSuite.MvcEdition.Overlay|Overlay]](overriden) ​  ​| ​   |+    * Type:String 
 +    * Description:​N/​A
  
-==== Public Events ==== +  * //​actionName//​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+    * Type:​String 
 +    * Description:​N/​A
  
-===== Public Constructors ===== +<div newline></​div>​ 
-==== InMemoryMarkerOverlay() ==== +** {{wiki:​PublicMethod.gif|}} GetMarkers(RectangleShape,​Int32**
-Initialize an instance of the InMemoryMarkerOverlay class. +
-=== Overloads === +
-Initialize an instance of the InMemoryMarkerOverlay class. +
-=== Parameters === +
-^  Name ^  Type ^  Description ^+
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-==== InMemoryMarkerOverlay(String) ==== +== Remarks ​== 
-Initialize an instance of the InMemoryMarkerOverlay class. +  ​* //N/A//
-=== Overloads === +
-Initialize an instance of the InMemoryMarkerOverlay class. +
-=== Parameters === +
- Name ^  Type ^  Description ^ +
-| id   | String<​!-- System.String --> ​  | The identifier of the overlay, which is used for retrieving the overlay. ​  |+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-==== InMemoryMarkerOverlay(String,​ IEnumerable<​String>​) ​==== +  ​Type:Collection<[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]]>​ 
-Initialize an instance of the InMemoryMarkerOverlay class. +  * Description:​N/​A
-=== Overloads === +
-Initialize an instance of the InMemoryMarkerOverlay class. +
-=== Parameters === +
-^  Name ^  ​Type ​^  Description ^ +
-| id   | String<!-- System.String --> ​  | The identifier of the overlay, which is used for retrieving the overlay  ​+
-| featureColumnNames ​  | IEnumerable<​String><​!-- System.Collections.Generic.IEnumerable{System.String} --> ​  | The column names that are associated with the features in the overlay. ​  |+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== InMemoryMarkerOverlay(String,​ IEnumerable<​FeatureSourceColumn>​) ==== +  ​* //​worldExtent//​ 
-Initialize an instance of the InMemoryMarkerOverlay class. +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-=== Overloads === +    * Description:​N/​A
-Initialize an instance of the InMemoryMarkerOverlay class. +
-=== Parameters ​=== +
-^  Name ^  ​Type ​^  Description ^ +
-| id   | String<​!-- System.String --> ​  | The identifier of the overlay, which is used for retrieving the overlay. ​  | +
-| featureColumns ​  | IEnumerable<​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]><!-- System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.Core.FeatureSourceColumn} --> ​  | The column names that are associated with the features in the overlay. ​  |+
  
-[[#Public Constructors|Go Back]] +  * //​currentZoomLevelId//​ 
-===== Protected Constructors ===== +    ​* ​Type:Int32 
-===== Public Methods ===== +    ​* Description:​N/​A
-==== DataBindTo(String,​ String) ==== +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ToJson() **
-| controllerName ​  | String<!-- System.String --  |    | +
-| actionName ​  | String<​!-- System.String --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== Equals(Object) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:String 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  Description:N/A
  
-<!-- System.Object --+== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div
-==== FromJson(String) ​==== +** {{wiki:​PublicMethod.gif|}} FromJson(String) ​**
-Load this object from a json string. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| jsonString ​  | String<​!-- System.String --> ​  | a json string ​  |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Void 
-==== GetHashCode() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​jsonString//​ 
 +    * Type:String 
 +    * Description:N/A
  
-<!-- System.Object --> +<div newline></div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToString() **
-==== GetMarkers(RectangleShape,​ Int32) ==== +
-Returns a collection of markers based on the extent and zoomlevel that you passed in. +
-=== Remarks === +
-The <​strong>​GetMarkers</strongmethod creates the makrers based on the current zoomlevel, the specified extent and the special logic of the MarkerOverlay. The returned markers object will be serialized and sent to the client to create client markers. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MvcEdition.Marker--> ​  | A collection of marker objects that will be serialized to the client. ​  |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| worldExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | The extent that includes all of the markers you want to serialize. ​  | +  ​* //N/A//
-| currentZoomLevelId ​  | Int32<​!-- System.Int32 --> ​  | An int value that indicates which zoomlevel the map is currently at.   |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:String 
-==== GetType() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== ToJson() ==== +  * //N/A//
-Returns a JSON string which contains the information for creating an overlay at the client side. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​JSON string which is used to create an overlay at the client side.   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //obj// 
-==== ToString() ​==== +    ​* ​Type:Object 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-===== Protected Methods ===== +  * //N/A//
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div> 
-==== GetMarkersCore(RectangleShape,​ Int32) ​==== +** {{wiki:​PublicMethod.gif|}GetType() **
-Returns a collection of markers based on the extent and zoomlevel that you passed in. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MvcEdition.Marker--> ​  | A collection of marker objects that will be serialized to the client. ​  |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| worldExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | The extent that includes all of the markers that you want to serialize. ​  | +  ​* //N/A//
-| currentZoomLevelId ​  | Int32<​!-- System.Int32 --> ​  | An int value that indicates which zoomlevel the map is currently at.   |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay(overriden) --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:Type 
-==== MemberwiseClone() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} GetMarkersCore(RectangleShape,​Int32) **
  
-<!-- System.Object --> +  * //​Returns ​collection of markers based on the extent and zoomlevel that you passed in.// 
-[[#​Protected Methods|Go Back]] +== Remarks == 
-==== RegisterJavaScriptLibraryCore(Page) ==== +  * //N/A//
-Registers ​Javascript library URL string to the client HTML page+
-=== Remarks ​=== +
-The <​strong>​RegisterJavaScriptLibraryCore<​/strong> 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 === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:Collection<[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]]> 
-| page   | Page<!-- System.Web.UI.Page --  | The page object ​that is used for registering ​the javascript library  |+  * Description:​A collection of marker objects ​that will be serialized to the client.
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​worldExtent//​ 
-===== Public Properties ===== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-==== ActionTriggers ==== +    * Description:​The extent that includes all of the markers that you want to serialize.
-=== Return Value === +
-^ Return ​Type +
-| Collection<​[[ThinkGeo.MapSuite.MvcEdition.ActionTrigger|ActionTrigger]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MvcEdition.ActionTrigger} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay --> +  * //​currentZoomLevelId//​ 
-[[#Public Properties|Go Back]] +    ​* ​Type:Int32 
-==== Attribution ==== +    * Description:​An int value that indicates which zoomlevel the map is currently at.
-=== Return Value === +
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} EhQ=(Page) **
-==== AutoRefreshInterval ==== +
-Gets or sets the time interval in which the MarkerOverlay refreshes itself. +
-=== Return Value === +
-^ Return Type ^ +
-| TimeSpan<​!-- System.TimeSpan --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Columns ==== +  * //N/A//
-Gets the collection of FeatureSourceColumns that is the column definition of the feature data. +
-=== Return Value === +
-^ Return Type ^ +
-| Collection<​[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.FeatureSourceColumn} --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.InMemoryMarkerOverlay --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== FeatureSource ==== +  * Description:​N/​A
-Gets a FeatureSource object by which you can perform queries on the features in the overlay. +
-=== Return Value === +
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.Core.InMemoryFeatureSource|InMemoryFeatureSource]]<​!-- ThinkGeo.MapSuite.Core.InMemoryFeatureSource --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.InMemoryMarkerOverlay --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //page// 
-==== Id ==== +    ​* ​Type:Page 
-Gets the identifier for the overlay to be found. +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) **
-==== IsBaseOverlay ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay(overriden) --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== IsVisible ==== +  * //N/A//
-Gets or sets a value that indicates whether the overlay is visible on the map. +
-=== Return Value === +
-^ Return Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== IsVisibleInOverlaySwitcher ==== +  * Description:​N/​A
-Gets or sets a value that indicates whether the overlay name is displayed in the OverlaySwitcher. +
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //page// 
-==== Name ==== +    ​* ​Type:Page 
-Gets or sets the name of the overlay, which will display in the OverlaySwitcher. +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-==== OnClientAutoRefreshTick ==== +
-Gets or sets a JavaScript function name which will be executed when the number of milliseconds specified in the AutoRefreshInterval property has elapsed. +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== OnClientClick ==== +  * //N/A//
-Gets or sets a client function name which will be executed after clicking on the MarkerOverlay +
-=== Remarks ​=== +
-There is a default parameter:​e,​ which includes two parameters: "​worldXY",​ "​overlayId"​ +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== OnClientMarkersRequested ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== OnClientMarkersRequesting ​==== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Opacity ​==== +  * //N/A// 
-Gets or sets the opacity level of the overlay. + 
-=== Remarks === +== Return Value == 
-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+  * Type:​Object 
-=== Return Value === +  * Description:​N/​A 
-^ Return ​Type + 
-| Single<!-- System.Single --  ​|+== Parameters ​== 
 +<div newline></div> 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} Columns ** 
 + 
 +Gets the collection of FeatureSourceColumns that is the column definition ​of the feature data
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  ​* ​Type:Collection<[[ThinkGeo.MapSuite.Core.FeatureSourceColumn|FeatureSourceColumn]]> 
 + 
 +** {{wiki:​PublicProperty.gif|}} SuppressingGridSize **
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> 
-[[#Public Properties|Go Back]] 
-==== SuppressingGridSize ==== 
 Gets or sets the grid size in screen coordinate to suppress markers in current Viewport. Gets or sets the grid size in screen coordinate to suppress markers in current Viewport.
-=== Remarks ​===+== Remarks ==
 Current ViewPort will be split into several cells by FilterGridSize,​ one cell will contains only one marker in it, in another word, markers which are near too close will be removed. if the value is greater than 0, this function will be enabled. Current ViewPort will be split into several cells by FilterGridSize,​ one cell will contains only one marker in it, in another word, markers which are near too close will be removed. if the value is greater than 0, this function will be enabled.
-=== Return Value === +== Return Value =
-Return ​Type ^ +  * Type:​Int32 
-Int32<​!-- System.Int32 --> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} FeatureSource ** 
 + 
 +Gets a FeatureSource object by which you can perform queries on the features in the overlay. 
 +== Remarks ​== 
 +N/A 
 +== Return ​Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.InMemoryFeatureSource|InMemoryFeatureSource]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} ZoomLevelSet **
  
-<!-- ThinkGeo.MapSuite.MvcEdition.InMemoryMarkerOverlay --> 
-[[#Public Properties|Go Back]] 
-==== ZoomLevelSet ==== 
 Gets the ZoomLevelSet object that controls the markers'​ generation. Gets the ZoomLevelSet object that controls the markers'​ generation.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet|MarkerZoomLevelSet]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> ​  |+== Return Value == 
 +  ​* ​Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet|MarkerZoomLevelSet]]
  
-<!-- ThinkGeo.MapSuite.MvcEdition.InMemoryMarkerOverlay --> +** {{wiki:​PublicProperty.gif|}} IsBaseOverlay **
-[[#Public Properties|Go Back]] +
-===== Protected Properties ===== +
-==== OverlayType ==== +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.MvcEdition.Overlay(overriden) --+N/A 
-[[#Protected Properties|Go Back]] +== Remarks == 
-===== Public Events ​===== +N/A 
-__NOTOC__ +== Return Value == 
-[[Category:MvcEdition]] +  * Type:​Boolean 
-[[Category:ThinkGeo.MapSuite.MvcEdition]] + 
-[[Category:UpdateDocumentation]]+** {{wiki:​PublicProperty.gif|}} OnClientClick ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} OnClientMarkersRequesting ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} OnClientMarkersRequested ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} ActionTriggers ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Collection<[[ThinkGeo.MapSuite.MvcEdition.ActionTrigger|ActionTrigger]]
 + 
 +** {{wiki:​PublicProperty.gif|}} IsVisible ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Name ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} Opacity ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} IsVisibleInOverlaySwitcher ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Boolean 
 + 
 +** {{wiki:​PublicProperty.gif|}} Id ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} OnClientAutoRefreshTick ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​PublicProperty.gif|}} AutoRefreshInterval ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​TimeSpan 
 + 
 +** {{wiki:​PublicProperty.gif|}} Attribution ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +==== Protected Properties ​==== 
 +** {{wiki:​ProtectedProperty.gif|}} OverlayType ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:​String 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} IsDefault ** 
 + 
 +N/A 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:Boolean 
 + 
 +** {{wiki:​ProtectedProperty.gif|}} TRU= ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.MvcEdition.ActionBinding|ActionBinding]] 
 + 
 +** {{wiki:ProtectedProperty.gif|}} ERQ= ** 
 + 
 +N/A 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +==== Public Events ====
  
thinkgeo.mapsuite.mvcedition.inmemorymarkeroverlay.1440040131.txt.gz · Last modified: 2015/09/21 03:33 (external edit)