User Tools

Site Tools


thinkgeo.mapsuite.mvcedition.markeroverlay

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.mvcedition.markeroverlay [2015/09/21 03:34]
admin
thinkgeo.mapsuite.mvcedition.markeroverlay [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.MvcEdition.MarkerOverlay ====== ====== ThinkGeo.MapSuite.MvcEdition.MarkerOverlay ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 Serves as the base class for the overlay that generates and manages markers. Serves as the base class for the overlay that generates and manages markers.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 13: Line 16:
 ** {{wiki:​ProtectedMethod.gif|}} MarkerOverlay() ** ** {{wiki:​ProtectedMethod.gif|}} MarkerOverlay() **
  
-Initialize a new instance of the MarkerOverlay class.+  * //Initialize a new instance of the MarkerOverlay class.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
 <div newline></​div>​ <div newline></​div>​
 ** {{wiki:​ProtectedMethod.gif|}} MarkerOverlay(String) ** ** {{wiki:​ProtectedMethod.gif|}} MarkerOverlay(String) **
  
-Initialize a new instance of the MarkerOverlay class using the identifier specified.+  * //Initialize a new instance of the MarkerOverlay class using the identifier specified.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //id//   * //id//
Line 32: Line 35:
 ** {{wiki:​PublicMethod.gif|}} DataBindTo(String,​String) ** ** {{wiki:​PublicMethod.gif|}} DataBindTo(String,​String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 52: Line 55:
 ** {{wiki:​PublicMethod.gif|}} GetMarkers(RectangleShape,​Int32) ** ** {{wiki:​PublicMethod.gif|}} GetMarkers(RectangleShape,​Int32) **
  
-Returns a collection of markers based on the extent and zoomlevel that you passed in.+  * //Returns a collection of markers based on the extent and zoomlevel that you passed in.//
 == Remarks == == Remarks ==
-The GetMarkers 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.+  * //The GetMarkers 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 Value ==
Line 72: Line 75:
 ** {{wiki:​PublicMethod.gif|}} ToJson() ** ** {{wiki:​PublicMethod.gif|}} ToJson() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 84: Line 87:
 ** {{wiki:​PublicMethod.gif|}} FromJson(String) ** ** {{wiki:​PublicMethod.gif|}} FromJson(String) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 100: Line 103:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 112: Line 115:
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 128: Line 131:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 140: Line 143:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 153: Line 156:
 ** {{wiki:​ProtectedMethod.gif|}} GetMarkersCore(RectangleShape,​Int32) ** ** {{wiki:​ProtectedMethod.gif|}} GetMarkersCore(RectangleShape,​Int32) **
  
-Returns a collection of markers based on the extent and zoomlevel that you passed in.+  * //Returns a collection of markers based on the extent and zoomlevel that you passed in.//
 == Remarks == == Remarks ==
-The GetMarkersCore method allows derived classes to rewrite the logic used for dynamically creating the markers that will be serialized to the client.+  * //The GetMarkersCore method allows derived classes to rewrite the logic used for dynamically creating the markers that will be serialized to the client.//
  
 == Return Value == == Return Value ==
Line 173: Line 176:
 ** {{wiki:​ProtectedMethod.gif|}} EhQ=(Page) ** ** {{wiki:​ProtectedMethod.gif|}} EhQ=(Page) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 189: Line 192:
 ** {{wiki:​ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) ** ** {{wiki:​ProtectedMethod.gif|}} RegisterJavaScriptLibraryCore(Page) **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 205: Line 208:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 217: Line 220:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
thinkgeo.mapsuite.mvcedition.markeroverlay.1442806455.txt.gz · Last modified: 2015/09/21 03:34 by admin