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

Next revision
Previous revision
thinkgeo.mapsuite.core.rowcolumnrange [2015/08/20 03:08]
127.0.0.1 external edit
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}}
  
- 
-<!-- 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. 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 =====
-*System.ValueType +  *System.Object 
-**[[ThinkGeo.MapSuite.Core.RowColumnRange]]+    ​*System.ValueType 
 +      ***ThinkGeo.MapSuite.Core.RowColumnRange**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} RowColumnRange(Int64,​Int64,​Int64,​Int64) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#RowColumnRange(Int64,​ Int64, Int64, Int64)|RowColumnRange]] ​  | Int64, Int64, Int64, Int64   ​| ​   | Contructor of the structure to instance a RowColumnRange. ​  |+
  
-==== Protected Constructors ​==== +  * //​Contructor of the structure to instance a RowColumnRange.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== 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.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GetHashCode() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object(overriden) ​  | This method is an override of the Equals functionality. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] ​  ​| ​   | Object(overriden) ​  | This method is an override of the GetHashCode functionality. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object(overriden) ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //This method is an override of the GetHashCode functionality.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //None//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Int32 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MaxColumnIndex|MaxColumnIndex]] ​  | Int64   ​| ​   | Gets or sets the Max Column Index which stands for the right boundary. ​  | +  * Description:N/A
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MaxRowIndex|MaxRowIndex]] ​  | Int64   ​| ​   | Gets or sets the Max Row Index which stands for the lower boundary. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​MinColumnIndex|MinColumnIndex]] ​  | Int64   ​| ​   | Gets or sets the Min Column Index which stands for the left boundary. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​MinRowIndex|MinRowIndex]] ​  | Int64   ​| ​   | Gets or sets the Min Row Index which stands for the up boundary. ​  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-==== Public Events ==== +  * //This method is an override of the Equals functionality.//​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //None//
  
-===== Public Constructors ===== +== Return Value == 
-==== RowColumnRange(Int64,​ Int64, Int64, Int64) ==== +  ​Type:Boolean 
-Contructor of the structure to instance a RowColumnRange. +  Description:N/A
-=== 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. ​  |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +  * //obj// 
-===== Public Methods ===== +    * Type:Object 
-==== Equals(Object) ==== +    ​* ​Description:N/A
-This method is an override of the Equals functionality. +
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ToString() **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object(overriden) --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //N/A//
-This method is an override of the GetHashCode functionality. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:String 
 +  Description:N/A
  
-<!-- System.Object(overriden) --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetType() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Type 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- System.Object(overriden) --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-===== Protected Methods ===== +  * //N/A//
-==== Finalize() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== MemberwiseClone() ​==== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:​Object 
-===== Public Properties ===== +  * Description:​N/​A 
-==== MaxColumnIndex ​==== + 
-Gets or sets the Max Column ​Index which stands for the right boundary. +== Parameters ​== 
-=== Return Value === +<div newline></​div>​ 
-^ Return ​Type ^ +==== Public Properties ​==== 
-| Int64<​!-- System.Int64 --> ​  |+** {{wiki:​PublicProperty.gif|}} MinRowIndex ** 
 + 
 +Gets or sets the Min Row Index which stands for the up boundary. 
 +== Remarks == 
 +N/A 
 +== Return Value == 
 +  ​* ​Type:Int64 
 + 
 +** {{wiki:​PublicProperty.gif|}} MaxRowIndex **
  
-<!-- ThinkGeo.MapSuite.Core.RowColumnRange --> 
-[[#Public Properties|Go Back]] 
-==== 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.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-Int64<!-- System.Int64 --> ​  |+== Return Value == 
 +  ​* ​Type:Int64 
 + 
 +** {{wiki:​PublicProperty.gif|}} MinColumnIndex **
  
-<!-- ThinkGeo.MapSuite.Core.RowColumnRange --> 
-[[#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.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| Int64<​!-- System.Int64 --> ​  |+== Return Value == 
 +  ​* ​Type:Int64
  
-<!-- ThinkGeo.MapSuite.Core.RowColumnRange --> +** {{wiki:​PublicProperty.gif|}} MaxColumnIndex **
-[[#Public Properties|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 --> +Gets or sets the Max Column Index which stands for the right boundary
-[[#Public Properties|Go Back]] +== Remarks == 
-===== Protected Properties ​===== +N/A 
-===== Public Events ====+== Return Value == 
-__NOTOC__ +  * Type:​Int64 
-[[Category:​MapSuiteCore]] + 
-[[Category:​ThinkGeo.MapSuite.Core]] +==== Protected Properties ==== 
-[[Category:​UpdateDocumentation]]+==== Public Events ====
  
thinkgeo.mapsuite.core.rowcolumnrange.1440040129.txt.gz · Last modified: 2015/09/17 10:38 (external edit)