ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> This class represents one value in a ValueMarkerStyle.
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.
*System.Object **ThinkGeo.MapSuite.WebEdition.MarkerValueItem
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Initialize a new instance of the MarkerValueItem class. | ||
![]() | String | Initialize a new instance of the MarkerValueItem class using the value string specified. | |
![]() | String, MarkerStyle | Initialize a new instance of the MarkerValueItem class with the value string and custom marker style specified. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | MarkerStyle | Gets or sets the style that could be any type of MarkerStyle. | |
![]() | PointMarkerStyle | Gets or sets the marker style that will be applied to the markers if the CustomMarkerStyle is not defined. | |
![]() | 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. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Initialize a new instance of the MarkerValueItem class.
Initialize a new instance of the MarkerValueItem class.
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>
Name | Type | Description |
---|
Initialize a new instance of the MarkerValueItem class using the value string specified.
Initialize a new instance of the MarkerValueItem class.
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>
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. |
Initialize a new instance of the MarkerValueItem class with the value string and custom marker style specified.
Initialize a new instance of the MarkerValueItem class.
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.
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 | MarkerStyle<!– ThinkGeo.MapSuite.WebEdition.MarkerStyle –> | The marker style that is applied to the markers with higher priority. |
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 Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets or sets the style that could be any type of MarkerStyle.
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.
Return Type |
---|
MarkerStyle<!– ThinkGeo.MapSuite.WebEdition.MarkerStyle –> |
<!– ThinkGeo.MapSuite.WebEdition.MarkerValueItem –> Go Back
Gets or sets the marker style that will be applied to the markers if the CustomMarkerStyle is not defined.
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>
Return Type |
---|
PointMarkerStyle<!– ThinkGeo.MapSuite.WebEdition.PointMarkerStyle –> |
<!– ThinkGeo.MapSuite.WebEdition.MarkerValueItem –> Go Back
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.
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 Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.WebEdition.MarkerValueItem –> Go Back