User Tools

Site Tools


thinkgeo.mapsuite.portablecore.wmtstilematrix

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.portablecore.wmtstilematrix [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.portablecore.wmtstilematrix [2017/03/16 21:59] (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.PortableCore.WmtsTileMatrix ======+====== ThinkGeo.MapSuite.Core.WmtsTileMatrix ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
  
-<!-- Class --> 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.PortableCore.Matrix]] +    *ThinkGeo.MapSuite.Core.Matrix 
-***[[ThinkGeo.MapSuite.PortableCore.TileMatrix]] +      *ThinkGeo.MapSuite.Core.TileMatrix 
-****[[ThinkGeo.MapSuite.PortableCore.WmtsTileMatrix]]+        ***ThinkGeo.MapSuite.Core.WmtsTileMatrix**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} WmtsTileMatrix(String,​Double,​Int32,​Int32,​GeographyUnit) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#WmtsTileMatrix(String,​ Double, Int32, Int32, GeographyUnit)|WmtsTileMatrix]] ​  | String, Double, Int32, Int32, [[ThinkGeo.MapSuite.PortableCore.GeographyUnit|GeographyUnit]] ​  ​| ​   |    | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​WmtsTileMatrix(String,​ Double, Int32, Int32, GeographyUnit,​ PointShape, MatrixReferenceCorner,​ Int64, Int64)|WmtsTileMatrix]] ​  | String, Double, Int32, Int32, [[ThinkGeo.MapSuite.PortableCore.GeographyUnit|GeographyUnit]],​ [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]],​ [[ThinkGeo.MapSuite.PortableCore.MatrixReferenceCorner|MatrixReferenceCorner]],​ Int64, Int64   ​| ​   |    |+
  
