This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
thinkgeo.mapsuite.core.labelingcandidate [2015/09/22 08:22] admin |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.Core.LabelingCandidate ====== | ||
| - | This class represents a candidate for labeling. | ||
| - | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | ||
| - | ***ThinkGeo.MapSuite.Core.LabelingCandidate** | ||
| - | *[[ThinkGeo.MapSuite.Core.WorldLabelingCandidate]] | ||
| - | ===== Members Summary ===== | ||
| - | ==== Public Constructors ==== | ||
| - | ** {{wiki:PublicMethod.gif|}} LabelingCandidate() ** | ||
| - | |||
| - | * //This is a constructor for the class.// | ||
| - | == Remarks == | ||
| - | * //If you use this constructor, then you should set the applicable properties manually.// | ||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} LabelingCandidate(String,PolygonShape,PointShape) ** | ||
| - | |||
| - | * //This is a constructor for the class.// | ||
| - | == Remarks == | ||
| - | * //None// | ||
| - | == Parameters == | ||
| - | * //originalText// | ||
| - | * Type:String | ||
| - | * Description:This parameter represents the text of the label before it is potentially modified. | ||
| - | |||
| - | * //simplePolygonInScreenCoordinates// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] | ||
| - | * Description:This parameter is a polygon (in screen coordinates) representing the area to be labeled. | ||
| - | |||
| - | * //centerPointInScreenCoordinates// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
| - | * Description:This parameter is the center of the polygon (in screen coordinates) representing the area to be labeled. | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} LabelingCandidate(String,PolygonShape,PointShape,Collection<LabelInformation>) ** | ||
| - | |||
| - | * //This is a constructor for the class.// | ||
| - | == Remarks == | ||
| - | * //None// | ||
| - | == Parameters == | ||
| - | * //originalText// | ||
| - | * Type:String | ||
| - | * Description:This parameter represents the text of the label before it is potentially modified. | ||
| - | |||
| - | * //simplePolygonInScreenCoordinates// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] | ||
| - | * Description:This parameter is a polygon (in screen coordinates) representing the area to be labeled. | ||
| - | |||
| - | * //centerPointInScreenCoordinates// | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
| - | * Description:This parameter is the center of the polygon (in screen coordinates) representing the area to be labeled. | ||
| - | |||
| - | * //labelInformation// | ||
| - | * Type:Collection<[[ThinkGeo.MapSuite.Core.LabelInformation|LabelInformation]]> | ||
| - | * Description:This parameter is the labeling information for this labeling candidate. | ||
| - | |||
| - | <div newline></div> | ||
| - | ==== Protected Constructors ==== | ||
| - | ==== Public Methods ==== | ||
| - | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:String | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Boolean | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | * //obj// | ||
| - | * Type:Object | ||
| - | * Description:N/A | ||
| - | |||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Int32 | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Type | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ==== Protected Methods ==== | ||
| - | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Void | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | |||
| - | * //N/A// | ||
| - | == Remarks == | ||
| - | * //N/A// | ||
| - | |||
| - | == Return Value == | ||
| - | * Type:Object | ||
| - | * Description:N/A | ||
| - | |||
| - | == Parameters == | ||
| - | <div newline></div> | ||
| - | ==== Public Properties ==== | ||
| - | ** {{wiki:PublicProperty.gif|}} OriginalText ** | ||
| - | |||
| - | This property gets and sets the original text for the label. | ||
| - | == Remarks == | ||
| - | None | ||
| - | == Return Value == | ||
| - | * Type:String | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} ScreenArea ** | ||
| - | |||
| - | This property gets and sets the screen area that encompasses the label. | ||
| - | == Remarks == | ||
| - | None | ||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} CenterPoint ** | ||
| - | |||
| - | This property gets and sets the center point for the center of the label. | ||
| - | == Remarks == | ||
| - | None | ||
| - | == Return Value == | ||
| - | * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] | ||
| - | |||
| - | ** {{wiki:PublicProperty.gif|}} LabelInformation ** | ||
| - | |||
| - | This property gets and sets the label information for this label. | ||
| - | == Remarks == | ||
| - | None | ||
| - | == Return Value == | ||
| - | * Type:Collection<[[ThinkGeo.MapSuite.Core.LabelInformation|LabelInformation]]> | ||
| - | |||
| - | ==== Protected Properties ==== | ||
| - | ==== Public Events ==== | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.