User Tools

Site Tools


thinkgeo.mapsuite.core.geobrush

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.geobrush [2015/09/17 10:29]
admin
thinkgeo.mapsuite.core.geobrush [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.GeoBrush ====== ====== ThinkGeo.MapSuite.Core.GeoBrush ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 Defines objects used to fill the interiors of AreaBaseShapes,​ such as MultiPolygonShape,​ PolygonShape,​ EllipseShape,​ and other AreaBaseShapes. Defines objects used to fill the interiors of AreaBaseShapes,​ such as MultiPolygonShape,​ PolygonShape,​ EllipseShape,​ and other AreaBaseShapes.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 9: Line 12:
       *[[ThinkGeo.MapSuite.Core.GeoSolidBrush]]       *[[ThinkGeo.MapSuite.Core.GeoSolidBrush]]
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ​==== 
-=== Protected Constructors === +==== Protected Constructors ==== 
-<div class_table>​ +** {{wiki:​ProtectedMethod.gif|}} GeoBrush() **
-**{{wiki:​ProtectedMethod.gif|}}[[#GeoBrush()|GeoBrush]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is the constructor for the GeoBrush +
-</​div>​+
  
-=== Public Methods ​=== +  * //This is the constructor for the GeoBrush//​ 
-<​div ​class_table+== Remarks ​== 
-**{{wiki:​PublicMethod.gif|}}[[#CloneDeep()|CloneDeep]]** +  * //None// 
-  * **Parameters**:​N/​A +== Parameters ​== 
-  * **DeclaringType**:​N/​A +<​div ​newline></​div> 
-  * **Summary**:​Create a copy of GeoBrush using the deep clone process. +==== Public Methods ==== 
-</​div>​+** {{wiki:​PublicMethod.gif|}} CloneDeep() **
  
-<div class_table>​ +  ​//Create a copy of GeoBrush using the deep clone process.// 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** +== Remarks == 
-  * **Parameters**:​Object +  * //The difference between deep clone and shallow clone is as followsIn shallow cloning, only the object is copied; the objects within it are not. By contrast, deep cloning copies the cloned object as well as all the objects within.//
-  * **DeclaringType**:Object +
-  * **Summary**:​N/+
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +  Type:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-  * **Parameters**:N/A +  * Description:A cloned GeoBrush.
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#GetType()|GetType]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​ToString() **
-  * **DeclaringType**:​Object +
-  * **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|}}[[#​CloneDeepCore()|CloneDeepCore]]** +  * Description:N/A
-  * **Parameters**:N/A +
-  * **DeclaringType**:N/A +
-  * **Summary**:​Create a copy of GeoBrush using the deep clone process. The default implementation uses serialization. +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:PublicMethod.gif|}} ​Equals(Object) **
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-=== Public Properties === +== Return Value == 
-**{{wiki:​PublicProperty.gif|}}[[#​Id|Id]]** +  * Type:Boolean 
-  * **Return**:Int64 +  * Description:N/A
-  * **Summary**:The id of the GeoBrush. This is always used as a key when in the cached brushes.+
  
-=== Protected Properties === +== Parameters == 
-=== Public Events === +  * //obj// 
-===== Public Constructors ===== +    * Type:Object 
-===== Protected Constructors ===== +    * Description:N/A
-=== GeoBrush() === +
-This is the constructor for the GeoBrush +
-==== Remarks ==== +
-None +
-==== Parameters ​==== +
-[[#​Protected Constructors|Go Back]] +
-===== Public Methods ===== +
-=== CloneDeep() === +
-Create a copy of GeoBrush using the deep clone process. +
-==== Remarks ==== +
-The difference between deep clone and shallow clone is as followsIn shallow cloning, only the object is copied; the objects within it are not. By contrast, deep cloning copies the cloned object as well as all the objects within.+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] +** {{wiki:PublicMethod.gif|}} GetHashCode() ​**
-  ​* **Description**:​A cloned GeoBrush.+
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== Equals(Object) === +  * //N/A//
-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|}} CloneDeepCore() **
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +  ​//Create a copy of GeoBrush using the deep clone process. The default implementation uses serialization.//​ 
-  * **Return Type**:Type +== Remarks == 
-  * **Description**:N/A+  * //The difference between deep clone and shallow clone is as followsIn shallow cloning, only the object is copied; the objects within it are not. By contrast, deep cloning copies the cloned object as well as all the objects within.//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] 
-=== ToString() === +  * Description:​cloned GeoBrush.
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:String +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-===== Protected Methods ===== +  * //N/A//
-=== CloneDeepCore() === +
-Create a copy of GeoBrush using the deep clone process. The default implementation uses serialization. +
-==== Remarks ​==== +
-The difference between deep clone and shallow clone is as follows: In shallow cloning, only the object is copied; the objects within it are not. By contrast, deep cloning copies the cloned object as well as all the objects within.+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:[[ThinkGeo.MapSuite.Core.GeoBrush|GeoBrush]] +  * Type:Void 
-  ​* **Description**:A cloned GeoBrush.+  * Description:​N/A
  
-==== Parameters ​==== +== Parameters == 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-=== Finalize() === +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:Object 
-=== MemberwiseClone() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Object +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Public Properties ==== 
 +** {{wiki:PublicProperty.gif|}} Id **
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== Id === 
 The id of the GeoBrush. This is always used as a key when in the cached brushes. The id of the GeoBrush. This is always used as a key when in the cached brushes.
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Int64+  * Type:Int64
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.geobrush.1442485759.txt.gz · Last modified: 2015/09/17 10:29 by admin