-==== Protected Constructors ​==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A// 
 +== Parameters ​== 
 +  * //id// 
 +    * Type:​String 
 +    * Description:​N/​A
  
 +  * //scale//
 +    * Type:Double
 +    * Description:​N/​A
 +
 +  * //​tileWidth//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​tileHeight//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //unit//
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +** {{wiki:​PublicMethod.gif|}} WmtsTileMatrix(String,​Double,​Int32,​Int32,​GeographyUnit,​PointShape,​MatrixReferenceCorner,​Int64,​Int64) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //id//
 +    * Type:String
 +    * Description:​N/​A
 +
 +  * //scale//
 +    * Type:Double
 +    * Description:​N/​A
 +
 +  * //​tileWidth//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​tileHeight//​
 +    * Type:Int32
 +    * Description:​N/​A
 +
 +  * //​boundingBoxUnit//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]
 +    * Description:​N/​A
 +
 +  * //​referencePoint//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.PointShape|PointShape]]
 +    * Description:​N/​A
 +
 +  * //​referenceCorner//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]]
 +    * Description:​N/​A
 +
 +  * //​rowCount//​
 +    * Type:Int64
 +    * Description:​N/​A
 +
 +  * //​columnCount//​
 +    * Type:Int64
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} GetAllCells() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#GetAllCells()|GetAllCells]] ​  ​| ​   | [[ThinkGeo.MapSuite.PortableCore.Matrix|Matrix]] ​  | This method returns all the cells of the TileMatrix. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetCell(Int64,​ Int64)|GetCell]] ​  | Int64, Int64   | [[ThinkGeo.MapSuite.PortableCore.Matrix|Matrix]] ​  | Get the cell by passing a specified row and column. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetCell(PointShape)|GetCell]] ​  | [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]] ​  | [[ThinkGeo.MapSuite.PortableCore.Matrix|Matrix]] ​  | Get the cell by passing a specified point shape location. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetColumnIndex(PointShape)|GetColumnIndex]] ​  | [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]] ​  | [[ThinkGeo.MapSuite.PortableCore.Matrix|Matrix]] ​  | Get the column index by passing a specified point shape location. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetContainedCells(RectangleShape)|GetContainedCells]] ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.PortableCore.Matrix|Matrix]] ​  | This method returns the contained cells of the TileMatrix. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetContainedRowColumnRange(RectangleShape)|GetContainedRowColumnRange]] ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.PortableCore.Matrix|Matrix]] ​  | This method returns the RowColumnRange of the TileMatrix contained the passed in extent. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetIntersectingCells(RectangleShape)|GetIntersectingCells]] ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.PortableCore.Matrix|Matrix]] ​  | This method returns the intersecting cells of the TileMatrix. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetIntersectingRowColumnRange(RectangleShape)|GetIntersectingRowColumnRange]] ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.PortableCore.Matrix|Matrix]] ​  | This method returns the RowColumnRange of the TileMatrix intersects the passed in extent. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetRowIndex(PointShape)|GetRowIndex]] ​  | [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]] ​  | [[ThinkGeo.MapSuite.PortableCore.Matrix|Matrix]] ​  | Get the row index by passing a specified point shape location. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GetResolutionFromScale(Double)|GetResolutionFromScale]] ​  | Double ​  | [[ThinkGeo.MapSuite.PortableCore.TileMatrix|TileMatrix]](overriden) ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetMatrix(Double,​ Double)|SetMatrix]] ​  | Double, Double ​  | [[ThinkGeo.MapSuite.PortableCore.Matrix|Matrix]] ​  | This method sets the Matrix system by passing the cellWidth and cellHeight. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetMatrix(String,​ Double, Double, RectangleShape,​ MatrixReferenceCorner)|SetMatrix]] ​  | String, Double, Double, [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]],​ [[ThinkGeo.MapSuite.PortableCore.MatrixReferenceCorner|MatrixReferenceCorner]] ​  | [[ThinkGeo.MapSuite.PortableCore.Matrix|Matrix]] ​  | This method sets the Matrix system by passing in each variables. ​  | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetMatrix(String,​ Double, Double, PointShape, MatrixReferenceCorner,​ Int64, Int64)|SetMatrix]] ​  | String, Double, Double, [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]],​ [[ThinkGeo.MapSuite.PortableCore.MatrixReferenceCorner|MatrixReferenceCorner]],​ Int64, Int64   | [[ThinkGeo.MapSuite.PortableCore.Matrix|Matrix]] ​  | This method sets the Matrix system by passing in each variables. ​  |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Collection<​[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]> 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​BoundingBox|BoundingBox]] ​  ​| ​[[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]   | [[ThinkGeo.MapSuite.PortableCore.Matrix|Matrix]] ​  | This property gets or sets the BouningBox of the Matrix. ​  | +  * Description:N/A
-| {{wiki:PublicProperty.gif|Public Property}}[[#​BoundingBoxUnit|BoundingBoxUnit]] ​  | [[ThinkGeo.MapSuite.PortableCore.GeographyUnit|GeographyUnit]] ​  | [[ThinkGeo.MapSuite.PortableCore.TileMatrix|TileMatrix]] ​  | This property gets or sets the BoundingBoxUnit for the TileMatrix. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CellHeight|CellHeight]] ​  | Double ​  | [[ThinkGeo.MapSuite.PortableCore.Matrix|Matrix]] ​  | This property gets the cell height of the Matrix. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CellWidth|CellWidth]] ​  | Double ​  | [[ThinkGeo.MapSuite.PortableCore.Matrix|Matrix]] ​  | This property gets the cell width of the Matrix. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ColumnCount|ColumnCount]] ​  | Int64   | [[ThinkGeo.MapSuite.PortableCore.Matrix|Matrix]] ​  | This property gets the column count of the Matrix. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Id|Id]] ​  | String ​  | [[ThinkGeo.MapSuite.PortableCore.Matrix|Matrix]] ​  | This property gets or sets the id of the Matrix. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RowCount|RowCount]] ​  | Int64   | [[ThinkGeo.MapSuite.PortableCore.Matrix|Matrix]] ​  | This property gets the row count of the Matrix. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Scale|Scale]] ​  | Double ​  | [[ThinkGeo.MapSuite.PortableCore.TileMatrix|TileMatrix]] ​  | This property gets or sets the Scale for the TileMatrix. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileHeight|TileHeight]] ​  | Int32   | [[ThinkGeo.MapSuite.PortableCore.TileMatrix|TileMatrix]] ​  | This property gets or sets the TileHeight for the TileMatrix. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileWidth|TileWidth]] ​  | Int32   | [[ThinkGeo.MapSuite.PortableCore.TileMatrix|TileMatrix]] ​  | This property gets or sets the TileWidth for the TileMatrix. ​  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} GetCell(Int64,​Int64) **
  
-==== Public Events ==== +  * //N/A// 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-==== WmtsTileMatrix(String,​ Double, Int32, Int32, GeographyUnit) ==== +  ​Type:[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]] 
-=== Parameters === +  * Description:​N/​A
-^  Name ^  ​Type ​^  Description ^ +
-| id   | String<​!-- System.String --> ​  ​| ​   | +
-| scale   | Double<​!-- System.Double --> ​  ​| ​   | +
-| tileWidth ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| tileHeight ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| unit   ​| ​[[ThinkGeo.MapSuite.PortableCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.PortableCore.GeographyUnit --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +== Parameters == 
-==== WmtsTileMatrix(String,​ Double, Int32, Int32, GeographyUnit,​ PointShape, MatrixReferenceCorner,​ Int64, Int64) ==== +  ​* //row// 
-=== Parameters ​=== +    ​* Type:Int64 
- Name ^  Type ^  Description ^ +    ​* Description:​N/​A
-| id   | String<​!-- System.String --> ​  ​| ​   +
-| scale   | Double<​!-- System.Double --> ​  ​| ​   | +
-| tileWidth ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| tileHeight ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| boundingBoxUnit ​  | [[ThinkGeo.MapSuite.PortableCore.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.PortableCore.GeographyUnit --> ​  ​| ​   | +
-| referencePoint ​  | [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.PortableCore.PointShape --> ​  ​| ​   | +
-| referenceCorner ​  | [[ThinkGeo.MapSuite.PortableCore.MatrixReferenceCorner|MatrixReferenceCorner]]<​!-- ThinkGeo.MapSuite.PortableCore.MatrixReferenceCorner --> ​  ​| ​   | +
-| rowCount ​  ​| ​Int64<!-- System.Int64 --> ​  ​| ​   | +
-| columnCount ​  | Int64<​!-- System.Int64 --> ​  ​| ​   |+
  
-[[#Public Constructors|Go Back]] +  * //column// 
-===== Protected Constructors ===== +    ​* ​Type:Int64 
-===== Public Methods ===== +    ​* Description:​N/​A
-==== Equals(Object) ==== +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetCell(PointShape) **
-| obj   | Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetAllCells() ==== +  * //N/A//
-This method returns all the cells of the TileMatrix. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​[[ThinkGeo.MapSuite.PortableCore.TileMatrixCell|TileMatrixCell]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.TileMatrixCell} --> ​  | This method returns a collection of TileMatrixCell. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]] 
 +  Description:N/A
  
-<!-- ThinkGeo.MapSuite.PortableCore.Matrix --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​intersectingPoint//​ 
-==== GetCell(Int64,​ Int64) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-Get the cell by passing a specified row and column. +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.PortableCore.TileMatrixCell|TileMatrixCell]]<!-- ThinkGeo.MapSuite.PortableCore.TileMatrixCell --> ​  | The returning cell by specified the row and column. ​  |+
  
-=== Parameters === +<div newline></div> 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetRowIndex(PointShape) **
-| row   | Int64<!-- System.Int64 --  | This parameter specifies the row based on 1.   | +
-| column ​  | Int64<!-- System.Int64 --  | This parameter specifies the row based on 1  ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Matrix --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetCell(PointShape) ==== +  * //N/A//
-Get the cell by passing a specified point shape location. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.PortableCore.TileMatrixCell|TileMatrixCell]]<​!-- ThinkGeo.MapSuite.PortableCore.TileMatrixCell --> ​  | The returning cell by specifing the target point location. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int64 
-| intersectingPoint ​  | [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.PortableCore.PointShape --> ​  | The parameter specified the target point location. ​  |+  Description:N/A
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.Matrix --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​intersectingPoint//​ 
-==== GetColumnIndex(PointShape) ==== +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-Get the column index by passing a specified point shape location. +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Int64<​!-- System.Int64 --> ​  | The returning column index by specifing the target point location. ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetColumnIndex(PointShape) **
-| intersectingPoint ​  | [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.PortableCore.PointShape --> ​  | The parameter specified the target point location. ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Matrix --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetContainedCells(RectangleShape) ==== +  * //N/A//
-This method returns the contained cells of the TileMatrix. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​[[ThinkGeo.MapSuite.PortableCore.TileMatrixCell|TileMatrixCell]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.TileMatrixCell} --> ​  | This method returns a collection of TileMatrixCell which contained in the passed in extent. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int64 
-| worldExtent ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  | This parameter specifies extent which is used to get the tiles back from.   |+  Description:N/A
  
-<!-- ThinkGeo.MapSuite.PortableCore.Matrix --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​intersectingPoint//​ 
-==== GetContainedRowColumnRange(RectangleShape) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
-This method returns the RowColumnRange of the TileMatrix contained the passed in extent. +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.PortableCore.RowColumnRange|RowColumnRange]]<!-- ThinkGeo.MapSuite.PortableCore.RowColumnRange --> ​  | This method returns the RowColumnRange contained the passed in extent. ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetIntersectingCells(RectangleShape) **
-| worldExtent ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  | This parameter specifies extent which is used to get the tiles back from.   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Matrix --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​Collection<​[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]>​ 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​worldExtent//​ 
-==== GetIntersectingCells(RectangleShape) ​==== +    ​* ​Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-This method returns the intersecting cells of the TileMatrix. +    * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Collection<​[[ThinkGeo.MapSuite.PortableCore.TileMatrixCell|TileMatrixCell]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.PortableCore.TileMatrixCell} --> ​  | This method returns a collection of TileMatrixCell which intersecting with the passed in extent. ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetContainedCells(RectangleShape) **
-| worldExtent ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  | This parameter specifies extent which is used to get the tiles back from.   |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Matrix --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetIntersectingRowColumnRange(RectangleShape) ==== +  * //N/A//
-This method returns the RowColumnRange of the TileMatrix intersects the passed in extent. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.PortableCore.RowColumnRange|RowColumnRange]]<​!-- ThinkGeo.MapSuite.PortableCore.RowColumnRange --> ​  | This method returns the RowColumnRange intersects the passed in extent. ​  |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​^  Description ^ +  ​Type:​Collection<​[[ThinkGeo.MapSuite.Core.TileMatrixCell|TileMatrixCell]]> 
-| worldExtent ​  ​| ​[[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --  | This parameter specifies extent which is used to get the tiles back from.   |+  * Description:​N/​A
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.Matrix --> +== Parameters == 
-[[#Public Methods|Go Back]] +  * //​worldExtent//​ 
-==== GetRowIndex(PointShape) ==== +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-Get the row index by passing a specified point shape location. +    ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Int64<​!-- System.Int64 --> ​  | The returning row index by specifing the target point location. ​  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetIntersectingRowColumnRange(RectangleShape) **
-| intersectingPoint ​  | [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.PortableCore.PointShape --  | The parameter specified the target point location  ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Matrix --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetType() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:​[[ThinkGeo.MapSuite.Core.RowColumnRange|RowColumnRange]] 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  * //​worldExtent//​ 
-==== ToString() ​==== +    ​* ​Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| String<​!-- System.String --> ​  |    ​|+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} GetContainedRowColumnRange(RectangleShape) **
  
-<!-- System.Object --> +  * //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:​[[ThinkGeo.MapSuite.Core.RowColumnRange|RowColumnRange]] 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //​worldExtent//​ 
-==== GetResolutionFromScale(Double) ​==== +    ​* ​Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
-=== Return Value === +    * Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Double<​!-- System.Double --> ​  |    ​|+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} ToString() **
-| scale   | Double<​!-- System.Double --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TileMatrix(overriden) --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== MemberwiseClone() ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:String 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== SetMatrix(Double,​ Double) ​==== +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
-This method sets the Matrix system by passing the cellWidth and cellHeight. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| cellWidth ​  | Double<​!-- System.Double --> ​  | This parameter specifies the cell width(in decimalDegrees) to set the Matrix. ​  | +  ​* //N/A//
-| cellHeight ​  | Double<​!-- System.Double --> ​  | This parameter specifies the cell height(in decimalDegrees) to set the Matrix. ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Matrix --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Boolean 
-==== SetMatrix(String,​ Double, Double, RectangleShape,​ MatrixReferenceCorner) ==== +  * Description:N/A
-This method sets the Matrix system by passing in each variables. +
-=== Remarks === +
-Accroding to the these given parameters, the referencePoint,​ rowCount, columnCount can be caculated. +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​+  ​* //obj// 
-| id   | String<​!-- System.String --> ​  | This parameter specifies the id to set the Matrix. ​  | +    * Type:Object 
-| cellWidth ​  | Double<​!-- System.Double --> ​  | This parameter specifies the cell width(in decimalDegrees) to set the Matrix. ​  | +    * Description:N/A
-| cellHeight ​  | Double<​!-- System.Double --> ​  | This parameter specifies the cell height(in decimalDegrees) to set the Matrix. ​  | +
-| boundingBox ​  | [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  | This parameter specifies the boundingBox to set the Matrix. ​  | +
-| referenceCorner ​  | [[ThinkGeo.MapSuite.PortableCore.MatrixReferenceCorner|MatrixReferenceCorner]]<​!-- ThinkGeo.MapSuite.PortableCore.MatrixReferenceCorner --> ​  | This parameter specifies the reference corner to set the Matrix. ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Matrix --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-==== SetMatrix(String, Double, Double, PointShape, MatrixReferenceCorner,​ Int64, Int64==== +
-This method sets the Matrix system by passing in each variables. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| id   | String<​!-- System.String --> ​  | This parameter specifies the id to set the Matrix. ​  | +  ​* //N/A//
-| cellWidth ​  | Double<​!-- System.Double --> ​  | This parameter specifies the cell width(in decimalDegrees) to set the Matrix. ​  | +
-| cellHeight ​  | Double<​!-- System.Double --> ​  | This parameter specifies the cell height(in decimalDegrees) to set the Matrix. ​  | +
-| referencePoint ​  | [[ThinkGeo.MapSuite.PortableCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.PortableCore.PointShape --> ​  | This parameter specifies the reference Point to set the Matrix. ​  | +
-| referenceCorner ​  | [[ThinkGeo.MapSuite.PortableCore.MatrixReferenceCorner|MatrixReferenceCorner]]<​!-- ThinkGeo.MapSuite.PortableCore.MatrixReferenceCorner --> ​  | This parameter specifies the reference corner to set the Matrix. ​  | +
-| rowCount ​  | Int64<​!-- System.Int64 --> ​  | This parameter specifies the row count to set the Matrix. ​  | +
-| columnCount ​  | Int64<​!-- System.Int64 --> ​  | This parameter specifies the column count to set the Matrix. ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Matrix --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:Int32 
-===== Public Properties ===== +  * Description:​N/​A
-==== BoundingBox ==== +
-This property gets or sets the BouningBox of the Matrix. +
-=== Remarks === +
-The bounding box of the Matrix is related with the referencePoint,​ cellWidth, cellHeight and the rowCount and columnCount. +
-=== Return Value === +
-^ Return ​Type ^ +
-| [[ThinkGeo.MapSuite.PortableCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.PortableCore.RectangleShape --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Matrix --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== BoundingBoxUnit ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-This property gets or sets the BoundingBoxUnit for the TileMatrix. +
-=== Remarks === +
-When set a different BoundingBoxUnit,​ it will recaculate the parameters in TileMatrixAlso, The default boundingBox value depends on the BoundingBoxUint. +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.PortableCore.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.PortableCore.GeographyUnit --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TileMatrix --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== CellHeight ==== +  * //N/A//
-This property gets the cell height of the Matrix. +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Matrix --> +== Return Value == 
-[[#Public Properties|Go Back]] +  * Type:Type 
-==== CellWidth ==== +  * Description:​N/​A
-This property gets the cell width of the Matrix. +
-=== Return Value === +
-^ Return ​Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Matrix --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== ColumnCount ​==== +==== Protected Methods ​==== 
-This property gets the column count of the Matrix. +** {{wiki:​ProtectedMethod.gif|}} GetResolutionFromScale(Double) **
-=== Return Value === +
-^ Return Type ^ +
-| Int64<​!-- System.Int64 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Matrix --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== Id ==== +  * //N/A//
-This property gets or sets the id of the Matrix. +
-=== Return Value === +
-^ Return Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Matrix --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Double 
-==== RowCount ==== +  * Description:​N/​A
-This property gets the row count of the Matrix. +
-=== Return Value === +
-^ Return ​Type ^ +
-| Int64<​!-- System.Int64 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.Matrix --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //scale// 
-==== Scale ==== +    ​* ​Type:Double 
-This property gets or sets the Scale for the TileMatrix. +    * Description:​N/​A
-=== Remarks === +
-When set a different Scale, it will recaculate the parameters in TileMatrix. +
-=== Return Value === +
-^ Return ​Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TileMatrix --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} SetMatrix(String,Double,​Double,​RectangleShape,​MatrixReferenceCorner) **
-==== TileHeight ==== +
-This property gets or sets the TileHeight for the TileMatrix. +
-=== Remarks === +
-When set a different TileHeightit will recaculate the parameters in TileMatrix. +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.PortableCore.TileMatrix --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks == 
-==== TileWidth ==== +  * //N/A//
-This property gets or sets the TileWidth for the TileMatrix. +
-=== Remarks ​=== +
-When set a different TileWidth, it will recaculate the parameters in TileMatrix. +
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.PortableCore.TileMatrix --+== Return Value == 
-[[#Public Properties|Go Back]] +  * Type:Void 
-===== Protected Properties ​===== +  * Description:​N/​A 
-===== Public ​Events ​===== + 
-__NOTOC__ +== Parameters == 
-[[Category:MapSuitePortableCore]] +  * //id// 
-[[Category:ThinkGeo.MapSuite.PortableCore]] +    * Type:​String 
-[[Category:​UpdateDocumentation]]+    * Description:​N/​A 
 + 
 +  * //​cellWidth//​ 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +  * //​cellHeight//​ 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +  * //​boundingBox//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A 
 + 
 +  * //​referenceCorner//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]] 
 +    * Description:​N/​A 
 + 
 +<div newline></​div
 +** {{wiki:​ProtectedMethod.gif|}} SetMatrix(String,​Double,​Double,​PointShape,​MatrixReferenceCorner,​Int64,​Int64) ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //id// 
 +    * Type:​String 
 +    * Description:​N/​A 
 + 
 +  * //​cellWidth//​ 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +  * //​cellHeight//​ 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +  * //​referencePoint//​ 
 +    * Type:[[ThinkGeo.MapSuite.Core.PointShape|PointShape]] 
 +    * Description:​N/​A 
 + 
 +  * //​referenceCorner//​ 
 +    * Type:​[[ThinkGeo.MapSuite.Core.MatrixReferenceCorner|MatrixReferenceCorner]] 
 +    * Description:​N/​A 
 + 
 +  * //​rowCount//​ 
 +    * Type:​Int64 
 +    * Description:​N/​A 
 + 
 +  * //​columnCount//​ 
 +    * Type:​Int64 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} SetMatrix(Double,​Double) ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +  * //​cellWidth//​ 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +  * //​cellHeight//​ 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  * Type:​Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public ​Properties ​===
 +** {{wiki:​PublicProperty.gif|}} Scale ** 
 + 
 +  * //N/A// 
 +== Remarks ​== 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} TileWidth ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} TileHeight ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} BoundingBoxUnit ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} CellWidth ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} CellHeight ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} BoundingBox ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} RowCount ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Int64 
 + 
 +** {{wiki:​PublicProperty.gif|}} ColumnCount ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Int64 
 + 
 +** {{wiki:​PublicProperty.gif|}} Id ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​String 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.portablecore.wmtstilematrix.1440040133.txt.gz · Last modified: 2015/09/21 08:21 (external edit)