This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.simplecandidate [2015/09/17 10:39] admin |
thinkgeo.mapsuite.core.simplecandidate [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.SimpleCandidate ====== | ====== ThinkGeo.MapSuite.Core.SimpleCandidate ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
This class stores simple label information used in the PositionStyle. | This class stores simple label information used in the PositionStyle. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 5: | Line 8: | ||
***ThinkGeo.MapSuite.Core.SimpleCandidate** | ***ThinkGeo.MapSuite.Core.SimpleCandidate** | ||
===== Members Summary ===== | ===== Members Summary ===== | ||
- | === Public Constructors === | + | ==== Public Constructors ==== |
- | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} SimpleCandidate() ** |
- | **{{wiki:PublicMethod.gif|}}[[#SimpleCandidate()|SimpleCandidate]]** | + | |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:This is a constructor for the class. | + | |
- | </div> | + | |
- | <div class_table> | + | * //This is a constructor for the class.// |
- | **{{wiki:PublicMethod.gif|}}[[#SimpleCandidate(String,PolygonShape)|SimpleCandidate]]** | + | == Remarks == |
- | * **Parameters**:String,[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] | + | * //If you use this constructor, then you need to manually set the properties necessary for this class.// |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:This is a constructor for the class. | + | <div newline></div> |
- | </div> | + | ** {{wiki:PublicMethod.gif|}} SimpleCandidate(String,PolygonShape) ** |
- | === Protected Constructors === | + | * //This is a constructor for the class.// |
- | === Public Methods === | + | == Remarks == |
- | <div class_table> | + | * //None// |
- | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | + | == Parameters == |
- | * **Parameters**:Object | + | * //originalText// |
- | * **DeclaringType**:Object | + | * Type:String |
- | * **Summary**:N/A | + | * Description:This parameter is the text for the label. |
- | </div> | + | |
- | <div class_table> | + | * //simplePolygonInScreenCoordinate// |
- | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | + | * Type:[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] |
- | * **Parameters**:N/A | + | * Description:This parameter is a polygon in screen coordinates that represents the area of the label. |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | + | ==== Protected Constructors ==== |
- | * **Parameters**:N/A | + | ==== Public Methods ==== |
- | * **DeclaringType**:Object | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //N/A// |
- | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | * //N/A// |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Protected Methods === | + | == Return Value == |
- | <div class_table> | + | * Type:String |
- | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | + | * Description:N/A |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Parameters == |
- | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | + | <div newline></div> |
- | * **Parameters**:N/A | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Public Properties === | + | * //N/A// |
- | **{{wiki:PublicProperty.gif|}}[[#OriginalText|OriginalText]]** | + | == Remarks == |
- | * **Return**:String | + | * //N/A// |
- | * **Summary**:This property gets and sets the text for the label. | + | |
- | **{{wiki:PublicProperty.gif|}}[[#SimplePolygonInScreenCoordinate|SimplePolygonInScreenCoordinate]]** | + | == Return Value == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] | + | * Type:Boolean |
- | * **Summary**:This property gets and sets the polygon in screen coordinates that represents the area of the label. | + | * Description:N/A |
- | === Protected Properties === | + | == Parameters == |
- | === Public Events === | + | * //obj// |
- | ===== Public Constructors ===== | + | * Type:Object |
- | === SimpleCandidate() === | + | * Description:N/A |
- | This is a constructor for the class. | + | |
- | ==== Remarks ==== | + | |
- | If you use this constructor, then you need to manually set the properties necessary for this class. | + | |
- | ==== Parameters ==== | + | |
- | [[#Public Constructors|Go Back]] | + | |
- | === SimpleCandidate(String,PolygonShape) === | + | |
- | This is a constructor for the class. | + | |
- | ==== Remarks ==== | + | |
- | None | + | |
- | ==== Parameters ==== | + | |
- | **originalText** | + | |
- | * **Type**:String | + | |
- | * **Description:This parameter is the text for the label. | + | |
- | **simplePolygonInScreenCoordinate** | + | <div newline></div> |
- | * **Type**:[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | * **Description:This parameter is a polygon in screen coordinates that represents the area of the label. | + | |
- | [[#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:Int32 |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **obj** | + | <div newline></div> |
- | * **Type**:Object | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | * **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:Type |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | === GetType() === | + | ==== Protected Methods ==== |
- | N/A | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | * //N/A// |
- | * **Return Type**:Type | + | == Remarks == |
- | * **Description**:N/A | + | * //N/A// |
- | ==== Parameters ==== | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | === ToString() === | + | * Description:N/A |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Parameters == |
- | * **Return Type**:String | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | ==== Parameters ==== | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ===== Protected Methods ===== | + | * //N/A// |
- | === Finalize() === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Object |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | === MemberwiseClone() === | + | ==== Public Properties ==== |
- | N/A | + | ** {{wiki:PublicProperty.gif|}} OriginalText ** |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | **Return Value** | ||
- | * **Return Type**:Object | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | === OriginalText === | ||
This property gets and sets the text for the label. | This property gets and sets the text for the label. | ||
- | ==== Remarks ==== | + | == Remarks == |
None | None | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:String | + | * Type:String |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} SimplePolygonInScreenCoordinate ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === SimplePolygonInScreenCoordinate === | ||
This property gets and sets the polygon in screen coordinates that represents the area of the label. | This property gets and sets the polygon in screen coordinates that represents the area of the label. | ||
- | ==== Remarks ==== | + | == Remarks == |
None | None | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] | + | * Type:[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] |
- | [[#Public Properties|Go Back]] | + | ==== Protected Properties ==== |
- | ===== Protected Properties ===== | + | ==== Public Events ==== |
- | ===== Public Events ===== | + | |