ThinkGeo.MapSuite.Core.IconValueStyle
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 allows you to choose different icons based on values in the data of a feature.
Inheritance Hierarchy
Members Summary
Public Constructors
IconValueStyle()
Parameters
IconValueStyle(String)
Parameters
IconValueStyle(String,IEnumerable<IconValueItem>)
Parameters
Protected Constructors
Public Methods
CloneDeep()
Return Value
Parameters
Draw(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)
Return Value
Type:Void
Description:N/A
Parameters
Draw(IEnumerable<BaseShape>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)
Return Value
Type:Void
Description:N/A
Parameters
GetRequiredColumnNames()
Return Value
Type:Collection<String>
Description:N/A
Parameters
DrawSample(GeoCanvas,DrawingRectangleF)
Return Value
Type:Void
Description:N/A
Parameters
DrawSample(GeoCanvas)
Return Value
Type:Void
Description:N/A
Parameters
SaveStyle(String)
Return Value
Type:Void
Description:N/A
Parameters
filePathName
Type:String
Description:N/A
SaveStyle(Stream)
Return Value
Type:Void
Description:N/A
Parameters
stream
Type:Stream
Description:N/A
ToString()
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
DrawCore(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)
This overridden method is called from the concrete public method Draw. In this method, we take the features you passed in and draw them on the canvas you provided. Each style (based on its properties) may draw each feature differently. When overriding this method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties to allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection.
Return Value
Type:Void
Description:None
Parameters
GetRequiredColumnNamesCore()
This abstract method is called from the concrete public method GetRequiredFieldNames. In this method, we return the column names that are required for the style to draw the feature properly. For example, if you have a style that colors areas blue when a certain column value is over 100, then you need to be sure you include that column name. This will ensure that the column data is returned to you in the feature when it is ready to draw. In many of the styles, we add properties to allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection.
Return Value
Parameters
GetLabelingCandidateCore(Feature,GeoCanvas)
This overridden method is called from the concrete public method Draw. In this method, we take the feature you passed in and determine if it is a candidate for labeling. If it is, then we will add it to the return collection. The algorithm to determine whether the label will draw is complex and determined by a number of properties and factors.
Return Value
Parameters
FilterFeatures(IEnumerable<Feature>,GeoCanvas)
Return Value
Parameters
FilterFeaturesCore(IEnumerable<Feature>,GeoCanvas)
Return Value
Parameters
AbbreviateText(Feature,GeoCanvas)
Return Value
Type:Void
Description:N/A
Parameters
AbbreviateTextCore(Feature,GeoCanvas)
Return Value
Type:Void
Description:N/A
Parameters
GetLabelingCandidates(Feature,GeoCanvas)
Return Value
Parameters
CheckDuplicate(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)
Return Value
Type:Boolean
Description:N/A
Parameters
CheckDuplicateCore(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)
Return Value
Type:Boolean
Description:N/A
Parameters
CheckOverlapping(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)
Return Value
Type:Boolean
Description:N/A
Parameters
CheckOverlappingCore(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)
Return Value
Type:Boolean
Description:N/A
Parameters
GetLabelingCandidateForOnePolygon(PolygonShape,String,GeoCanvas)
Return Value
Parameters
text
Type:String
Description:N/A
Format(String,BaseShape)
Return Value
Type:String
Description:N/A
Parameters
text
Type:String
Description:N/A
FormatCore(String,BaseShape)
Return Value
Type:String
Description:N/A
Parameters
text
Type:String
Description:N/A
OnFormatting(FormattingPositionStyleEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
OnFormatted(FormattedPositionStyleEventArgs)
Return Value
Type:Void
Description:N/A
Parameters
CloneDeepCore()
Return Value
Parameters
DrawSampleCore(GeoCanvas,DrawingRectangleF)
Return Value
Type:Void
Description:N/A
Parameters
Finalize()
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
ColumnName
This property gets and sets the column name that will be used for the drawing and matching.
This column name will be used to draw the text on the icon (if necessary) and to also match the value in the IconStyleItem.
Return Value
IconValueItems
This property gets the collection of IconValueItems for matching.
You should create your IconValueItems and place them in this collection for consideration.
Return Value
PolygonLabelingLocationMode
N/A
Return Value
MaxNudgingInPixel
N/A
Return Value
NudgingIntervalInPixel
N/A
Return Value
BestPlacementSymbolWidth
N/A
Return Value
BestPlacementSymbolHeight
N/A
Return Value
AbbreviationDictionary
N/A
Return Value
LeaderLineStyle
N/A
Return Value
LeaderLineRule
N/A
Return Value
LeaderLineMinimumLengthInPixels
N/A
Return Value
GridSize
N/A
Return Value
DuplicateRule
N/A
Return Value
OverlappingRule
N/A
Return Value
AllowLineCarriage
N/A
Return Value
SuppressPartialLabels
N/A
Return Value
ForceLineCarriage
N/A
Return Value
FittingPolygon
N/A
Return Value
LabelAllPolygonParts
N/A
Return Value
LabelAllLineParts
N/A
Return Value
FittingPolygonFactor
N/A
Return Value
TextLineSegmentRatio
N/A
Return Value
BestPlacement
N/A
Return Value
PointPlacement
N/A
Return Value
MaskType
N/A
Return Value
Name
N/A
Return Value
IsActive
N/A
Return Value
RequiredColumnNames
N/A
Return Value
Filters
N/A
Return Value
Protected Properties
IsStyleDefault
N/A
Return Value
LabelPositions
N/A
Return Value
XOffsetInPixel
N/A
Return Value
YOffsetInPixel
N/A
Return Value
CustomTextStyles
N/A
Return Value
RotationAngle
N/A
Return Value
FittingLineInScreen
N/A
Return Value
FittingPolygonInScreen
N/A
Return Value
TextFormat
N/A
Return Value
NumericFormat
N/A
Return Value
DateFormat
N/A
Return Value
TextSolidBrush
N/A
Return Value
Font
N/A
Return Value
HaloPen
N/A
Return Value
TextColumnName
N/A
Return Value
Mask
N/A
Return Value
MaskMargin
N/A
Return Value
Advanced
N/A
Return Value
AllowSpline
N/A
Return Value
ForceHorizontalLabelForLine
N/A
Return Value
SplineType
N/A
Return Value
DrawingLevel
N/A
Return Value
IsDefault
N/A
Return Value
FiltersCore
N/A
Return Value
Public Events
Formatting
N/A