User Tools

Site Tools


thinkgeo.mapsuite.core.tilematrixcell

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.tilematrixcell [2015/09/17 10:41]
admin
thinkgeo.mapsuite.core.tilematrixcell [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.TileMatrixCell ====== ====== ThinkGeo.MapSuite.Core.TileMatrixCell ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This structure represents the TileMatrixCell ​ which will be used in the TileMatrix system. This structure represents the TileMatrixCell ​ which will be used in the TileMatrix system.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 6: Line 9:
       ***ThinkGeo.MapSuite.Core.TileMatrixCell**       ***ThinkGeo.MapSuite.Core.TileMatrixCell**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} TileMatrixCell(Int64,​Int64,​RectangleShape) **
-**{{wiki:​PublicMethod.gif|}}[[#TileMatrixCell(Int64,​Int64,​RectangleShape)|TileMatrixCell]]** +
-  * **Parameters**:​Int64,​Int64,​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is the constructor used to create a TileMatrixCell. +
-</​div>​+
  
-=== Protected Constructors === +  * //This is the constructor used to create a TileMatrixCell.//​ 
-=== Public Methods ​=== +== Remarks ​== 
-<div class_table>​ +  * //None// 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** +== Parameters ​== 
-  * **Parameters**:​Object +  * //row// 
-  * **DeclaringType**:N/A +    Type:Int64 
-  * **Summary**:​This ​method is an override ​of the Equals functionality. +    Description:This parameter represents the row number ​of the TileMatrixCell.
-</​div>​+
  
-<div class_table>​ +  ​* //column// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +    Type:Int64 
-  * **Parameters**:​N/A +    Description:This parameter represents the column number ​of the TileMatrixCell.
-  * **DeclaringType**:N/A +
-  * **Summary**:​This ​method is an override ​of the GetHashCode functionality. +
-</​div>​+
  
-<div class_table>​ +  * //​boundingBox//​ 
-**{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** +    Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-  * **Parameters**:N/A +    Description:This parameter represents the boundingBox of the TileMatrixCell.
-  * **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**:​N/​A +** {{wiki:​PublicMethod.gif|}} ToString() **
-  * **Summary**:​This method is an override of the ToString functionality. +
-</​div>​+
  
-=== Protected Methods ​=== +  * //This method is an override of the ToString functionality.//​ 
-<div class_table>​ +== Remarks ​== 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** +  * //None//
-  * **Parameters**:​N/+
-  * **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|}}[[#​BoundingBox|BoundingBox]]** +<div newline></​div>​ 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +** {{wiki:PublicMethod.gif|}} ​GetHashCode() ​**
-  * **Summary**:​This property gets or sets the BoundingBox of the stucture.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​Column|Column]]** +  ​//This method is an override of the GetHashCode functionality.// 
-  * **Return**:​Int64 +== Remarks == 
-  * **Summary**:​This property gets or sets the Column number of the stucture.+  * //None//
  
-**{{wiki:​PublicProperty.gif|}}[[#​Row|Row]]** +== Return Value == 
-  * **Return**:Int64 +  * Type:Int32 
-  * **Summary**:This property gets or sets the Row number of the stucture.+  * Description:N/A
  
-=== Protected Properties === +== Parameters == 
-=== Public Events === +<div newline></​div>​ 
-===== Public Constructors ===== +** {{wiki:PublicMethod.gif|}} Equals(Object) ​**
-=== TileMatrixCell(Int64,​Int64,​RectangleShape) === +
-This is the constructor used to create a TileMatrixCell. +
-==== Remarks ==== +
-None +
-==== Parameters ​==== +
-**row** +
-  * **Type**:Int64 +
-  ​* **Description:​This parameter represents the row number of the TileMatrixCell.+
  
-**column** +  ​//This method is an override of the Equals functionality.//​ 
-  * **Type**:​Int64 +== Remarks == 
-  * **Description:​This parameter represents the column number of the TileMatrixCell.+  * //None//
  
-**boundingBox** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] +  * Type:Boolean 
-  ​* **Description:​This parameter represents the boundingBox of the TileMatrixCell.+  * Description:​N/A
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +  * //obj// 
-===== Public Methods ===== +    * Type:Object 
-=== Equals(Object) === +    * Description:​N/​A
-This method is an override of the Equals functionality. +
-==== Remarks ==== +
-None+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Boolean +** {{wiki:PublicMethod.gif|}} GetType() ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**obj** +== Remarks ​== 
-  * **Type**:​Object +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== GetHashCode() === +  * Type:Type 
-This method is an override of the GetHashCode functionality. +  * Description:​N/​A
-==== Remarks ==== +
-None+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Int32 +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Protected Methods ==== 
 +** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== GetType() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Type +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== ToString() === +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-This method is an override of the ToString functionality. +
-==== Remarks ==== +
-None+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​String +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Object 
-===== Protected Methods ===== +  * Description:​N/A
-=== Finalize() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Void +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Public Properties ==== 
 +** {{wiki:PublicProperty.gif|}} Row **
  
-==== Parameters ==== +This property gets or sets the Row number of the stucture. 
-[[#​Protected Methods|Go Back]] +== Remarks ==
-=== MemberwiseClone() === +
-N/A +
-==== Remarks ​====+
 N/A N/A
 +== Return Value ==
 +  * Type:Int64
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} Column ​**
-  * **Return Type**:Object +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== BoundingBox === 
-This property gets or sets the BoundingBox of the stucture. 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
- 
-[[#Public Properties|Go Back]] 
-=== Column === 
 This property gets or sets the Column number of the stucture. This property gets or sets the Column number of the stucture.
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Int64+  * Type:Int64
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} BoundingBox ** 
-=== Row === + 
-This property gets or sets the Row number ​of the stucture. +This property gets or sets the BoundingBox ​of the stucture. 
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Int64+  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.tilematrixcell.1442486470.txt.gz · Last modified: 2015/09/17 10:41 by admin