This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.webedition.valuemarkerstyle [2015/09/18 03:09] admin |
thinkgeo.mapsuite.webedition.valuemarkerstyle [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle ====== | ====== ThinkGeo.MapSuite.WebEdition.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 | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#ValueMarkerStyle.28.29// |
| == 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 | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#ValueMarkerStyle.28String.29// |
| == 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 | + | * //For the most updated Info for this topic, please check it here:// |
| == 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 | + | * //For the most updated Info for this topic, please check it here:// |
| == Return Value == | == Return Value == | ||
| Line 60: | Line 63: | ||
| ** {{wiki:PublicMethod.gif|}} GetRequiredColumnNames() ** | ** {{wiki:PublicMethod.gif|}} GetRequiredColumnNames() ** | ||
| - | 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.ValueMarkerStyle#GetRequiredColumnNames.28.29// |
| == Return Value == | == Return Value == | ||
| Line 72: | Line 75: | ||
| ** {{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.ValueMarkerStyle#ToString.28.29// |
| == Return Value == | == Return Value == | ||
| Line 84: | Line 87: | ||
| ** {{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.ValueMarkerStyle#Equals.28Object.29// |
| == Return Value == | == Return Value == | ||
| Line 100: | Line 103: | ||
| ** {{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.ValueMarkerStyle#GetHashCode.28.29// |
| == Return Value == | == Return Value == | ||
| Line 112: | Line 115: | ||
| ** {{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.ValueMarkerStyle#GetType.28.29// |
| == Return Value == | == Return Value == | ||
| Line 125: | Line 128: | ||
| ** {{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 | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ValueMarkerStyle#GetContextMenusCore.28.29// |
| == Return Value == | == Return Value == | ||
| Line 137: | Line 140: | ||
| ** {{wiki:ProtectedMethod.gif|}} GetRequiredColumnNamesCore() ** | ** {{wiki:ProtectedMethod.gif|}} GetRequiredColumnNamesCore() ** | ||
| - | 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.ValueMarkerStyle#GetRequiredColumnNamesCore.28.29// |
| == Return Value == | == Return Value == | ||
| Line 149: | Line 152: | ||
| ** {{wiki:ProtectedMethod.gif|}} ZhQ=() ** | ** {{wiki:ProtectedMethod.gif|}} ZhQ=() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 161: | Line 164: | ||
| ** {{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.ValueMarkerStyle#Finalize.28.29// |
| == Return Value == | == Return Value == | ||
| Line 173: | Line 176: | ||
| ** {{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.ValueMarkerStyle#MemberwiseClone.28.29// |
| == Return Value == | == Return Value == | ||
| Line 204: | Line 207: | ||
| 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.ValueMarkerStyle#IsActive |
| == Return Value == | == Return Value == | ||
| * Type:Boolean | * Type:Boolean | ||
| Line 212: | Line 215: | ||
| 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.ValueMarkerStyle#GetRequiredColumnNames.28.29 |
| == Return Value == | == Return Value == | ||
| * Type:Collection<String> | * Type:Collection<String> | ||