This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.portablecore.rowcolumnrange [2015/09/21 08:17] admin |
thinkgeo.mapsuite.portablecore.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 9: | Line 12: | ||
** {{wiki:PublicMethod.gif|}} RowColumnRange(Int64,Int64,Int64,Int64) ** | ** {{wiki:PublicMethod.gif|}} RowColumnRange(Int64,Int64,Int64,Int64) ** | ||
- | Contructor of the structure to instance a RowColumnRange. | + | * //Contructor of the structure to instance a RowColumnRange.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //minRowIndex// | * //minRowIndex// | ||
Line 34: | Line 37: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | This method is an override of the GetHashCode functionality. | + | * //This method is an override of the GetHashCode functionality.// |
== Remarks == | == Remarks == | ||
- | None | + | * //None// |
== Return Value == | == Return Value == | ||
Line 46: | Line 49: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | This method is an override of the Equals functionality. | + | * //This method is an override of the Equals functionality.// |
== Remarks == | == Remarks == | ||
- | None | + | * //None// |
== Return Value == | == Return Value == | ||
Line 62: | Line 65: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 74: | Line 77: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 87: | Line 90: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 99: | Line 102: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 112: | Line 115: | ||
** {{wiki:PublicProperty.gif|}} MinRowIndex ** | ** {{wiki:PublicProperty.gif|}} MinRowIndex ** | ||
- | Gets or sets the Min Row Index which stands for the up boundary. | + | * //Gets or sets the Min Row Index which stands for the up boundary.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Int64 | * Type:Int64 | ||
Line 120: | Line 123: | ||
** {{wiki:PublicProperty.gif|}} MaxRowIndex ** | ** {{wiki:PublicProperty.gif|}} MaxRowIndex ** | ||
- | Gets or sets the Max Row Index which stands for the lower boundary. | + | * //Gets or sets the Max Row Index which stands for the lower boundary.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Int64 | * Type:Int64 | ||
Line 128: | Line 131: | ||
** {{wiki:PublicProperty.gif|}} MinColumnIndex ** | ** {{wiki:PublicProperty.gif|}} 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 == | ||
* Type:Int64 | * Type:Int64 | ||
Line 136: | Line 139: | ||
** {{wiki:PublicProperty.gif|}} MaxColumnIndex ** | ** {{wiki:PublicProperty.gif|}} MaxColumnIndex ** | ||
- | Gets or sets the Max Column Index which stands for the right boundary. | + | * //Gets or sets the Max Column Index which stands for the right boundary.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Int64 | * Type:Int64 |