User Tools

Site Tools


thinkgeo.mapsuite.core.tilematrixcell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.core.tilematrixcell [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.core.tilematrixcell [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.TileMatrixCell ====== ====== ThinkGeo.MapSuite.Core.TileMatrixCell ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- +This structure represents the TileMatrixCell ​ which will be used in the TileMatrix system.
-<!-- Structure --> +
-This structure represents the TileMatrixCell which will be used in the TileMatrix system.+
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.ValueType +  *System.Object 
-**[[ThinkGeo.MapSuite.Core.TileMatrixCell]]+    ​*System.ValueType 
 +      ***ThinkGeo.MapSuite.Core.TileMatrixCell**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} TileMatrixCell(Int64,​Int64,​RectangleShape) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#TileMatrixCell(Int64,​ Int64, RectangleShape)|TileMatrixCell]] ​  | Int64, Int64, [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  ​| ​   | This is the constructor used to create a TileMatrixCell. ​  |+
  
-==== Protected Constructors ​==== +  * //This is the constructor used to create a TileMatrixCell.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //None// 
 +== Parameters ​== 
 +  * //row// 
 +    * Type:​Int64 
 +    * Description:​This parameter represents the row number of the TileMatrixCell.
  
 +  * //column//
 +    * Type:Int64
 +    * Description:​This parameter represents the column number of the TileMatrixCell.
 +
 +  * //​boundingBox//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]
 +    * Description:​This parameter represents the boundingBox of the TileMatrixCell.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ToString() ​**
-{{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) ​  | This method is an override of the ToString functionality. ​  |+
  
-==== Protected Methods ==== +  * //This method is an override of the ToString 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:String 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​BoundingBox|BoundingBox]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  ​| ​   | This property gets or sets the BoundingBox of the stucture. ​  | +  * Description:N/A
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Column|Column]] ​  | Int64   ​| ​   | This property gets or sets the Column number of the stucture. ​  | +
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Row|Row]] ​  | Int64   ​| ​   | This property gets or sets the Row number of the stucture. ​  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-==== Public Events ==== +  * //This method is an override of the GetHashCode functionality.//​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //None//
  
-===== Public Constructors ===== +== Return Value == 
-==== TileMatrixCell(Int64,​ Int64, RectangleShape) ==== +  ​Type:Int32 
-This is the constructor used to create a TileMatrixCell. +  Description:N/A
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​+
-| row   | Int64<​!-- System.Int64 --> ​  | This parameter represents the row number of the TileMatrixCell. ​  | +
-| column ​  | Int64<​!-- System.Int64 --> ​  | This parameter represents the column number of the TileMatrixCell. ​  | +
-| boundingBox ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | This parameter represents the boundingBox of the TileMatrixCell. ​  |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +<div newline></​div>​ 
-===== Public Methods ===== +** {{wiki:​PublicMethod.gif|}} ​Equals(Object) ​**
-==== Equals(Object) ​==== +
-This method is an override of the Equals functionality. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //This method is an override of the Equals functionality.//​ 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  ​* //None//
  
-<!-- System.Object(overriden) --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Boolean 
-==== GetHashCode() ==== +  * Description:N/A
-This method is an override of the GetHashCode functionality. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //obj// 
 +    * Type:Object 
 +    * Description:N/A
  
-<!-- System.Object(overriden) --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetType() ​**
-==== 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
-This method is an override of the ToString functionality. +
-=== 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
-==== BoundingBox ==== +
-This property gets or sets the BoundingBox of the stucture. +
-=== Return Value === +
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.TileMatrixCell --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== Column ​==== +==== Public Properties ​==== 
-This property gets or sets the Column number of the stucture. +** {{wiki:​PublicProperty.gif|}} Row **
-=== Return Value === +
-^ Return Type ^ +
-| Int64<​!-- System.Int64 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.Core.TileMatrixCell --> 
-[[#Public Properties|Go Back]] 
-==== Row ==== 
 This property gets or sets the Row number of the stucture. This property gets or sets the Row number of the stucture.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-| Int64<​!-- System.Int64 --> ​  |+== Return Value == 
 +  ​* ​Type:Int64
  
-<!-- ThinkGeo.MapSuite.Core.TileMatrixCell --> +** {{wiki:​PublicProperty.gif|}} Column ** 
-[[#Public Properties|Go Back]] + 
-===== Protected Properties ===== +This property gets or sets the Column number of the stucture. 
-===== Public Events ===== +== Remarks ​== 
-__NOTOC__ +N/A 
-[[Category:MapSuiteCore]] +== Return Value == 
-[[Category:ThinkGeo.MapSuite.Core]] +  * Type:​Int64 
-[[Category:​UpdateDocumentation]]+ 
 +** {{wiki:​PublicProperty.gif|}} BoundingBox ** 
 + 
 +This property gets or sets the BoundingBox of the stucture. 
 +== Remarks ​== 
 +N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.core.tilematrixcell.1440040130.txt.gz · Last modified: 2015/09/17 10:41 (external edit)