This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.core.iconstyle [2015/09/21 01:05] admin |
thinkgeo.mapsuite.core.iconstyle [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.IconStyle ====== | ====== ThinkGeo.MapSuite.Core.IconStyle ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| This class displays an icon with text from the data of the feature. | This class displays an icon with text from the data of the feature. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 177: | Line 180: | ||
| * //canvas// | * //canvas// | ||
| * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} SaveStyle(String) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //filePathName// | ||
| + | * Type:String | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| + | ** {{wiki:PublicMethod.gif|}} SaveStyle(Stream) ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //stream// | ||
| + | * Type:Stream | ||
| * Description:N/A | * Description:N/A | ||
| Line 301: | Line 336: | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} hHM=(PolygonShape,String,GeoCanvas) ** | + | ** {{wiki:ProtectedMethod.gif|}} GetRequiredColumnNamesCore() ** |
| N/A | N/A | ||
| Line 308: | Line 343: | ||
| == Return Value == | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] | + | * Type:Collection<String> |
| * Description:N/A | * Description:N/A | ||
| == Parameters == | == Parameters == | ||
| - | * //hXM=// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] | ||
| - | * Description:N/A | ||
| - | |||
| - | * //hnM=// | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | * //h3M=// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
| - | * Description:N/A | ||
| - | |||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} Format(String,BaseShape) ** | + | ** {{wiki:ProtectedMethod.gif|}} FilterFeatures(IEnumerable<Feature>,GeoCanvas) ** |
| N/A | N/A | ||
| Line 332: | Line 355: | ||
| == Return Value == | == Return Value == | ||
| - | * Type:String | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
| * Description:N/A | * Description:N/A | ||
| == Parameters == | == Parameters == | ||
| - | * //text// | + | * //features// |
| - | * Type:String | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
| * Description:N/A | * Description:N/A | ||
| - | * //labeledShape// | + | * //canvas// |
| - | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
| * Description:N/A | * Description:N/A | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} FormatCore(String,BaseShape) ** | + | ** {{wiki:ProtectedMethod.gif|}} FilterFeaturesCore(IEnumerable<Feature>,GeoCanvas) ** |
| N/A | N/A | ||
| Line 352: | Line 375: | ||
| == Return Value == | == Return Value == | ||
| - | * Type:String | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
| * Description:N/A | * Description:N/A | ||
| == Parameters == | == Parameters == | ||
| - | * //text// | + | * //features// |
| - | * Type:String | + | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> |
| * Description:N/A | * Description:N/A | ||
| - | * //labeledShape// | + | * //canvas// |
| - | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
| * Description:N/A | * Description:N/A | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} OnFormatting(FormattingPositionStyleEventArgs) ** | + | ** {{wiki:ProtectedMethod.gif|}} AbbreviateText(Feature,GeoCanvas) ** |
| N/A | N/A | ||
| Line 376: | Line 399: | ||
| == Parameters == | == Parameters == | ||
| - | * //e// | + | * //feature// |
| - | * Type:[[ThinkGeo.MapSuite.Core.FormattingPositionStyleEventArgs|FormattingPositionStyleEventArgs]] | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
| + | * Description:N/A | ||
| + | |||
| + | * //canvas// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
| * Description:N/A | * Description:N/A | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} OnFormatted(FormattedPositionStyleEventArgs) ** | + | ** {{wiki:ProtectedMethod.gif|}} AbbreviateTextCore(Feature,GeoCanvas) ** |
| N/A | N/A | ||
| Line 392: | Line 419: | ||
| == Parameters == | == Parameters == | ||
| - | * //e// | + | * //feature// |
| - | * Type:[[ThinkGeo.MapSuite.Core.FormattedPositionStyleEventArgs|FormattedPositionStyleEventArgs]] | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
| * Description:N/A | * Description:N/A | ||
| - | <div newline></div> | + | * //canvas// |
| - | ** {{wiki:ProtectedMethod.gif|}} GetRequiredColumnNamesCore() ** | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
| + | * Description:N/A | ||
| - | N/A | ||
| - | == Remarks == | ||
| - | N/A | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Collection<String> | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} FilterFeatures(IEnumerable<Feature>,GeoCanvas) ** | + | ** {{wiki:ProtectedMethod.gif|}} GetLabelingCandidates(Feature,GeoCanvas) ** |
| N/A | N/A | ||
| Line 416: | Line 435: | ||
| == Return Value == | == Return Value == | ||
| - | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]]> |
| * Description:N/A | * Description:N/A | ||
| == Parameters == | == Parameters == | ||
| - | * //features// | + | * //feature// |
| - | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] |
| * Description:N/A | * Description:N/A | ||
| Line 429: | Line 448: | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} FilterFeaturesCore(IEnumerable<Feature>,GeoCanvas) ** | + | ** {{wiki:ProtectedMethod.gif|}} CheckDuplicate(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** |
| N/A | N/A | ||
| Line 436: | Line 455: | ||
| == Return Value == | == Return Value == | ||
| - | * Type:Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:Boolean |
| * Description:N/A | * Description:N/A | ||
| == Parameters == | == Parameters == | ||
| - | * //features// | + | * //labelingCandidate// |
| - | * Type:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | + | * Type:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] |
| * Description:N/A | * Description:N/A | ||
| * //canvas// | * //canvas// | ||
| * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //labelsInThisLayer// | ||
| + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | ||
| + | * Description:N/A | ||
| + | |||
| + | * //labelsInAllLayers// | ||
| + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | ||
| * Description:N/A | * Description:N/A | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} GetLabelingCandidates(Feature,GeoCanvas) ** | + | ** {{wiki:ProtectedMethod.gif|}} CheckDuplicateCore(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** |
| N/A | N/A | ||
| Line 456: | Line 483: | ||
| == Return Value == | == Return Value == | ||
| - | * Type:Collection<[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]]> | + | * Type:Boolean |
| * Description:N/A | * Description:N/A | ||
| == Parameters == | == Parameters == | ||
| - | * //feature// | + | * //labelingCandidate// |
| - | * Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] | + | * Type:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] |
| * Description:N/A | * Description:N/A | ||
| * //canvas// | * //canvas// | ||
| * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //labelsInThisLayer// | ||
| + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | ||
| + | * Description:N/A | ||
| + | |||
| + | * //labelsInAllLayers// | ||
| + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | ||
| * Description:N/A | * Description:N/A | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} CheckDuplicate(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** | + | ** {{wiki:ProtectedMethod.gif|}} CheckOverlapping(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** |
| N/A | N/A | ||
| Line 497: | Line 532: | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} CheckDuplicateCore(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** | + | ** {{wiki:ProtectedMethod.gif|}} CheckOverlappingCore(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** |
| N/A | N/A | ||
| Line 525: | Line 560: | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} CheckOverlapping(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** | + | ** {{wiki:ProtectedMethod.gif|}} lD8=(PolygonShape,String,GeoCanvas) ** |
| N/A | N/A | ||
| Line 532: | Line 567: | ||
| == Return Value == | == Return Value == | ||
| - | * Type:Boolean | + | * Type:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] |
| * Description:N/A | * Description:N/A | ||
| == Parameters == | == Parameters == | ||
| - | * //labelingCandidate// | + | * //polygon// |
| - | * Type:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] | + | * Type:[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] |
| + | * Description:N/A | ||
| + | |||
| + | * //text// | ||
| + | * Type:String | ||
| * Description:N/A | * Description:N/A | ||
| Line 544: | Line 583: | ||
| * Description:N/A | * Description:N/A | ||
| - | * //labelsInThisLayer// | + | <div newline></div> |
| - | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | ** {{wiki:ProtectedMethod.gif|}} Format(String,BaseShape) ** |
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:String | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //text// | ||
| + | * Type:String | ||
| * Description:N/A | * Description:N/A | ||
| - | * //labelsInAllLayers// | + | * //labeledShape// |
| - | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] |
| * Description:N/A | * Description:N/A | ||
| <div newline></div> | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} CheckOverlappingCore(LabelingCandidate,GeoCanvas,Collection<SimpleCandidate>,Collection<SimpleCandidate>) ** | + | ** {{wiki:ProtectedMethod.gif|}} FormatCore(String,BaseShape) ** |
| N/A | N/A | ||
| Line 560: | Line 611: | ||
| == Return Value == | == Return Value == | ||
| - | * Type:Boolean | + | * Type:String |
| * Description:N/A | * Description:N/A | ||
| == Parameters == | == Parameters == | ||
| - | * //labelingCandidate// | + | * //text// |
| - | * Type:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] | + | * 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 | ||
| - | * //labelsInThisLayer// | + | <div newline></div> |
| - | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | ** {{wiki:ProtectedMethod.gif|}} OnFormatting(FormattingPositionStyleEventArgs) ** |
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //e// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.FormattingPositionStyleEventArgs|FormattingPositionStyleEventArgs]] | ||
| * Description:N/A | * Description:N/A | ||
| - | * //labelsInAllLayers// | + | <div newline></div> |
| - | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | ** {{wiki:ProtectedMethod.gif|}} OnFormatted(FormattedPositionStyleEventArgs) ** |
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | |||
| + | == Return Value == | ||
| + | * Type:Void | ||
| + | * Description:N/A | ||
| + | |||
| + | == Parameters == | ||
| + | * //e// | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.FormattedPositionStyleEventArgs|FormattedPositionStyleEventArgs]] | ||
| * Description:N/A | * Description:N/A | ||
| Line 817: | Line 892: | ||
| == Return Value == | == Return Value == | ||
| * Type:[[ThinkGeo.MapSuite.Core.PolygonLabelingLocationMode|PolygonLabelingLocationMode]] | * Type:[[ThinkGeo.MapSuite.Core.PolygonLabelingLocationMode|PolygonLabelingLocationMode]] | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} MaxNudgingInPixel ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Int32 | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} NudgingIntervalInPixel ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Single | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} BestPlacementSymbolWidth ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Single | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} BestPlacementSymbolHeight ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Single | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} AbbreviationDictionary ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Dictionary<String,String> | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} LeaderLineStyle ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} LeaderLineRule ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.Core.LabelLeaderLinesRule|LabelLeaderLinesRule]] | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} LeaderLineMinimumLengthInPixels ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Single | ||
| ** {{wiki:PublicProperty.gif|}} GridSize ** | ** {{wiki:PublicProperty.gif|}} GridSize ** | ||
| Line 955: | Line 1094: | ||
| ==== Protected Properties ==== | ==== Protected Properties ==== | ||
| - | ** {{wiki:ProtectedProperty.gif|}} hHI= ** | + | ** {{wiki:ProtectedProperty.gif|}} xT8= ** |
| N/A | N/A | ||
| Line 971: | Line 1110: | ||
| * Type:Boolean | * Type:Boolean | ||
| - | ** {{wiki:ProtectedProperty.gif|}} e2U= ** | + | ** {{wiki:ProtectedProperty.gif|}} uBs= ** |
| N/A | N/A | ||