User Tools

Site Tools


thinkgeo.mapsuite.core.rowcolumnrange

This is an old revision of the document!


ThinkGeo.MapSuite.Core.RowColumnRange

<!– 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.

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodRowColumnRange Int64, Int64, Int64, Int64 Contructor of the structure to instance a RowColumnRange.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object(overriden) This method is an override of the Equals functionality.
Public MethodGetHashCode Object(overriden) This method is an override of the GetHashCode functionality.
Public MethodGetType Object
Public MethodToString Object(overriden)

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary
Public PropertyMaxColumnIndex Int64 Gets or sets the Max Column Index which stands for the right boundary.
Public PropertyMaxRowIndex Int64 Gets or sets the Max Row Index which stands for the lower boundary.
Public PropertyMinColumnIndex Int64 Gets or sets the Min Column Index which stands for the left boundary.
Public PropertyMinRowIndex Int64 Gets or sets the Min Row Index which stands for the up boundary.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

RowColumnRange(Int64, Int64, Int64, Int64)

Contructor of the structure to instance a RowColumnRange.

Parameters

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.

Go Back

Protected Constructors

Public Methods

Equals(Object)

This method is an override of the Equals functionality.

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object(overriden) –> Go Back

GetHashCode()

This method is an override of the GetHashCode functionality.

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object(overriden) –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object(overriden) –> Go Back

Protected Methods

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

MaxColumnIndex

Gets or sets the Max Column Index which stands for the right boundary.

Return Value

Return Type
Int64<!– System.Int64 –>

<!– ThinkGeo.MapSuite.Core.RowColumnRange –> Go Back

MaxRowIndex

Gets or sets the Max Row Index which stands for the lower boundary.

Return Value

Return Type
Int64<!– System.Int64 –>

<!– ThinkGeo.MapSuite.Core.RowColumnRange –> Go Back

MinColumnIndex

Gets or sets the Min Column Index which stands for the left boundary.

Return Value

Return Type
Int64<!– System.Int64 –>

<!– ThinkGeo.MapSuite.Core.RowColumnRange –> Go Back

MinRowIndex

Gets or sets the Min Row Index which stands for the up boundary.

Return Value

Return Type
Int64<!– System.Int64 –>

<!– ThinkGeo.MapSuite.Core.RowColumnRange –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.core.rowcolumnrange.1440040129.txt.gz · Last modified: 2015/09/17 10:38 (external edit)