thinkgeo.mapsuite.core.worldlabelingcandidate

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.worldlabelingcandidate [2015/09/17 10:42]
admin
thinkgeo.mapsuite.core.worldlabelingcandidate [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.WorldLabelingCandidate ====== ====== ThinkGeo.MapSuite.Core.WorldLabelingCandidate ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class represents a candidate with world center point information for labeling. This class represents a candidate with world center point information for labeling.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 6: Line 9:
       ***ThinkGeo.MapSuite.Core.WorldLabelingCandidate**       ***ThinkGeo.MapSuite.Core.WorldLabelingCandidate**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} WorldLabelingCandidate() **
-**{{wiki:​PublicMethod.gif|}}[[#WorldLabelingCandidate()|WorldLabelingCandidate]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is a default constructor for the class. +
-</​div>​+
  
-<​div ​class_table+  * //This is a default constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#WorldLabelingCandidate(String)|WorldLabelingCandidate]]** +== Remarks == 
-  * **Parameters**:​String +  * //If you use this constructor,​ then you should set the applicable properties manually.//​ 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​This is a constructor for the class. +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} WorldLabelingCandidate(String) **
  
-<div class_table>​ +  ​//This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#​WorldLabelingCandidate(String,​PointShape)|WorldLabelingCandidate]]** +== Remarks == 
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +  * //None// 
-  * **DeclaringType**:N/A +== Parameters ​== 
-  * **Summary**:This is a constructor for the class. +  * //​originalText//​ 
-</​div>​+    ​Type:String 
 +    Description:This parameter represents the text of the label before it is potentially modified.
  
-=== Protected Constructors === +<​div ​newline></​div
-=== Public Methods === +** {{wiki:​PublicMethod.gif|}} ​WorldLabelingCandidate(String,​PointShape) **
-<​div ​class_table+
-**{{wiki:​PublicMethod.gif|}}[[#Equals(Object)|Equals]]** +
-  * **Parameters**:​Object +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +== Remarks == 
-  * **Parameters**:N/A +  * //None// 
-  * **DeclaringType**:Object +== Parameters ​== 
-  * **Summary**:N/A +  ​* //​originalText//​ 
-</​div>​+    Type:String 
 +    Description:This parameter represents the text of the label before it is potentially modified.
  
-<div class_table>​ +  * //​centerPointInWorldCoordinates//​ 
-**{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** +    Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-  * **Parameters**:N/A +    Description:This parameter is the center of the polygon (in world coordinates) representing the area to be labeled.
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#ToString()|ToString]]** +==== Protected Constructors ==== 
-  * **Parameters**:​N/​A +==== Public Methods ==== 
-  * **DeclaringType**:​Object +** {{wiki:​PublicMethod.gif|}} ToString() **
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Protected Methods === +  * //N/A// 
-<div class_table>​ +== Remarks ​== 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** +  * //N/A//
-  * **Parameters**:​N/A +
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +  * Type:String 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-=== Public Properties === +== Parameters ​== 
-**{{wiki:PublicProperty.gif|}}[[#​CenterPoint|CenterPoint]]** +<div newline></​div>​ 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +** {{wiki:PublicMethod.gif|}} ​Equals(Object) ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​CenterPointInWorldCoordinates|CenterPointInWorldCoordinates]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +== Remarks == 
-  * **Summary**:​This property gets or sets the Center Point position in world Coordinate system.+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​LabelInformation|LabelInformation]]** +== Return Value == 
-  * **Return**:Collection<​[[ThinkGeo.MapSuite.Core.LabelInformation|LabelInformation]]>​ +  * Type:Boolean 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​OriginalText|OriginalText]]** +== Parameters == 
-  * **Return**:String +  * //obj// 
-  * **Summary**:N/A+    ​Type:Object 
 +    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​ScreenArea|ScreenArea]]** +<div newline></​div>​ 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] +** {{wiki:PublicMethod.gif|}} ​GetHashCode() ​**
-  * **Summary**:​N/​A+
  
-=== Protected Properties === +  * //N/A// 
-=== Public Events === +== Remarks == 
-===== Public Constructors ===== +  * //N/A//
-=== WorldLabelingCandidate() === +
-This is a default constructor for the class. +
-==== Remarks ​==== +
-If you use this constructor,​ then you should set the applicable properties manually. +
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-=== 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.+
  
-[[#Public Constructors|Go Back]] +== Return Value == 
-=== WorldLabelingCandidate(String,​PointShape) === +  * Type:Int32 
-This is a constructor for the class. +  * Description:​N/A
-==== Remarks ==== +
-None +
-==== Parameters ==== +
-**originalText** +
-  ​* **Type**:String +
-  ​* **Description:​This parameter represents the text of the label before it is potentially modified.+
  
-**centerPointInWorldCoordinates** +== Parameters == 
-  * **Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] +<div newline></​div>​ 
-  ​* **Description:​This parameter is the center of the polygon (in world coordinates) representing the area to be labeled.+** {{wiki:PublicMethod.gif|}} GetType() ​**
  
-[[#Public Constructors|Go Back]] +  * //N/A// 
-===== Protected Constructors ===== +== Remarks == 
-===== Public Methods ===== +  * //N/A//
-=== Equals(Object) === +
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Boolean +  * Type:Type 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters ​== 
-**obj** +<div newline></​div>​ 
-  * **Type**:Object +==== Protected Methods ​==== 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== GetHashCode() === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Int32 +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetType() === +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Type +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Object 
-=== ToString() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:String +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Public Properties ==== 
 +** {{wiki:PublicProperty.gif|}} CenterPointInWorldCoordinates ​**
  
-==== Parameters ==== +This property gets or sets the Center Point position in world Coordinate system. 
-[[#Public Methods|Go Back]] +== Remarks ==
-===== Protected Methods ===== +
-=== Finalize() === +
-N/A +
-==== Remarks ​====+
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} OriginalText ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:String
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} ScreenArea ​**
-  * **Return Type**:Object +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== CenterPoint === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]+  * Type:​[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]]
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} CenterPoint **
-=== CenterPointInWorldCoordinates === +
-This property gets or sets the Center Point position in world Coordinate system. +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]+
  
-[[#Public Properties|Go Back]] 
-=== LabelInformation === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Collection<​[[ThinkGeo.MapSuite.Core.LabelInformation|LabelInformation]]>+  * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} LabelInformation ​**
-=== OriginalText === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:String+
  
-[[#Public Properties|Go Back]] 
-=== ScreenArea === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:​[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]]+  * Type:Collection<​[[ThinkGeo.MapSuite.Core.LabelInformation|LabelInformation]]>
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.worldlabelingcandidate.1442486567.txt.gz · Last modified: 2015/09/17 10:42 by admin