This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.mvcedition.featuresourcemarkeroverlay [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.mvcedition.featuresourcemarkeroverlay [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.MvcEdition.FeatureSourceMarkerOverlay ====== | ====== ThinkGeo.MapSuite.MvcEdition.FeatureSourceMarkerOverlay ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
Represents a MarkerOverlay that dynamically creates markers from the feature source specified. | Represents a MarkerOverlay that dynamically creates markers from the feature source specified. | ||
- | === Remarks === | ||
- | The <strong>FeatureSourceMarkerOverlay</strong> generates markers from the features retrieved from its <strong>FeatureSource</strong>. Thus, you need to set the <strong>FeatureSource</strong> property before the marker overlay can create the markers. The <strong>ZoomLevelSet</strong> property is an entrance for you to define the marker styles on zoomlevels. | ||
===== 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.FeatureSourceMarkerOverlay]] | + | ***ThinkGeo.MapSuite.MvcEdition.FeatureSourceMarkerOverlay** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} FeatureSourceMarkerOverlay() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#FeatureSourceMarkerOverlay()|FeatureSourceMarkerOverlay]] | | | Initialize an instance of the FeatureMarkerOverlay class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#FeatureSourceMarkerOverlay(String)|FeatureSourceMarkerOverlay]] | String | | Initialize an instance of the FeatureMarkerOverlay class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#FeatureSourceMarkerOverlay(String, FeatureSource)|FeatureSourceMarkerOverlay]] | String, [[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | | Initialize an instance of the FeatureMarkerOverlay class. | | + | |
- | ==== Protected Constructors ==== | + | * //Initialize an instance of the FeatureMarkerOverlay class.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} FeatureSourceMarkerOverlay(String) ** | ||
+ | * //Initialize an instance of the FeatureMarkerOverlay class.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | * //id// | ||
+ | * Type:String | ||
+ | * Description:The identifier string used for retrieving the overlay. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} FeatureSourceMarkerOverlay(String,FeatureSource) ** | ||
+ | |||
+ | * //Initialize an instance of the FeatureMarkerOverlay class.// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | * //id// | ||
+ | * Type:String | ||
+ | * Description:The identifier string used for retrieving the overlay. | ||
+ | |||
+ | * //featureSource// | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | ||
+ | * Description:The feature source object that provides the features from which the markers are created. | ||
+ | |||
+ | <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}}[[#FeatureSource|FeatureSource]] | [[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | | Gets or sets a feature source object that provides the features from which the markers are created. | | + | |
- | | {{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> |
- | ==== FeatureSourceMarkerOverlay() ==== | + | ** {{wiki:PublicMethod.gif|}} GetMarkers(RectangleShape,Int32) ** |
- | Initialize an instance of the FeatureMarkerOverlay class. | + | |
- | === Overloads === | + | |
- | Initialize an instance of the FeatureMarkerOverlay class. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | * //N/A// |
- | ==== FeatureSourceMarkerOverlay(String) ==== | + | == Remarks == |
- | Initialize an instance of the FeatureMarkerOverlay class. | + | * //N/A// |
- | === Overloads === | + | |
- | Initialize an instance of the FeatureMarkerOverlay class. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | id | String<!-- System.String --> | The identifier string used for retrieving the overlay. | | + | |
- | [[#Public Constructors|Go Back]] | + | == Return Value == |
- | ==== FeatureSourceMarkerOverlay(String, FeatureSource) ==== | + | * Type:Collection<[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]]> |
- | Initialize an instance of the FeatureMarkerOverlay class. | + | * Description:N/A |
- | === Overloads === | + | |
- | Initialize an instance of the FeatureMarkerOverlay class. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | id | String<!-- System.String --> | The identifier string used for retrieving the overlay. | | + | |
- | | featureSource | [[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]]<!-- ThinkGeo.MapSuite.Core.FeatureSource --> | The feature source object that provides the features from which the markers are created. | | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ===== Protected Constructors ===== | + | * //worldExtent// |
- | ===== Public Methods ===== | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | ==== DataBindTo(String, String) ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //currentZoomLevelId// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
- | | controllerName | String<!-- System.String --> | | | + | * Description:N/A |
- | | actionName | String<!-- System.String --> | | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} ToJson() ** |
- | ==== Equals(Object) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | obj | Object<!-- System.Object --> | | | + | * //N/A// |
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:String |
- | ==== FromJson(String) ==== | + | * Description:N/A |
- | Load this object from a json string. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | jsonString | String<!-- System.String --> | a json string | | + | ** {{wiki:PublicMethod.gif|}} FromJson(String) ** |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | * //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]] | + | * //jsonString// |
- | ==== GetMarkers(RectangleShape, Int32) ==== | + | * Type:String |
- | Returns a collection of markers based on the extent and zoomlevel that you passed in. | + | * Description:N/A |
- | === Remarks === | + | |
- | The <strong>GetMarkers</strong> method 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 === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | | worldExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | The extent that includes all of the markers you want to serialize. | | + | |
- | | currentZoomLevelId | Int32<!-- System.Int32 --> | An int value that indicates which zoomlevel the map is currently at. | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetType() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:String |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== ToJson() ==== | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | Returns a JSON string which contains the information for creating an overlay at the client side. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | A JSON string which is used to create an overlay at the client side. | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ==== ToString() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //obj// |
+ | * Type:Object | ||
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | ===== Protected Methods ===== | + | |
- | ==== Finalize() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Int32 |
- | ==== GetMarkersCore(RectangleShape, Int32) ==== | + | * Description:N/A |
- | 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 === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | worldExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | The extent that includes the markers you want to serialize. | | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | | currentZoomLevelId | Int32<!-- System.Int32 --> | An int value that indicates which zoomlevel the map is currently at. | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay(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:Type |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ==== RegisterJavaScriptLibraryCore(Page) ==== | + | ==== Protected Methods ==== |
- | Registers a Javascript library URL string to the client HTML page. | + | ** {{wiki:ProtectedMethod.gif|}} GetMarkersCore(RectangleShape,Int32) ** |
- | === 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 === | + | * //Returns a collection of markers based on the extent and zoomlevel that you passed in.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | page | Page<!-- System.Web.UI.Page --> | The page object that is used for registering the javascript library. | | + | * //N/A// |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Collection<[[ThinkGeo.MapSuite.MvcEdition.Marker|Marker]]> |
- | ===== Public Properties ===== | + | * Description:A collection of marker objects that will be serialized to the client. |
- | ==== ActionTriggers ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Collection<[[ThinkGeo.MapSuite.MvcEdition.ActionTrigger|ActionTrigger]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.MvcEdition.ActionTrigger} --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //worldExtent// |
- | ==== Attribution ==== | + | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] |
- | === Return Value === | + | * Description:The extent that includes the markers you want to serialize. |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | * //currentZoomLevelId// |
- | [[#Public Properties|Go Back]] | + | * Type:Int32 |
- | ==== AutoRefreshInterval ==== | + | * Description:An int value that indicates which zoomlevel the map is currently at. |
- | Gets or sets the time interval in which the MarkerOverlay refreshes itself. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | TimeSpan<!-- System.TimeSpan --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} EhQ=(Page) ** |
- | ==== FeatureSource ==== | + | |
- | Gets or sets a feature source object that provides the features from which the markers are created. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]]<!-- ThinkGeo.MapSuite.Core.FeatureSource --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.FeatureSourceMarkerOverlay --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Id ==== | + | * //N/A// |
- | Gets the identifier for the overlay to be found. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== IsBaseOverlay ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay(overriden) --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //page// |
- | ==== IsVisible ==== | + | * Type:Page |
- | Gets or sets a value that indicates whether the overlay is visible on the map. | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ** |
- | ==== IsVisibleInOverlaySwitcher ==== | + | |
- | 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 --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== Name ==== | + | * //N/A// |
- | Gets or sets the name of the overlay, which will display in the OverlaySwitcher. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== OnClientAutoRefreshTick ==== | + | * Description:N/A |
- | 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 --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | * //page// |
- | ==== OnClientClick ==== | + | * Type:Page |
- | Gets or sets a client function name which will be executed after clicking on the MarkerOverlay | + | * Description:N/A |
- | === Remarks === | + | |
- | There is a default parameter:e, which includes two parameters: "worldXY", "overlayId" | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay --> | + | <div newline></div> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | ==== OnClientMarkersRequested ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== OnClientMarkersRequesting ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.MarkerOverlay --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== Opacity ==== | + | * Description:N/A |
- | Gets or sets the opacity level of the overlay. | + | |
- | === Remarks === | + | == Parameters == |
- | The <strong>Opacity</strong> 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. | + | <div newline></div> |
- | === Return Value === | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | ^ Return Type ^ | + | |
- | | Single<!-- System.Single --> | | + | * //N/A// |
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} FeatureSource ** | ||
+ | |||
+ | Gets or sets a feature source object that provides the features from which the markers are created. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.FeatureSource|FeatureSource]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ZoomLevelSet ** | ||
+ | |||
+ | Gets the ZoomLevelSet object that controls the markers' generation. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet|MarkerZoomLevelSet]] | ||
+ | |||
+ | ** {{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 --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.FeatureSourceMarkerOverlay --> | + | ** {{wiki:PublicProperty.gif|}} IsBaseOverlay ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== ZoomLevelSet ==== | + | |
- | Gets the ZoomLevelSet object that controls the markers' generation. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet|MarkerZoomLevelSet]]<!-- ThinkGeo.MapSuite.MvcEdition.MarkerZoomLevelSet --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.FeatureSourceMarkerOverlay --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ===== Protected Properties ===== | + | N/A |
- | ==== OverlayType ==== | + | == Return Value == |
- | === Return Value === | + | * Type:Boolean |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.MvcEdition.Overlay(overriden) --> | + | ** {{wiki:PublicProperty.gif|}} OnClientClick ** |
- | [[#Protected Properties|Go Back]] | + | |
- | ===== Public Events ===== | + | N/A |
- | __NOTOC__ | + | == Remarks == |
- | [[Category:MvcEdition]] | + | N/A |
- | [[Category:ThinkGeo.MapSuite.MvcEdition]] | + | == Return Value == |
- | [[Category:UpdateDocumentation]] | + | * 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 ==== | ||