User Tools

Site Tools


thinkgeo.mapsuite.core.rowcolumnrange

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.rowcolumnrange [2015/09/17 10:38]
admin
thinkgeo.mapsuite.core.rowcolumnrange [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.RowColumnRange ====== ====== ThinkGeo.MapSuite.Core.RowColumnRange ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This structure is used to describe a range of tiles for a given extent. Basiclly, 4 values exists : the Row range is from MinColumnIndex to MaxColumnIndex,​ the Column range is from the MinRowIndex to MaxRowIndex. This structure is used to describe a range of tiles for a given extent. Basiclly, 4 values exists : the Row range is from MinColumnIndex to MaxColumnIndex,​ the Column range is from the MinRowIndex to MaxRowIndex.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 6: Line 9:
       ***ThinkGeo.MapSuite.Core.RowColumnRange**       ***ThinkGeo.MapSuite.Core.RowColumnRange**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} RowColumnRange(Int64,​Int64,​Int64,​Int64) **
-**{{wiki:​PublicMethod.gif|}}[[#RowColumnRange(Int64,​Int64,​Int64,​Int64)|RowColumnRange]]** +
-  * **Parameters**:​Int64,​Int64,​Int64,​Int64 +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​Contructor of the structure to instance a RowColumnRange. +
-</​div>​+
  
-=== Protected Constructors === +  * //​Contructor of the structure to instance a RowColumnRange.//​ 
-=== Public Methods === +== Remarks ​== 
-<div class_table>​ +  * //N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** +== Parameters ​== 
-  * **Parameters**:​Object +  * //​minRowIndex//​ 
-  * **DeclaringType**:N/A +    Type:Int64 
-  * **Summary**:This method is an override of the Equals functionality. +    Description:Min Row Index which stands for the up boundary.
-</​div>​+
  
-<div class_table>​ +  ​* //​maxRowIndex//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +    Type:Int64 
-  * **Parameters**:​N/A +    Description:Max Row Index which stands for the lower boundary.
-  * **DeclaringType**:N/A +
-  * **Summary**:This method is an override of the GetHashCode functionality. +
-</​div>​+
  
-<div class_table>​ +  ​* //​minColumnIndex//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +    Type:Int64 
-  * **Parameters**:​N/A +    Description:Min Column Index which stands for the left boundary.
-  * **DeclaringType**:Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​* //​maxColumnIndex//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** +    Type:Int64 
-  * **Parameters**:​N/A +    Description:Max Column Index which stands for the right boundary.
-  * **DeclaringType**:ValueType +
-  * **Summary**:N/A +
-</​div>​+
  
-=== Protected Methods === +<div newline></​div>​ 
-<div class_table>​ +==== Protected ​Constructors ==== 
-**{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** +==== Public ​Methods ==== 
-  * **Parameters**:​N/​A +** {{wiki:PublicMethod.gif|}} ​GetHashCode() **
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method is an override of the GetHashCode functionality.// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //None//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/+
-</div>+
  
-=== Public Properties === +== Return Value == 
-**{{wiki:​PublicProperty.gif|}}[[#​MaxColumnIndex|MaxColumnIndex]]** +  * Type:Int32 
-  * **Return**:Int64 +  * Description:N/A
-  * **Summary**:Gets or sets the Max Column Index which stands for the right boundary.+
  
-**{{wiki:PublicProperty.gif|}}[[#​MaxRowIndex|MaxRowIndex]]** +== Parameters == 
-  * **Return**:​Int64 +<div newline></​div>​ 
-  * **Summary**:​Gets or sets the Max Row Index which stands for the lower boundary.+** {{wiki:PublicMethod.gif|}} ​Equals(Object) ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​MinColumnIndex|MinColumnIndex]]** +  ​//This method is an override of the Equals functionality.// 
-  * **Return**:​Int64 +== Remarks == 
-  * **Summary**:​Gets or sets the Min Column Index which stands for the left boundary.+  * //None//
  
-**{{wiki:​PublicProperty.gif|}}[[#​MinRowIndex|MinRowIndex]]** +== Return Value == 
-  * **Return**:Int64 +  * Type:Boolean 
-  * **Summary**:Gets or sets the Min Row Index which stands for the up boundary.+  * Description:N/A
  
-=== Protected Properties === +== Parameters == 
-=== Public Events === +  //obj// 
-===== Public Constructors ===== +    * Type:Object 
-=== RowColumnRange(Int64,​Int64,​Int64,​Int64) === +    * Description:​N/A
-Contructor of the structure to instance a RowColumnRange. +
-==== Remarks ==== +
-N/A +
-==== Parameters ​==== +
-**minRowIndex** +
-  * **Type**:Int64 +
-  * **Description:​Min Row Index which stands for the up boundary.+
  
-**maxRowIndex** +<div newline></​div>​ 
-  * **Type**:Int64 +** {{wiki:PublicMethod.gif|}} ToString() ​**
-  ​* **Description:​Max Row Index which stands for the lower boundary.+
  
-**minColumnIndex** +  ​//N/A// 
-  * **Type**:​Int64 +== Remarks == 
-  * **Description:​Min Column Index which stands for the left boundary.+  * //N/A//
  
-**maxColumnIndex** +== Return Value == 
-  ​* **Type**:Int64 +  * Type:String 
-  ​* **Description:​Max Column Index which stands for the right boundary.+  * Description:​N/A
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +<div newline></​div>​ 
-===== Public Methods ===== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Equals(Object=== +
-This method is an override of the Equals functionality. +
-==== Remarks ==== +
-None+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**obj** +  * Type:Type 
-  ​* **Type**:Object +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetHashCode() === +<div newline></​div>​ 
-This method is an override of the GetHashCode functionality. +==== Protected Methods ​==== 
-==== Remarks ​==== +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-None+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Int32 +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== GetType() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Type +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== ToString() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:String +  * Type:Object 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline><​/div> 
-===== Protected Methods ===== +==== Public Properties ​==== 
-=== Finalize() === +** {{wiki:​PublicProperty.gif|}} MinRowIndex **
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +Gets or sets the Min Row Index which stands for the up boundary. 
-  * **Return Type**:​Void +== Remarks ==
-  * **Description**:​N/​A +
- +
-==== Parameters ==== +
-[[#​Protected Methods|Go Back]] +
-=== MemberwiseClone() === +
-N/A +
-==== Remarks ​====+
 N/A N/A
 +== Return Value ==
 +  * Type:Int64
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} MaxRowIndex ​**
-  * **Return Type**:Object +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +Gets or sets the Max Row Index which stands for the lower boundary. 
-[[#​Protected Methods|Go Back]] +== Remarks ==
-===== Public Properties ===== +
-=== MaxColumnIndex === +
-Gets or sets the Max Column ​Index which stands for the right boundary. +
-==== Remarks ​====+
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Int64+  * Type:Int64
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} MinColumnIndex ​**
-=== MaxRowIndex === +
-Gets or sets the Max Row Index which stands for the lower boundary. +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Int64+
  
-[[#Public Properties|Go Back]] 
-=== MinColumnIndex === 
 Gets or sets the Min Column Index which stands for the left boundary. Gets or sets the Min Column Index which stands for the left boundary.
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Int64+  * Type:Int64
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} MaxColumnIndex ** 
-=== MinRowIndex === + 
-Gets or sets the Min Row Index which stands for the up boundary. +Gets or sets the Max Column ​Index which stands for the right boundary. 
-==== 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.rowcolumnrange.1442486336.txt.gz · Last modified: 2015/09/17 10:38 by admin