This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.mvcedition.featuresourcemarkeroverlay [2015/09/21 03:33] admin |
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}} | ||
| + | |||
| Represents a MarkerOverlay that dynamically creates markers from the feature source specified. | Represents a MarkerOverlay that dynamically creates markers from the feature source specified. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 10: | Line 13: | ||
| ** {{wiki:PublicMethod.gif|}} FeatureSourceMarkerOverlay() ** | ** {{wiki:PublicMethod.gif|}} FeatureSourceMarkerOverlay() ** | ||
| - | Initialize an instance of the FeatureMarkerOverlay class. | + | * //Initialize an instance of the FeatureMarkerOverlay class.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Parameters == | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| ** {{wiki:PublicMethod.gif|}} FeatureSourceMarkerOverlay(String) ** | ** {{wiki:PublicMethod.gif|}} FeatureSourceMarkerOverlay(String) ** | ||
| - | Initialize an instance of the FeatureMarkerOverlay class. | + | * //Initialize an instance of the FeatureMarkerOverlay class.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Parameters == | == Parameters == | ||
| * //id// | * //id// | ||
| Line 28: | Line 31: | ||
| ** {{wiki:PublicMethod.gif|}} FeatureSourceMarkerOverlay(String,FeatureSource) ** | ** {{wiki:PublicMethod.gif|}} FeatureSourceMarkerOverlay(String,FeatureSource) ** | ||
| - | Initialize an instance of the FeatureMarkerOverlay class. | + | * //Initialize an instance of the FeatureMarkerOverlay class.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Parameters == | == Parameters == | ||
| * //id// | * //id// | ||
| Line 45: | Line 48: | ||
| ** {{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 65: | Line 68: | ||
| ** {{wiki:PublicMethod.gif|}} GetMarkers(RectangleShape,Int32) ** | ** {{wiki:PublicMethod.gif|}} GetMarkers(RectangleShape,Int32) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 85: | Line 88: | ||
| ** {{wiki:PublicMethod.gif|}} ToJson() ** | ** {{wiki:PublicMethod.gif|}} ToJson() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 97: | Line 100: | ||
| ** {{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 113: | Line 116: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 125: | Line 128: | ||
| ** {{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 141: | Line 144: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 153: | Line 156: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 166: | Line 169: | ||
| ** {{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 == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 186: | Line 189: | ||
| ** {{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 202: | Line 205: | ||
| ** {{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 218: | Line 221: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 230: | Line 233: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||