This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.iconvaluestyle [2015/09/17 10:31] admin |
thinkgeo.mapsuite.core.iconvaluestyle [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.IconValueStyle ====== | ====== ThinkGeo.MapSuite.Core.IconValueStyle ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class allows you to choose different icons based on values in the data of a feature. | This class allows you to choose different icons based on values in the data of a feature. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 7: | Line 10: | ||
***ThinkGeo.MapSuite.Core.IconValueStyle** | ***ThinkGeo.MapSuite.Core.IconValueStyle** | ||
===== Members Summary ===== | ===== Members Summary ===== | ||
- | === Public Constructors === | + | ==== Public Constructors ==== |
- | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} IconValueStyle() ** |
- | **{{wiki:PublicMethod.gif|}}[[#IconValueStyle()|IconValueStyle]]** | + | |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This is the constructor for the class. | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is the constructor for the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#IconValueStyle(String)|IconValueStyle]]** | + | == Remarks == |
- | * **Parameters**:String | + | * //If you use this constructor, then you need to set the required properties manually.// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This is the constructor for the class. | + | <div newline></div> |
- | </div> | + | ** {{wiki:PublicMethod.gif|}} IconValueStyle(String) ** |
- | <div class_table> | + | * //This is the constructor for the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#IconValueStyle(String,IEnumerable<IconValueItem>)|IconValueStyle]]** | + | == Remarks == |
- | * **Parameters**:String,IEnumerable<[[ThinkGeo.MapSuite.Core.IconValueItem|IconValueItem]]> | + | * //None// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This is the constructor for the class. | + | * //columnName// |
- | </div> | + | * Type:String |
+ | * Description:This parameter is the column name you want to match on. | ||
- | === Protected Constructors === | + | <div newline></div> |
- | === Public Methods === | + | ** {{wiki:PublicMethod.gif|}} IconValueStyle(String,IEnumerable<IconValueItem>) ** |
- | <div class_table> | + | |
- | **{{wiki:PublicMethod.gif|}}[[#CloneDeep()|CloneDeep]]** | + | |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is the constructor for the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#Draw(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)|Draw]]** | + | == Remarks == |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * //None// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | == Parameters == |
- | * **Summary**:N/A | + | * //columnName// |
- | </div> | + | * Type:String |
+ | * Description:This parameter is the column name you want to match on. | ||
- | <div class_table> | + | * //iconValueItems// |
- | **{{wiki:PublicMethod.gif|}}[[#Draw(IEnumerable<BaseShape>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)|Draw]]** | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.IconValueItem|IconValueItem]]> |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]>,[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Description:This parameter is the icon value items you want to match on. |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#DrawSample(GeoCanvas,DrawingRectangleF)|DrawSample]]** | + | ==== Protected Constructors ==== |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] | + | ==== Public Methods ==== |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | ** {{wiki:PublicMethod.gif|}} CloneDeep() ** |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#DrawSample(GeoCanvas)|DrawSample]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | + | * Type:[[ThinkGeo.MapSuite.Core.Style|Style]] |
- | * **Parameters**:Object | + | * Description:N/A |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | + | <div newline></div> |
- | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} Draw(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#GetRequiredColumnNames()|GetRequiredColumnNames]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | + | * Type:Void |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:PublicMethod.gif|}}[[#SaveStyle(String)|SaveStyle]]** | + | * //features// |
- | * **Parameters**:String | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //canvas// |
- | **{{wiki:PublicMethod.gif|}}[[#SaveStyle(Stream)|SaveStyle]]** | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Parameters**:Stream | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //labelsInThisLayer// |
- | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Protected Methods === | + | * //labelsInAllLayers// |
- | <div class_table> | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | **{{wiki:ProtectedMethod.gif|}}[[#AbbreviateText(Feature,GeoCanvas)|AbbreviateText]]** | + | * Description:N/A |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#AbbreviateTextCore(Feature,GeoCanvas)|AbbreviateTextCore]]** | + | ** {{wiki:PublicMethod.gif|}} Draw(IEnumerable<BaseShape>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#CheckDuplicate(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)|CheckDuplicate]]** | + | == Remarks == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]],[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#CheckDuplicateCore(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)|CheckDuplicateCore]]** | + | * Type:Void |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]],[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#CheckOverlapping(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)|CheckOverlapping]]** | + | * //shapes// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]],[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]> |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //canvas// |
- | **{{wiki:ProtectedMethod.gif|}}[[#CheckOverlappingCore(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)|CheckOverlappingCore]]** | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]],[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //labelsInThisLayer// |
- | **{{wiki:ProtectedMethod.gif|}}[[#CloneDeepCore()|CloneDeepCore]]** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //labelsInAllLayers// |
- | **{{wiki:ProtectedMethod.gif|}}[[#DrawCore(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>)|DrawCore]]** | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Description:N/A |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method draws the features on the canvas you provided. | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#DrawSampleCore(GeoCanvas,DrawingRectangleF)|DrawSampleCore]]** | + | ** {{wiki:PublicMethod.gif|}} GetRequiredColumnNames() ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#FilterFeatures(IEnumerable<Feature>,GeoCanvas)|FilterFeatures]]** | + | == Remarks == |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#FilterFeaturesCore(IEnumerable<Feature>,GeoCanvas)|FilterFeaturesCore]]** | + | * Type:Collection<String> |
- | * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | + | <div newline></div> |
- | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} DrawSample(GeoCanvas,DrawingRectangleF) ** |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#Format(String,BaseShape)|Format]]** | + | == Remarks == |
- | * **Parameters**:String,[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * //N/A// |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#FormatCore(String,BaseShape)|FormatCore]]** | + | * Type:Void |
- | * **Parameters**:String,[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetLabelingCandidateCore(Feature,GeoCanvas)|GetLabelingCandidateCore]]** | + | * //canvas// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **DeclaringType**:N/A | + | * Description:N/A |
- | * **Summary**:This method determines whether the specified feature is a good candidate to be labeled, based on the labeling properties set. | + | |
- | </div> | + | |
- | <div class_table> | + | * //drawingExtent// |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetLabelingCandidates(Feature,GeoCanvas)|GetLabelingCandidates]]** | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#GetRequiredColumnNamesCore()|GetRequiredColumnNamesCore]]** | + | ** {{wiki:PublicMethod.gif|}} DrawSample(GeoCanvas) ** |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This method returns the column data for each feature that is required for the style to properly draw. | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnFormatted(FormattedPositionStyleEventArgs)|OnFormatted]]** | + | * Type:Void |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.FormattedPositionStyleEventArgs|FormattedPositionStyleEventArgs]] | + | * Description:N/A |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#OnFormatting(FormattingPositionStyleEventArgs)|OnFormatting]]** | + | * //canvas// |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.FormattingPositionStyleEventArgs|FormattingPositionStyleEventArgs]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] | + | * Description:N/A |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#lD8=(PolygonShape,String,GeoCanvas)|lD8=]]** | + | ** {{wiki:PublicMethod.gif|}} SaveStyle(String) ** |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]],String,[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | |
- | * **DeclaringType**:[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Public Properties === | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#AbbreviationDictionary|AbbreviationDictionary]]** | + | == Remarks == |
- | * **Return**:Dictionary<String,String> | + | * //N/A// |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#AllowLineCarriage|AllowLineCarriage]]** | + | == Return Value == |
- | * **Return**:Boolean | + | * Type:Void |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#BestPlacement|BestPlacement]]** | + | == Parameters == |
- | * **Return**:Boolean | + | * //filePathName// |
- | * **Summary**:N/A | + | * Type:String |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#BestPlacementSymbolHeight|BestPlacementSymbolHeight]]** | + | <div newline></div> |
- | * **Return**:Single | + | ** {{wiki:PublicMethod.gif|}} SaveStyle(Stream) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#BestPlacementSymbolWidth|BestPlacementSymbolWidth]]** | + | * //N/A// |
- | * **Return**:Single | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#ColumnName|ColumnName]]** | + | == Return Value == |
- | * **Return**:String | + | * Type:Void |
- | * **Summary**:This property gets and sets the column name that will be used for the drawing and matching. | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#DuplicateRule|DuplicateRule]]** | + | == Parameters == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.LabelDuplicateRule|LabelDuplicateRule]] | + | * //stream// |
- | * **Summary**:N/A | + | * Type:Stream |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#Filters|Filters]]** | + | <div newline></div> |
- | * **Return**:Collection<String> | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#FittingPolygon|FittingPolygon]]** | + | * //N/A// |
- | * **Return**:Boolean | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#FittingPolygonFactor|FittingPolygonFactor]]** | + | == Return Value == |
- | * **Return**:Double | + | * Type:String |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#ForceLineCarriage|ForceLineCarriage]]** | + | == Parameters == |
- | * **Return**:Boolean | + | <div newline></div> |
- | * **Summary**:N/A | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | **{{wiki:PublicProperty.gif|}}[[#GridSize|GridSize]]** | + | * //N/A// |
- | * **Return**:Int32 | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#IconValueItems|IconValueItems]]** | + | == Return Value == |
- | * **Return**:Collection<[[ThinkGeo.MapSuite.Core.IconValueItem|IconValueItem]]> | + | * Type:Boolean |
- | * **Summary**:This property gets the collection of IconValueItems for matching. | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#IsActive|IsActive]]** | + | == Parameters == |
- | * **Return**:Boolean | + | * //obj// |
- | * **Summary**:N/A | + | * Type:Object |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#LabelAllLineParts|LabelAllLineParts]]** | + | <div newline></div> |
- | * **Return**:Boolean | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#LabelAllPolygonParts|LabelAllPolygonParts]]** | + | * //N/A// |
- | * **Return**:Boolean | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#LeaderLineMinimumLengthInPixels|LeaderLineMinimumLengthInPixels]]** | + | == Return Value == |
- | * **Return**:Single | + | * Type:Int32 |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#LeaderLineRule|LeaderLineRule]]** | + | == Parameters == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.LabelLeaderLinesRule|LabelLeaderLinesRule]] | + | <div newline></div> |
- | * **Summary**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | **{{wiki:PublicProperty.gif|}}[[#LeaderLineStyle|LeaderLineStyle]]** | + | * //N/A// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#MaskType|MaskType]]** | + | == Return Value == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.MaskType|MaskType]] | + | * Type:Type |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#MaxNudgingInPixel|MaxNudgingInPixel]]** | + | == Parameters == |
- | * **Return**:Int32 | + | <div newline></div> |
- | * **Summary**:N/A | + | ==== Protected Methods ==== |
+ | ** {{wiki:ProtectedMethod.gif|}} DrawCore(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** | ||
- | **{{wiki:PublicProperty.gif|}}[[#Name|Name]]** | + | * //This method draws the features on the canvas you provided.// |
- | * **Return**:String | + | == Remarks == |
- | * **Summary**:N/A | + | * //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.// |
- | **{{wiki:PublicProperty.gif|}}[[#NudgingIntervalInPixel|NudgingIntervalInPixel]]** | + | == Return Value == |
- | * **Return**:Single | + | * Type:Void |
- | * **Summary**:N/A | + | * Description:None |
- | **{{wiki:PublicProperty.gif|}}[[#OverlappingRule|OverlappingRule]]** | + | == Parameters == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.LabelOverlappingRule|LabelOverlappingRule]] | + | * //features// |
- | * **Summary**:N/A | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
+ | * Description:This parameter represents the features you want to draw on the canvas. | ||
- | **{{wiki:PublicProperty.gif|}}[[#PointPlacement|PointPlacement]]** | + | * //canvas// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.PointPlacement|PointPlacement]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Summary**:N/A | + | * Description:This parameter represents the canvas you want to draw the features on. |
- | **{{wiki:PublicProperty.gif|}}[[#PolygonLabelingLocationMode|PolygonLabelingLocationMode]]** | + | * //labelsInThisLayer// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.PolygonLabelingLocationMode|PolygonLabelingLocationMode]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Summary**:N/A | + | * Description:The labels will be drawn in the current layer only. |
- | **{{wiki:PublicProperty.gif|}}[[#RequiredColumnNames|RequiredColumnNames]]** | + | * //labelsInAllLayers// |
- | * **Return**:Collection<String> | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Summary**:N/A | + | * Description:The labels will be drawn in all layers. |
- | **{{wiki:PublicProperty.gif|}}[[#SuppressPartialLabels|SuppressPartialLabels]]** | + | <div newline></div> |
- | * **Return**:Boolean | + | ** {{wiki:ProtectedMethod.gif|}} GetRequiredColumnNamesCore() ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#TextLineSegmentRatio|TextLineSegmentRatio]]** | + | * //This method returns the column data for each feature that is required for the style to properly draw.// |
- | * **Return**:Double | + | == Remarks == |
- | * **Summary**:N/A | + | * //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.// |
- | === Protected Properties === | + | == Return Value == |
- | **{{wiki:ProtectedProperty.gif|}}[[#Advanced|Advanced]]** | + | * Type:Collection<String> |
- | * **Return**:[[ThinkGeo.MapSuite.Core.TextStyleAdvanced|TextStyleAdvanced]] | + | * Description:This method returns a collection of the column names that it needs. |
- | * **Summary**:N/A | + | |
- | **{{wiki:ProtectedProperty.gif|}}[[#AllowSpline|AllowSpline]]** | + | == Parameters == |
- | * **Return**:Boolean | + | <div newline></div> |
- | * **Summary**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} GetLabelingCandidateCore(Feature,GeoCanvas) ** |
- | **{{wiki:ProtectedProperty.gif|}}[[#CustomTextStyles|CustomTextStyles]]** | + | * //This method determines whether the specified feature is a good candidate to be labeled, based on the labeling properties set.// |
- | * **Return**:Collection<[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]]> | + | == Remarks == |
- | * **Summary**:N/A | + | * //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.// |
- | **{{wiki:ProtectedProperty.gif|}}[[#DateFormat|DateFormat]]** | + | == Return Value == |
- | * **Return**:String | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]]> |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:ProtectedProperty.gif|}}[[#DrawingLevel|DrawingLevel]]** | + | == Parameters == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | + | * //feature// |
- | * **Summary**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:This parameter is the feature that will be considered as a labeling candidate. | ||
- | **{{wiki:ProtectedProperty.gif|}}[[#FiltersCore|FiltersCore]]** | + | * //canvas// |
- | * **Return**:Collection<String> | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Summary**:N/A | + | * Description:This parameter is the canvas that will be used to draw the feature. This method will not draw on this canvas, but rather will use it to determine font size, etc. |
- | **{{wiki:ProtectedProperty.gif|}}[[#FittingLineInScreen|FittingLineInScreen]]** | + | <div newline></div> |
- | * **Return**:Boolean | + | ** {{wiki:ProtectedMethod.gif|}} FilterFeatures(IEnumerable<Feature>,GeoCanvas) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:ProtectedProperty.gif|}}[[#FittingPolygonInScreen|FittingPolygonInScreen]]** | + | * //N/A// |
- | * **Return**:Boolean | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:ProtectedProperty.gif|}}[[#Font|Font]]** | + | == Return Value == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:ProtectedProperty.gif|}}[[#ForceHorizontalLabelForLine|ForceHorizontalLabelForLine]]** | + | == Parameters == |
- | * **Return**:Boolean | + | * //features// |
- | * **Summary**:N/A | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
+ | * Description:N/A | ||
- | **{{wiki:ProtectedProperty.gif|}}[[#HaloPen|HaloPen]]** | + | * //canvas// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:ProtectedProperty.gif|}}[[#LabelPositions|LabelPositions]]** | + | <div newline></div> |
- | * **Return**:Dictionary<String,[[ThinkGeo.MapSuite.Core.WorldLabelingCandidate|WorldLabelingCandidate]]> | + | ** {{wiki:ProtectedMethod.gif|}} FilterFeaturesCore(IEnumerable<Feature>,GeoCanvas) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:ProtectedProperty.gif|}}[[#Mask|Mask]]** | + | * //N/A// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:ProtectedProperty.gif|}}[[#MaskMargin|MaskMargin]]** | + | == Return Value == |
- | * **Return**:Int32 | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:ProtectedProperty.gif|}}[[#NumericFormat|NumericFormat]]** | + | == Parameters == |
- | * **Return**:String | + | * //features// |
- | * **Summary**:N/A | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
+ | * Description:N/A | ||
- | **{{wiki:ProtectedProperty.gif|}}[[#RotationAngle|RotationAngle]]** | + | * //canvas// |
- | * **Return**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:ProtectedProperty.gif|}}[[#SplineType|SplineType]]** | + | <div newline></div> |
- | * **Return**:[[ThinkGeo.MapSuite.Core.SplineType|SplineType]] | + | ** {{wiki:ProtectedMethod.gif|}} AbbreviateText(Feature,GeoCanvas) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:ProtectedProperty.gif|}}[[#TextColumnName|TextColumnName]]** | + | * //N/A// |
- | * **Return**:String | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:ProtectedProperty.gif|}}[[#TextFormat|TextFormat]]** | + | == Return Value == |
- | * **Return**:String | + | * Type:Void |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:ProtectedProperty.gif|}}[[#TextSolidBrush|TextSolidBrush]]** | + | == Parameters == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] | + | * //feature// |
- | * **Summary**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
+ | * Description:N/A | ||
- | **{{wiki:ProtectedProperty.gif|}}[[#XOffsetInPixel|XOffsetInPixel]]** | + | * //canvas// |
- | * **Return**:Single | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:ProtectedProperty.gif|}}[[#YOffsetInPixel|YOffsetInPixel]]** | + | <div newline></div> |
- | * **Return**:Single | + | ** {{wiki:ProtectedMethod.gif|}} AbbreviateTextCore(Feature,GeoCanvas) ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:ProtectedProperty.gif|}}[[#uBs=|uBs=]]** | + | * //N/A// |
- | * **Return**:Boolean | + | == Remarks == |
- | * **Summary**:N/A | + | * //N/A// |
- | **{{wiki:ProtectedProperty.gif|}}[[#xT8=|xT8=]]** | + | == Return Value == |
- | * **Return**:Boolean | + | * Type:Void |
- | * **Summary**:N/A | + | * Description:N/A |
- | === Public Events === | + | == Parameters == |
- | **{{wiki:PublicEvent.gif|}}[[#Formatted|Formatted]]** | + | * //feature// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.FormattedPositionStyleEventArgs|FormattedPositionStyleEventArgs]] | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicEvent.gif|}}[[#Formatting|Formatting]]** | + | * //canvas// |
- | * **Event Arguments**:[[ThinkGeo.MapSuite.Core.FormattingPositionStyleEventArgs|FormattingPositionStyleEventArgs]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | ===== Public Constructors ===== | + | <div newline></div> |
- | === IconValueStyle() === | + | ** {{wiki:ProtectedMethod.gif|}} GetLabelingCandidates(Feature,GeoCanvas) ** |
- | This is the constructor for the class. | + | |
- | ==== Remarks ==== | + | |
- | If you use this constructor, then you need to set the required properties manually. | + | |
- | ==== Parameters ==== | + | |
- | [[#Public Constructors|Go Back]] | + | |
- | === IconValueStyle(String) === | + | |
- | This is the constructor for the class. | + | |
- | ==== Remarks ==== | + | |
- | None | + | |
- | ==== Parameters ==== | + | |
- | **columnName** | + | |
- | * **Type**:String | + | |
- | * **Description:This parameter is the column name you want to match on. | + | |
- | [[#Public Constructors|Go Back]] | + | * //N/A// |
- | === IconValueStyle(String,IEnumerable<IconValueItem>) === | + | == Remarks == |
- | This is the constructor for the class. | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | None | + | |
- | ==== Parameters ==== | + | |
- | **columnName** | + | |
- | * **Type**:String | + | |
- | * **Description:This parameter is the column name you want to match on. | + | |
- | **iconValueItems** | + | == Return Value == |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.IconValueItem|IconValueItem]]> | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]]> |
- | * **Description:This parameter is the icon value items you want to match on. | + | * Description:N/A |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ===== Protected Constructors ===== | + | * //feature// |
- | ===== Public Methods ===== | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
- | === CloneDeep() === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //canvas// |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} CheckDuplicate(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** |
- | === Draw(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **features** | + | * Type:Boolean |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **canvas** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * //labelingCandidate// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] |
+ | * Description:N/A | ||
- | **labelsInThisLayer** | + | * //canvas// |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Description**:N/A | + | * Description:N/A |
- | **labelsInAllLayers** | + | * //labelsInThisLayer// |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | * //labelsInAllLayers// |
- | === Draw(IEnumerable<BaseShape>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) === | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | <div newline></div> |
- | * **Return Type**:Void | + | ** {{wiki:ProtectedMethod.gif|}} CheckDuplicateCore(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | + | * //N/A// |
- | **shapes** | + | == Remarks == |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]> | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **canvas** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Type:Boolean |
- | * **Description**:N/A | + | * Description:N/A |
- | **labelsInThisLayer** | + | == Parameters == |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * //labelingCandidate// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] |
+ | * Description:N/A | ||
- | **labelsInAllLayers** | + | * //canvas// |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Public Methods|Go Back]] | + | * //labelsInThisLayer// |
- | === DrawSample(GeoCanvas,DrawingRectangleF) === | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //labelsInAllLayers// |
- | * **Return Type**:Void | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | **canvas** | + | ** {{wiki:ProtectedMethod.gif|}} CheckOverlapping(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | |
- | * **Description**:N/A | + | |
- | **drawingExtent** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Return Value == |
- | === DrawSample(GeoCanvas) === | + | * Type:Boolean |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //labelingCandidate// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //canvas// |
- | **canvas** | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //labelsInThisLayer// |
- | === Equals(Object) === | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //labelsInAllLayers// |
- | * **Return Type**:Boolean | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | **obj** | + | ** {{wiki:ProtectedMethod.gif|}} CheckOverlappingCore(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** |
- | * **Type**:Object | + | |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | * //N/A// |
- | === GetHashCode() === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Int32 | + | * Type:Boolean |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //labelingCandidate// |
- | === GetRequiredColumnNames() === | + | * Type:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //canvas// |
- | * **Return Type**:Collection<String> | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //labelsInThisLayer// |
- | [[#Public Methods|Go Back]] | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | === GetType() === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //labelsInAllLayers// |
- | * **Return Type**:Type | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:ProtectedMethod.gif|}} GetLabelingCandidateForOnePolygon(PolygonShape,String,GeoCanvas) ** |
- | === SaveStyle(String) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Void | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **filePathName** | + | * Type:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] |
- | * **Type**:String | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | == Parameters == |
- | === SaveStyle(Stream) === | + | * //polygon// |
- | N/A | + | * Type:[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] |
- | ==== Remarks ==== | + | * Description:N/A |
- | N/A | + | |
- | **Return Value** | + | * //text// |
- | * **Return Type**:Void | + | * Type:String |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | * //canvas// |
- | **stream** | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Type**:Stream | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === ToString() === | + | ** {{wiki:ProtectedMethod.gif|}} Format(String,BaseShape) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:String | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:String |
- | ===== Protected Methods ===== | + | * Description:N/A |
- | === AbbreviateText(Feature,GeoCanvas) === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Void | + | * //text// |
- | * **Description**:N/A | + | * Type:String |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | * //labeledShape// |
- | **feature** | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **canvas** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | ** {{wiki:ProtectedMethod.gif|}} FormatCore(String,BaseShape) ** |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === AbbreviateTextCore(Feature,GeoCanvas) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:String |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **feature** | + | * //text// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Type:String |
- | * **Description**:N/A | + | * Description:N/A |
- | **canvas** | + | * //labeledShape// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
- | * **Description**:N/A | + | * Description:N/A |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === CheckDuplicate(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) === | + | ** {{wiki:ProtectedMethod.gif|}} OnFormatting(FormattingPositionStyleEventArgs) ** |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Boolean | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | **labelingCandidate** | + | * Type:Void |
- | * **Type**:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] | + | * Description:N/A |
- | * **Description**:N/A | + | |
- | **canvas** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * //e// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.FormattingPositionStyleEventArgs|FormattingPositionStyleEventArgs]] |
+ | * Description:N/A | ||
- | **labelsInThisLayer** | + | <div newline></div> |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | ** {{wiki:ProtectedMethod.gif|}} OnFormatted(FormattedPositionStyleEventArgs) ** |
- | * **Description**:N/A | + | |
- | **labelsInAllLayers** | + | * //N/A// |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === CheckDuplicateCore(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) === | + | * Type:Void |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Boolean | + | * //e// |
- | * **Description**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.FormattedPositionStyleEventArgs|FormattedPositionStyleEventArgs]] |
+ | * Description:N/A | ||
- | ==== Parameters ==== | + | <div newline></div> |
- | **labelingCandidate** | + | ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** |
- | * **Type**:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] | + | |
- | * **Description**:N/A | + | |
- | **canvas** | + | * //N/A// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | **labelsInThisLayer** | + | == Return Value == |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Type:[[ThinkGeo.MapSuite.Core.Style|Style]] |
- | * **Description**:N/A | + | * Description:N/A |
- | **labelsInAllLayers** | + | == Parameters == |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} DrawSampleCore(GeoCanvas,DrawingRectangleF) ** |
- | [[#Protected Methods|Go Back]] | + | * //N/A// |
- | === CheckOverlapping(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) === | + | == Remarks == |
- | N/A | + | * //N/A// |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Boolean | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **labelingCandidate** | + | * //canvas// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Description**:N/A | + | * Description:N/A |
- | **canvas** | + | * //drawingExtent// |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] |
- | * **Description**:N/A | + | * Description:N/A |
- | **labelsInThisLayer** | + | <div newline></div> |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | * **Description**:N/A | + | |
- | **labelsInAllLayers** | + | * //N/A// |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | [[#Protected Methods|Go Back]] | + | == Return Value == |
- | === CheckOverlappingCore(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) === | + | * Type:Void |
- | N/A | + | * Description:N/A |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:Boolean | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | ==== Parameters ==== | + | * //N/A// |
- | **labelingCandidate** | + | == Remarks == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] | + | * //N/A// |
- | * **Description**:N/A | + | |
- | **canvas** | + | == Return Value == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | * Type:Object |
- | * **Description**:N/A | + | * Description:N/A |
- | **labelsInThisLayer** | + | == Parameters == |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | <div newline></div> |
- | * **Description**:N/A | + | ==== Public Properties ==== |
+ | ** {{wiki:PublicProperty.gif|}} ColumnName ** | ||
- | **labelsInAllLayers** | + | This property gets and sets the column name that will be used for the drawing and matching. |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | == Remarks == |
- | * **Description**:N/A | + | 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 == | ||
+ | * Type:String | ||
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} IconValueItems ** |
- | === CloneDeepCore() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | This property gets the collection of IconValueItems for matching. |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | == Remarks == |
- | * **Description**:N/A | + | You should create your IconValueItems and place them in this collection for consideration. |
- | + | == Return Value == | |
- | ==== Parameters ==== | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.IconValueItem|IconValueItem]]> |
- | [[#Protected Methods|Go Back]] | + | |
- | === DrawCore(IEnumerable<Feature>,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) === | + | |
- | This method draws the features on the canvas you provided. | + | |
- | ==== Remarks ==== | + | |
- | 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** | + | |
- | * **Return Type**:Void | + | |
- | * **Description**:None | + | |
- | + | ||
- | ==== Parameters ==== | + | |
- | **features** | + | |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | |
- | * **Description**:This parameter represents the features you want to draw on the canvas. | + | |
- | + | ||
- | **canvas** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | |
- | * **Description**:This parameter represents the canvas you want to draw the features on. | + | |
- | + | ||
- | **labelsInThisLayer** | + | |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | |
- | * **Description**:The labels will be drawn in the current layer only. | + | |
- | **labelsInAllLayers** | + | ** {{wiki:PublicProperty.gif|}} PolygonLabelingLocationMode ** |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | |
- | * **Description**:The labels will be drawn in all layers. | + | |
- | [[#Protected Methods|Go Back]] | ||
- | === DrawSampleCore(GeoCanvas,DrawingRectangleF) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.PolygonLabelingLocationMode|PolygonLabelingLocationMode]] | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} MaxNudgingInPixel ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **canvas** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
- | * **Description**:N/A | ||
- | |||
- | **drawingExtent** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === FilterFeatures(IEnumerable<Feature>,GeoCanvas) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} NudgingIntervalInPixel ** |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | ==== Parameters ==== | + | |
- | **features** | + | |
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | **canvas** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | ||
- | === FilterFeaturesCore(IEnumerable<Feature>,GeoCanvas) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Single | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} BestPlacementSymbolWidth ** |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **features** | ||
- | * **Type**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | ||
- | * **Description**:N/A | ||
- | |||
- | **canvas** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === Finalize() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Single | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} BestPlacementSymbolHeight ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | === Format(String,BaseShape) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Single | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} AbbreviationDictionary ** |
- | * **Return Type**:String | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **text** | ||
- | * **Type**:String | ||
- | * **Description**:N/A | ||
- | |||
- | **labeledShape** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === FormatCore(String,BaseShape) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Dictionary<String,String> | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} LeaderLineStyle ** |
- | * **Return Type**:String | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **text** | ||
- | * **Type**:String | ||
- | * **Description**:N/A | ||
- | |||
- | **labeledShape** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === GetLabelingCandidateCore(Feature,GeoCanvas) === | ||
- | This method determines whether the specified feature is a good candidate to be labeled, based on the labeling properties set. | ||
- | ==== Remarks ==== | ||
- | 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** | ||
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]]> | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | **feature** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | ||
- | * **Description**:This parameter is the feature that will be considered as a labeling candidate. | ||
- | |||
- | **canvas** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
- | * **Description**:This parameter is the canvas that will be used to draw the feature. This method will not draw on this canvas, but rather will use it to determine font size, etc. | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === GetLabelingCandidates(Feature,GeoCanvas) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} LeaderLineRule ** |
- | * **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]]> | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | ==== Parameters ==== | + | |
- | **feature** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | **canvas** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | [[#Protected Methods|Go Back]] | + | |
- | === GetRequiredColumnNamesCore() === | + | |
- | This method returns the column data for each feature that is required for the style to properly draw. | + | |
- | ==== Remarks ==== | + | |
- | 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** | + | |
- | * **Return Type**:Collection<String> | + | |
- | * **Description**:This method returns a collection of the column names that it needs. | + | |
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | === MemberwiseClone() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.LabelLeaderLinesRule|LabelLeaderLinesRule]] | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} LeaderLineMinimumLengthInPixels ** |
- | * **Return Type**:Object | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | === OnFormatted(FormattedPositionStyleEventArgs) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Single | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} GridSize ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **e** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.FormattedPositionStyleEventArgs|FormattedPositionStyleEventArgs]] | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === OnFormatting(FormattingPositionStyleEventArgs) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} DuplicateRule ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **e** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.FormattingPositionStyleEventArgs|FormattingPositionStyleEventArgs]] | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === lD8=(PolygonShape,String,GeoCanvas) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.LabelDuplicateRule|LabelDuplicateRule]] | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} OverlappingRule ** |
- | * **Return Type**:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | ==== Parameters ==== | + | |
- | **polygon** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | **text** | + | |
- | * **Type**:String | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | **canvas** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | |
- | * **Description**:N/A | + | |
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | === AbbreviationDictionary === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Dictionary<String,String> | + | * Type:[[ThinkGeo.MapSuite.Core.LabelOverlappingRule|LabelOverlappingRule]] |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} AllowLineCarriage ** |
- | === AllowLineCarriage === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Boolean | + | |
- | [[#Public Properties|Go Back]] | ||
- | === BestPlacement === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Boolean |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} SuppressPartialLabels ** |
- | === BestPlacementSymbolHeight === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Single | + | |
- | [[#Public Properties|Go Back]] | ||
- | === BestPlacementSymbolWidth === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:Boolean |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} ForceLineCarriage ** |
- | === ColumnName === | + | |
- | This property gets and sets the column name that will be used for the drawing and matching. | + | |
- | ==== Remarks ==== | + | |
- | 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 ==== | + | |
- | **Return Type**:String | + | |
- | [[#Public Properties|Go Back]] | ||
- | === DuplicateRule === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.LabelDuplicateRule|LabelDuplicateRule]] | + | * Type:Boolean |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} FittingPolygon ** |
- | === Filters === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Collection<String> | + | |
- | [[#Public Properties|Go Back]] | ||
- | === FittingPolygon === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Boolean |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} LabelAllPolygonParts ** |
- | === FittingPolygonFactor === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Double | + | |
- | [[#Public Properties|Go Back]] | ||
- | === ForceLineCarriage === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Boolean |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} LabelAllLineParts ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === GridSize === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Int32 | + | * Type:Boolean |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} FittingPolygonFactor ** |
- | === IconValueItems === | + | |
- | This property gets the collection of IconValueItems for matching. | + | |
- | ==== Remarks ==== | + | |
- | You should create your IconValueItems and place them in this collection for consideration. | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.IconValueItem|IconValueItem]]> | + | |
- | [[#Public Properties|Go Back]] | ||
- | === IsActive === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Double |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} TextLineSegmentRatio ** |
- | === LabelAllLineParts === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Boolean | + | |
- | [[#Public Properties|Go Back]] | ||
- | === LabelAllPolygonParts === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Double |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} BestPlacement ** |
- | === LeaderLineMinimumLengthInPixels === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Single | + | |
- | [[#Public Properties|Go Back]] | ||
- | === LeaderLineRule === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.LabelLeaderLinesRule|LabelLeaderLinesRule]] | + | * Type:Boolean |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} PointPlacement ** |
- | === LeaderLineStyle === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === MaskType === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.MaskType|MaskType]] | + | * Type:[[ThinkGeo.MapSuite.Core.PointPlacement|PointPlacement]] |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} MaskType ** |
- | === MaxNudgingInPixel === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Int32 | + | |
- | [[#Public Properties|Go Back]] | ||
- | === Name === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:[[ThinkGeo.MapSuite.Core.MaskType|MaskType]] |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} Name ** |
- | === NudgingIntervalInPixel === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Single | + | |
- | [[#Public Properties|Go Back]] | ||
- | === OverlappingRule === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.LabelOverlappingRule|LabelOverlappingRule]] | + | * Type:String |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} IsActive ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === PointPlacement === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.PointPlacement|PointPlacement]] | + | * Type:Boolean |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} RequiredColumnNames ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === PolygonLabelingLocationMode === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.PolygonLabelingLocationMode|PolygonLabelingLocationMode]] | + | * Type:Collection<String> |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} Filters ** |
- | === RequiredColumnNames === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Collection<String> | + | |
- | [[#Public Properties|Go Back]] | ||
- | === SuppressPartialLabels === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Collection<String> |
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} IsStyleDefault ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === TextLineSegmentRatio === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Double | + | * Type:Boolean |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} LabelPositions ** | ||
- | [[#Public Properties|Go Back]] | ||
- | ===== Protected Properties ===== | ||
- | === Advanced === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.TextStyleAdvanced|TextStyleAdvanced]] | + | * Type:Dictionary<String,[[ThinkGeo.MapSuite.Core.WorldLabelingCandidate|WorldLabelingCandidate]]> |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} XOffsetInPixel ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === AllowSpline === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Single |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} YOffsetInPixel ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === CustomTextStyles === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Collection<[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]]> | + | * Type:Single |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} CustomTextStyles ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === DateFormat === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]]> |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} RotationAngle ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === DrawingLevel === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] | + | * Type:Double |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} FittingLineInScreen ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === FiltersCore === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Collection<String> | + | * Type:Boolean |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} FittingPolygonInScreen ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === FittingLineInScreen === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Boolean |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} TextFormat ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === FittingPolygonInScreen === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:String |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} NumericFormat ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === Font === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] | + | * Type:String |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} DateFormat ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === ForceHorizontalLabelForLine === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:String |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} TextSolidBrush ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === HaloPen === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] |
- | [[#Protected Properties|Go Back]] | + | ** {{wiki:ProtectedProperty.gif|}} Font ** |
- | === LabelPositions === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Dictionary<String,[[ThinkGeo.MapSuite.Core.WorldLabelingCandidate|WorldLabelingCandidate]]> | + | |
- | [[#Protected Properties|Go Back]] | ||
- | === Mask === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} HaloPen ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === MaskMargin === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Int32 | + | * Type:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} TextColumnName ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === NumericFormat === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:String |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} Mask ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === RotationAngle === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Double | + | * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} MaskMargin ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === SplineType === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.SplineType|SplineType]] | + | * Type:Int32 |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} Advanced ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === TextColumnName === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:[[ThinkGeo.MapSuite.Core.TextStyleAdvanced|TextStyleAdvanced]] |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} AllowSpline ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === TextFormat === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:Boolean |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} ForceHorizontalLabelForLine ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === TextSolidBrush === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] | + | * Type:Boolean |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} SplineType ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === XOffsetInPixel === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:[[ThinkGeo.MapSuite.Core.SplineType|SplineType]] |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} DrawingLevel ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === YOffsetInPixel === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} IsDefault ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === uBs= === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Boolean |
+ | |||
+ | ** {{wiki:ProtectedProperty.gif|}} FiltersCore ** | ||
- | [[#Protected Properties|Go Back]] | ||
- | === xT8= === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Boolean | + | * Type:Collection<String> |
- | [[#Protected Properties|Go Back]] | + | ==== Public Events ==== |
- | ===== Public Events ===== | + | ** {{wiki:PublicEvent.gif|}} Formatting ** |
- | === Formatted === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.FormattedPositionStyleEventArgs|FormattedPositionStyleEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.FormattingPositionStyleEventArgs|FormattingPositionStyleEventArgs]] |
- | [[#Public Events|Go Back]] | + | ** {{wiki:PublicEvent.gif|}} Formatted ** |
- | === Formatting === | + | |
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Event Arguments**:[[ThinkGeo.MapSuite.Core.FormattingPositionStyleEventArgs|FormattingPositionStyleEventArgs]] | + | Event Arguments:[[ThinkGeo.MapSuite.Core.FormattedPositionStyleEventArgs|FormattedPositionStyleEventArgs]] |
- | [[#Public Events|Go Back]] | ||