This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.webedition.markervalueitem [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.webedition.markervalueitem [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WebEdition.MarkerValueItem ====== | ====== ThinkGeo.MapSuite.WebEdition.MarkerValueItem ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
This class represents one value in a ValueMarkerStyle. | This class represents one value in a ValueMarkerStyle. | ||
- | === Remarks === | ||
- | ValueMarkerStyle:The ValueMarkerStyle allows you to match data in the FeatureSource with a value string. If the value matches, then we will use the style defined in that item to create the markers.For example, you may have some data about cities, with each city categorized as either a high, medium or low pollution city. Based on the string values of "High", "Medium" and "Low", we can match on these. If a particular feature's data for the column matched "High", then we would use the high MarkerValueItem's style to create that city's marker. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.WebEdition.MarkerValueItem]] | + | ***ThinkGeo.MapSuite.WebEdition.MarkerValueItem** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} MarkerValueItem() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MarkerValueItem()|MarkerValueItem]] | | | Initialize a new instance of the MarkerValueItem class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MarkerValueItem(String)|MarkerValueItem]] | String | | Initialize a new instance of the MarkerValueItem class using the value string specified. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#MarkerValueItem(String, MarkerStyle)|MarkerValueItem]] | String, [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] | | Initialize a new instance of the MarkerValueItem class with the value string and custom marker style specified. | | + | |
- | ==== Protected Constructors ==== | + | * //Initialize a new instance of the MarkerValueItem class.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#MarkerValueItem.28.29// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} MarkerValueItem(String) ** | ||
+ | * //Initialize a new instance of the MarkerValueItem class using the value string specified.// | ||
+ | == Remarks == | ||
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#MarkerValueItem.28String.29// | ||
+ | == Parameters == | ||
+ | * //value// | ||
+ | * Type:String | ||
+ | * Description:The string to compare with the column value of features, which determines whether or not to use this value item to create the markers. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} MarkerValueItem(String,MarkerStyle) ** | ||
+ | |||
+ | * //Initialize a new instance of the MarkerValueItem class with the value string and custom marker style specified.// | ||
+ | == Remarks == | ||
+ | * //It is recommended that you do not use this constructor if it is not necessary. Instead, you can set the properties directly on the DefaultMarkerStyle.// | ||
+ | == Parameters == | ||
+ | * //value// | ||
+ | * Type:String | ||
+ | * Description:The string to compare with the column value of features, which determines whether or not to use this value item to create the markers. | ||
+ | |||
+ | * //customMarkerStyle// | ||
+ | * Type:[[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] | ||
+ | * Description:The marker style that is applied to the markers with higher priority. | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
- | ==== Protected Methods ==== | + | * //N/A// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#ToString.28.29// |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | ==== Public Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:String |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CustomMarkerStyle|CustomMarkerStyle]] | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] | | Gets or sets the style that could be any type of MarkerStyle. | | + | * Description:N/A |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#DefaultMarkerStyle|DefaultMarkerStyle]] | [[ThinkGeo.MapSuite.WebEdition.PointMarkerStyle|PointMarkerStyle]] | | Gets or sets the marker style that will be applied to the markers if the CustomMarkerStyle is not defined. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Value|Value]] | String | | Gets or sets the value that we will use to match with the feature data. If the value matches, we will use the style for this item. | | + | |
- | ==== Protected Properties ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | ==== Public Events ==== | + | * //N/A// |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#Equals.28Object.29// | ||
- | ===== Public Constructors ===== | + | == Return Value == |
- | ==== MarkerValueItem() ==== | + | * Type:Boolean |
- | Initialize a new instance of the MarkerValueItem class. | + | * Description:N/A |
- | === Overloads === | + | |
- | Initialize a new instance of the MarkerValueItem class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#MarkerValueItem.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#MarkerValueItem.28.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ==== MarkerValueItem(String) ==== | + | * //obj// |
- | Initialize a new instance of the MarkerValueItem class using the value string specified. | + | * Type:Object |
- | === Overloads === | + | * Description:N/A |
- | Initialize a new instance of the MarkerValueItem class. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#MarkerValueItem.28String.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#MarkerValueItem.28String.29</a> | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | value | String<!-- System.String --> | The string to compare with the column value of features, which determines whether or not to use this value item to create the markers. | | + | |
- | [[#Public Constructors|Go Back]] | + | <div newline></div> |
- | ==== MarkerValueItem(String, MarkerStyle) ==== | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | Initialize a new instance of the MarkerValueItem class with the value string and custom marker style specified. | + | |
- | === Overloads === | + | |
- | Initialize a new instance of the MarkerValueItem class. | + | |
- | === Remarks === | + | |
- | It is recommended that you do not use this constructor if it is not necessary. Instead, you can set the properties directly on the DefaultMarkerStyle. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | value | String<!-- System.String --> | The string to compare with the column value of features, which determines whether or not to use this value item to create the markers. | | + | |
- | | customMarkerStyle | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]]<!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle --> | The marker style that is applied to the markers with higher priority. | | + | |
- | [[#Public Constructors|Go Back]] | + | * //N/A// |
- | ===== Protected Constructors ===== | + | == Remarks == |
- | ===== Public Methods ===== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#GetHashCode.28.29// |
- | ==== Equals(Object) ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#Equals.28Object.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#Equals.28Object.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
- | | obj | Object<!-- System.Object --> | | | + | * Description:N/A |
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== GetHashCode() ==== | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#GetHashCode.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#GetHashCode.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#GetType.28.29// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Type |
- | ==== GetType() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#GetType.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#GetType.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ==== Protected Methods ==== | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ToString() ==== | + | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#Finalize.28.29// |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#ToString.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#ToString.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ===== Protected Methods ===== | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | ==== Finalize() ==== | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#Finalize.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#Finalize.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#MemberwiseClone.28.29// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Object |
- | ==== MemberwiseClone() ==== | + | * Description:N/A |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#MemberwiseClone.28.29" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#MemberwiseClone.28.29</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} Value ** | ||
- | <!-- System.Object --> | + | Gets or sets the value that we will use to match with the feature data. If the value matches, we will use the style for this item. |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ===== Public Properties ===== | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#firstHeading" class="firstHeading" lang="en"><span dir="auto |
- | ==== CustomMarkerStyle ==== | + | == Return Value == |
- | Gets or sets the style that could be any type of MarkerStyle. | + | * Type:String |
- | === Remarks === | + | |
- | The <strong>CustomMarkerStyle</strong> could be any type of <strong>MarkerStyle</strong>. This style has a higher priority than the <strong>DefaultMarkerStyle</strong>. This means that if you defined both <strong>DefaultMarkerStyle</strong> and <strong>CustomMarkerStyle</strong>, the <strong>CustomMarkerStyle</strong> will be used. | + | ** {{wiki:PublicProperty.gif|}} DefaultMarkerStyle ** |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]]<!-- ThinkGeo.MapSuite.WebEdition.MarkerStyle --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.MarkerValueItem --> | ||
- | [[#Public Properties|Go Back]] | ||
- | ==== DefaultMarkerStyle ==== | ||
Gets or sets the marker style that will be applied to the markers if the CustomMarkerStyle is not defined. | Gets or sets the marker style that will be applied to the markers if the CustomMarkerStyle is not defined. | ||
- | === Remarks === | + | == Remarks == |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#DefaultMarkerStyle" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#DefaultMarkerStyle</a> | + | For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#DefaultMarkerStyle |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.WebEdition.PointMarkerStyle|PointMarkerStyle]] |
- | | [[ThinkGeo.MapSuite.WebEdition.PointMarkerStyle|PointMarkerStyle]]<!-- ThinkGeo.MapSuite.WebEdition.PointMarkerStyle --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.MarkerValueItem --> | + | ** {{wiki:PublicProperty.gif|}} CustomMarkerStyle ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== Value ==== | + | |
- | Gets or sets the value that we will use to match with the feature data. If the value matches, we will use the style for this item. | + | |
- | === Remarks === | + | |
- | For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#firstHeading" class="firstHeading" lang="en"><span dir="auto" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.MarkerValueItem#firstHeading" class="firstHeading" lang="en"><span dir="auto</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.WebEdition.MarkerValueItem --> | + | Gets or sets the style that could be any type of MarkerStyle. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ===== Protected Properties ===== | + | The <strong>CustomMarkerStyle</strong> could be any type of <strong>MarkerStyle</strong>. This style has a higher priority than the <strong>DefaultMarkerStyle</strong>. This means that if you defined both <strong>DefaultMarkerStyle</strong> and <strong>CustomMarkerStyle</strong>, the <strong>CustomMarkerStyle</strong> will be used. |
- | ===== Public Events ===== | + | == Return Value == |
- | __NOTOC__ | + | * Type:[[ThinkGeo.MapSuite.WebEdition.MarkerStyle|MarkerStyle]] |
- | [[Category:WebEdition]] | + | |
- | [[Category:ThinkGeo.MapSuite.WebEdition]] | + | ==== Protected Properties ==== |
- | [[Category:UpdateDocumentation]] | + | ==== Public Events ==== |