ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Structure –> 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.
*System.ValueType **ThinkGeo.MapSuite.Core.RowColumnRange
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Int64, Int64, Int64, Int64 | Contructor of the structure to instance a RowColumnRange. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object(overriden) | This method is an override of the Equals functionality. |
![]() | Object(overriden) | This method is an override of the GetHashCode functionality. | |
![]() | Object | ||
![]() | Object(overriden) |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | Int64 | Gets or sets the Max Column Index which stands for the right boundary. | |
![]() | Int64 | Gets or sets the Max Row Index which stands for the lower boundary. | |
![]() | Int64 | Gets or sets the Min Column Index which stands for the left boundary. | |
![]() | Int64 | Gets or sets the Min Row Index which stands for the up boundary. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Contructor of the structure to instance a RowColumnRange.
Name | Type | Description |
---|---|---|
minRowIndex | Int64<!– System.Int64 –> | Min Row Index which stands for the up boundary. |
maxRowIndex | Int64<!– System.Int64 –> | Max Row Index which stands for the lower boundary. |
minColumnIndex | Int64<!– System.Int64 –> | Min Column Index which stands for the left boundary. |
maxColumnIndex | Int64<!– System.Int64 –> | Max Column Index which stands for the right boundary. |
This method is an override of the Equals functionality.
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object(overriden) –> Go Back
This method is an override of the GetHashCode functionality.
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets or sets the Max Column Index which stands for the right boundary.
Return Type |
---|
Int64<!– System.Int64 –> |
<!– ThinkGeo.MapSuite.Core.RowColumnRange –> Go Back
Gets or sets the Max Row Index which stands for the lower boundary.
Return Type |
---|
Int64<!– System.Int64 –> |
<!– ThinkGeo.MapSuite.Core.RowColumnRange –> Go Back
Gets or sets the Min Column Index which stands for the left boundary.
Return Type |
---|
Int64<!– System.Int64 –> |
<!– ThinkGeo.MapSuite.Core.RowColumnRange –> Go Back
Gets or sets the Min Row Index which stands for the up boundary.
Return Type |
---|
Int64<!– System.Int64 –> |
<!– ThinkGeo.MapSuite.Core.RowColumnRange –> Go Back