This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.mvcedition.valuemarkerstyle [2015/09/21 03:36] admin |
thinkgeo.mapsuite.mvcedition.valuemarkerstyle [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.MvcEdition.ValueMarkerStyle ====== | ====== ThinkGeo.MapSuite.MvcEdition.ValueMarkerStyle ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class allows you to match a value with data in the feature to determine how to draw the feature. | This class allows you to match a value with data in the feature to determine how to draw the feature. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 9: | Line 12: | ||
** {{wiki:PublicMethod.gif|}} ValueMarkerStyle() ** | ** {{wiki:PublicMethod.gif|}} ValueMarkerStyle() ** | ||
- | Initialize a new instance of the ValueMarkerStyle class. | + | * //Initialize a new instance of the ValueMarkerStyle class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} ValueMarkerStyle(String) ** | ** {{wiki:PublicMethod.gif|}} ValueMarkerStyle(String) ** | ||
- | Initialize a new instance of the ValueMarkerStyle class with the columnName specified. | + | * //Initialize a new instance of the ValueMarkerStyle class with the columnName specified.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //columnName// | * //columnName// | ||
Line 27: | Line 30: | ||
** {{wiki:PublicMethod.gif|}} ValueMarkerStyle(String,Collection<MarkerValueItem>) ** | ** {{wiki:PublicMethod.gif|}} ValueMarkerStyle(String,Collection<MarkerValueItem>) ** | ||
- | Initialize a new instance of the ValueMarkerStyle class with the columnName and a collection of valueItems specified. | + | * //Initialize a new instance of the ValueMarkerStyle class with the columnName and a collection of valueItems specified.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //columnName// | * //columnName// | ||
Line 44: | Line 47: | ||
** {{wiki:PublicMethod.gif|}} GetMarkers(IEnumerable<Feature>) ** | ** {{wiki:PublicMethod.gif|}} GetMarkers(IEnumerable<Feature>) ** | ||
- | Returns a collection of markers with a style applied based on the features that are passed in. | + | * //Returns a collection of markers with a style applied based on the features that are passed in.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 60: | Line 63: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 72: | Line 75: | ||
** {{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 88: | Line 91: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 100: | Line 103: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 113: | Line 116: | ||
** {{wiki:ProtectedMethod.gif|}} GetContextMenusCore() ** | ** {{wiki:ProtectedMethod.gif|}} GetContextMenusCore() ** | ||
- | Gets a collection of context menus that are associated with the MarkerStyle. | + | * //Gets a collection of context menus that are associated with the MarkerStyle.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 125: | Line 128: | ||
** {{wiki:ProtectedMethod.gif|}} LxU=() ** | ** {{wiki:ProtectedMethod.gif|}} LxU=() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 137: | Line 140: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 149: | Line 152: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == |