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
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
This class represents a style based on class break values.
ClassBreakMarkerStyle(String,BreakValueInclusion)
ClassBreakMarkerStyle(String,BreakValueInclusion,Collection<MarkerClassBreak>)
GetMarkers(IEnumerable<Feature>)
You use this property to set the name of the column where the numeric data is stored for your features.
Gets or sets the value that indicates whether or not to include the break value when comparing the break.
Example: If you have a class break value set to 100 and the break value is included, then 100 is included for this break. If you set the value to excluded, then 100 would match with the break below 100 instead. Please see the ClassBreakStyle class remarks for a full description of how the ClassBreakStyle works.
Gets a collection of class breaks whose values are compared with the column value to determine which ClassBreakStyles are applied to the markers.
The class breaks determine which style to use, based on the break values. Please see the ClassBreakStyle class remarks for a full description of how the ClassBreakStyle works.
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ClassBreakMarkerStyle#IsActive
For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.ClassBreakMarkerStyle#GetRequiredColumnNames.28.29