This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.silverlightcore.worldlabelingcandidate [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.silverlightcore.worldlabelingcandidate [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.SilverlightCore.WorldLabelingCandidate ====== | ====== ThinkGeo.MapSuite.SilverlightCore.WorldLabelingCandidate ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | + | This class represents a candidate with world center point information for labeling. | |
- | <!-- Class --> | + | |
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate]] | + | *ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate |
- | ***[[ThinkGeo.MapSuite.SilverlightCore.WorldLabelingCandidate]] | + | ***ThinkGeo.MapSuite.SilverlightCore.WorldLabelingCandidate** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} WorldLabelingCandidate() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WorldLabelingCandidate()|WorldLabelingCandidate]] | | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WorldLabelingCandidate(String)|WorldLabelingCandidate]] | String | | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#WorldLabelingCandidate(String, PointShape)|WorldLabelingCandidate]] | String, [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | | | | + | |
- | ==== Protected Constructors ==== | + | * //This is a default constructor for the class.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //If you use this constructor, then you should set the applicable properties manually.// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} WorldLabelingCandidate(String) ** | ||
+ | * //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. | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} WorldLabelingCandidate(String,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. | ||
+ | |||
+ | * //centerPointInWorldCoordinates// | ||
+ | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | ||
+ | * Description:This parameter is the center of the polygon (in world coordinates) representing the area to be labeled. | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
- | ==== Protected Methods ==== | + | * //N/A// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | * //N/A// |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | ==== Public Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:String |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CenterPoint|CenterPoint]] | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | [[ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate|LabelingCandidate]] | | | + | * Description:N/A |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CenterPointInWorldCoordinates|CenterPointInWorldCoordinates]] | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] | | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#LabelInformation|LabelInformation]] | Collection<[[ThinkGeo.MapSuite.SilverlightCore.LabelInformation|LabelInformation]]> | [[ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate|LabelingCandidate]] | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#OriginalText|OriginalText]] | String | [[ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate|LabelingCandidate]] | | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ScreenArea|ScreenArea]] | [[ThinkGeo.MapSuite.SilverlightCore.PolygonShape|PolygonShape]] | [[ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate|LabelingCandidate]] | | | + | |
- | ==== Protected Properties ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | ==== Public Events ==== | + | * //N/A// |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //N/A// | ||
- | ===== Public Constructors ===== | + | == Return Value == |
- | ==== WorldLabelingCandidate() ==== | + | * Type:Boolean |
- | === Parameters === | + | * Description:N/A |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ==== WorldLabelingCandidate(String) ==== | + | * //obj// |
- | === Parameters === | + | * Type:Object |
- | ^ Name ^ Type ^ Description ^ | + | * Description:N/A |
- | | originalText | String<!-- System.String --> | | | + | |
- | [[#Public Constructors|Go Back]] | + | <div newline></div> |
- | ==== WorldLabelingCandidate(String, PointShape) ==== | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | originalText | String<!-- System.String --> | | | + | |
- | | centerPointInWorldCoordinates | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | | | + | |
- | [[#Public Constructors|Go Back]] | + | * //N/A// |
- | ===== Protected Constructors ===== | + | == Remarks == |
- | ===== Public Methods ===== | + | * //N/A// |
- | ==== Equals(Object) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Int32 |
- | | obj | Object<!-- System.Object --> | | | + | * Description:N/A |
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== GetHashCode() ==== | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Type |
- | ==== GetType() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ==== Protected Methods ==== | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | <!-- System.Object --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== ToString() ==== | + | * //N/A// |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ===== Protected Methods ===== | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | ==== Finalize() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Object |
- | ==== MemberwiseClone() ==== | + | * Description:N/A |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} CenterPointInWorldCoordinates ** | ||
- | <!-- System.Object --> | + | This property gets or sets the Center Point position in world Coordinate system. |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ===== Public Properties ===== | + | N/A |
- | ==== CenterPoint ==== | + | == Return Value == |
- | === Return Value === | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate --> | + | ** {{wiki:PublicProperty.gif|}} OriginalText ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== CenterPointInWorldCoordinates ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.WorldLabelingCandidate --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== LabelInformation ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:String |
- | | Collection<[[ThinkGeo.MapSuite.SilverlightCore.LabelInformation|LabelInformation]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.LabelInformation} --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate --> | + | ** {{wiki:PublicProperty.gif|}} ScreenArea ** |
- | [[#Public Properties|Go Back]] | + | |
- | ==== OriginalText ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate --> | + | N/A |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== ScreenArea ==== | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PolygonShape|PolygonShape]] |
- | | [[ThinkGeo.MapSuite.SilverlightCore.PolygonShape|PolygonShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PolygonShape --> | | + | |
- | <!-- ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate --> | + | ** {{wiki:PublicProperty.gif|}} CenterPoint ** |
- | [[#Public Properties|Go Back]] | + | |
- | ===== Protected Properties ===== | + | N/A |
- | ===== Public Events ===== | + | == Remarks == |
- | __NOTOC__ | + | N/A |
- | [[Category:SilverlightMapSuiteCore]] | + | == Return Value == |
- | [[Category:ThinkGeo.MapSuite.SilverlightCore]] | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] |
- | [[Category:UpdateDocumentation]] | + | |
+ | ** {{wiki:PublicProperty.gif|}} LabelInformation ** | ||
+ | |||
+ | N/A | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.LabelInformation|LabelInformation]]> | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ==== Public Events ==== | ||