User Tools

Site Tools


thinkgeo.mapsuite.portablecore.tilematrixcell

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.portablecore.tilematrixcell [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.PortableCore.TileMatrixCell ====== 
- 
- 
- 
-<!-- Structure --> 
-This structure represents the TileMatrixCell which will be used in the TileMatrix system. 
-===== Inheritance Hierarchy ===== 
-*System.ValueType 
-**[[ThinkGeo.MapSuite.PortableCore.TileMatrixCell]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​TileMatrixCell(Int64,​ Int64, RectangleShape)|TileMatrixCell]] ​  | Int64, Int64, [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]] ​  ​| ​   | This is the constructor used to create a TileMatrixCell. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{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 ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​BoundingBox|BoundingBox]] ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]] ​  ​| ​   | This property gets or sets the BoundingBox of the stucture. ​  | 
-| {{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 ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== TileMatrixCell(Int64,​ Int64, RectangleShape) ==== 
-This is the constructor used to create a TileMatrixCell. 
-=== 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.PortableCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  | This parameter represents the boundingBox of the TileMatrixCell. ​  | 
- 
-[[#Public Constructors|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) --> 
-[[#Public Methods|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) --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-This method is an override of the ToString functionality. 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object(overriden) --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== Finalize() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== BoundingBox ==== 
-This property gets or sets the BoundingBox of the stucture. 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.TileMatrixCell --> 
-[[#Public Properties|Go Back]] 
-==== Column ==== 
-This property gets or sets the Column number of the stucture. 
-=== Return Value === 
-^ Return Type ^ 
-| Int64<​!-- System.Int64 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.TileMatrixCell --> 
-[[#Public Properties|Go Back]] 
-==== Row ==== 
-This property gets or sets the Row number of the stucture. 
-=== Return Value === 
-^ Return Type ^ 
-| Int64<​!-- System.Int64 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.PortableCore.TileMatrixCell --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​MapSuitePortableCore]] 
-[[Category:​ThinkGeo.MapSuite.PortableCore]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.portablecore.tilematrixcell.1440040133.txt.gz ยท Last modified: 2015/09/21 08:20 (external edit)