This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.webedition.markerzoomlevel [2015/09/18 03:08] admin |
thinkgeo.mapsuite.webedition.markerzoomlevel [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel ====== | ====== ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| Defines styles of markers and a zoomlevel range. When the current zoomlevel is in that range, the styles will be applied to the markers. | Defines styles of markers and a zoomlevel range. When the current zoomlevel is in that range, the styles will be applied to the markers. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 8: | Line 11: | ||
| ** {{wiki:PublicMethod.gif|}} MarkerZoomLevel() ** | ** {{wiki:PublicMethod.gif|}} MarkerZoomLevel() ** | ||
| - | Initialize a new instance of the MarkerZoomLevel class. | + | * //Initialize a new instance of the MarkerZoomLevel class.// |
| == Remarks == | == Remarks == | ||
| - | This is the default constructor. If you use this constructor, you should set the require properties on the class manually. | + | * //This is the default constructor. If you use this constructor, you should set the require properties on the class manually.// |
| == Parameters == | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| Line 17: | Line 20: | ||
| ** {{wiki:PublicMethod.gif|}} GetMarkers(IEnumerable<Feature>) ** | ** {{wiki:PublicMethod.gif|}} GetMarkers(IEnumerable<Feature>) ** | ||
| - | Returns a collection of markers to which the styles will be applied when the current zoomlevel falls into the ranges defined. | + | * //Returns a collection of markers to which the styles will be applied when the current zoomlevel falls into the ranges defined.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:// |
| == Return Value == | == Return Value == | ||
| Line 33: | Line 36: | ||
| ** {{wiki:PublicMethod.gif|}} GetRequiredColumnNames() ** | ** {{wiki:PublicMethod.gif|}} GetRequiredColumnNames() ** | ||
| - | This method returns the column data for each feature that is required for the styles to properly draw. | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | In this method, we return the column names that are required for the styles to draw the feature properly. For example, if you have a style that colors areas blue when a certain column value is over 100, then you need to be sure you include the column name. This will ensure that the column data is returned to you in the feature when it is ready to draw. In many of the styles, we add properties to allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection. | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetRequiredColumnNames.28.29// |
| == Return Value == | == Return Value == | ||
| * Type:Collection<String> | * Type:Collection<String> | ||
| - | * Description:This method returns a collection containing the required column names. | + | * Description:N/A |
| == Parameters == | == Parameters == | ||
| Line 45: | Line 48: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#ToString.28.29// |
| == Return Value == | == Return Value == | ||
| Line 57: | Line 60: | ||
| ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#Equals.28Object.29// |
| == Return Value == | == Return Value == | ||
| Line 73: | Line 76: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetHashCode.28.29// |
| == Return Value == | == Return Value == | ||
| Line 85: | Line 88: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetType.28.29// |
| == Return Value == | == Return Value == | ||
| Line 98: | Line 101: | ||
| ** {{wiki:ProtectedMethod.gif|}} GetContextMenusCore() ** | ** {{wiki:ProtectedMethod.gif|}} GetContextMenusCore() ** | ||
| - | Gets a collection of context menus that are associated with the MarkerZoomLevel. | + | * //Gets a collection of context menus that are associated with the MarkerZoomLevel.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#GetContextMenusCore.28.29// |
| == Return Value == | == Return Value == | ||
| Line 110: | Line 113: | ||
| ** {{wiki:ProtectedMethod.gif|}} ZhQ=() ** | ** {{wiki:ProtectedMethod.gif|}} ZhQ=() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 122: | Line 125: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#Finalize.28.29// |
| == Return Value == | == Return Value == | ||
| Line 134: | Line 137: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#MemberwiseClone.28.29// |
| == Return Value == | == Return Value == | ||
| Line 149: | Line 152: | ||
| Gets or sets the zoomlevel to which the styles will be applied. | Gets or sets the zoomlevel to which the styles will be applied. | ||
| == Remarks == | == Remarks == | ||
| - | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#ApplyUntilZoomLevel |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.ApplyUntilZoomLevel|ApplyUntilZoomLevel]] | * Type:[[ThinkGeo.MapSuite.Core.ApplyUntilZoomLevel|ApplyUntilZoomLevel]] | ||
| Line 157: | Line 160: | ||
| Gets or sets the style that is applied to the markers if the CustomMarkerStyle is not defined. | Gets or sets the style that is applied to the markers if the CustomMarkerStyle is not defined. | ||
| == Remarks == | == Remarks == | ||
| - | N/A | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerZoomLevel#DefaultMarkerStyle |
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.WebEdition.PointMarkerStyle|PointMarkerStyle]] | * Type:[[ThinkGeo.MapSuite.WebEdition.PointMarkerStyle|PointMarkerStyle]] | ||