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
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.Core.RowColumnRange ====== 
-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 ===== 
-  *System.Object 
-    *System.ValueType 
-      ***ThinkGeo.MapSuite.Core.RowColumnRange** 
-===== Members Summary ===== 
-=== Public Constructors === 
-<div class_table>​ 
-**{{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 === 
-=== Public Methods === 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** 
-  * **Parameters**:​Object 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method is an override of the Equals functionality. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​N/​A 
-  * **Summary**:​This method is an override of the GetHashCode functionality. 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​ValueType 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-=== Protected Methods === 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Finalize()|Finalize]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-<div class_table>​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** 
-  * **Parameters**:​N/​A 
-  * **DeclaringType**:​Object 
-  * **Summary**:​N/​A 
-</​div>​ 
- 
-=== Public Properties === 
-**{{wiki:​PublicProperty.gif|}}[[#​MaxColumnIndex|MaxColumnIndex]]** 
-  * **Return**:​Int64 
-  * **Summary**:​Gets or sets the Max Column Index which stands for the right boundary. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​MaxRowIndex|MaxRowIndex]]** 
-  * **Return**:​Int64 
-  * **Summary**:​Gets or sets the Max Row Index which stands for the lower boundary. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​MinColumnIndex|MinColumnIndex]]** 
-  * **Return**:​Int64 
-  * **Summary**:​Gets or sets the Min Column Index which stands for the left boundary. 
- 
-**{{wiki:​PublicProperty.gif|}}[[#​MinRowIndex|MinRowIndex]]** 
-  * **Return**:​Int64 
-  * **Summary**:​Gets or sets the Min Row Index which stands for the up boundary. 
- 
-=== Protected Properties === 
-=== Public Events === 
-===== Public Constructors ===== 
-=== RowColumnRange(Int64,​Int64,​Int64,​Int64) === 
-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** 
-  * **Type**:​Int64 
-  * **Description:​Max Row Index which stands for the lower boundary. 
- 
-**minColumnIndex** 
-  * **Type**:​Int64 
-  * **Description:​Min Column Index which stands for the left boundary. 
- 
-**maxColumnIndex** 
-  * **Type**:​Int64 
-  * **Description:​Max Column Index which stands for the right boundary. 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-=== Equals(Object) === 
-This method is an override of the Equals functionality. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​Boolean 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-**obj** 
-  * **Type**:​Object 
-  * **Description**:​N/​A 
- 
-[[#Public Methods|Go Back]] 
-=== GetHashCode() === 
-This method is an override of the GetHashCode functionality. 
-==== Remarks ==== 
-None 
- 
-**Return Value** 
-  * **Return Type**:​Int32 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== GetType() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Type 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-=== ToString() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​String 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-=== Finalize() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Object 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== MaxColumnIndex === 
-Gets or sets the Max Column Index which stands for the right boundary. 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​Int64 
- 
-[[#Public Properties|Go Back]] 
-=== 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. 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​Int64 
- 
-[[#Public Properties|Go Back]] 
-=== MinRowIndex === 
-Gets or sets the Min Row Index which stands for the up boundary. 
-==== Remarks ==== 
-N/A 
-==== Return Value ==== 
-**Return Type**:​Int64 
- 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
  
thinkgeo.mapsuite.core.rowcolumnrange.1442486336.txt.gz ยท Last modified: 2015/09/17 10:38 by admin