User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.tilematrix

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.silverlightcore.tilematrix [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.silverlightcore.tilematrix [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.SilverlightCore.TileMatrix ====== ====== ThinkGeo.MapSuite.SilverlightCore.TileMatrix ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- +This is the base class inherits from Matrix which describe the Matrix system used for Tilling system.
-<!-- Class -->+
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**[[ThinkGeo.MapSuite.SilverlightCore.Matrix]] +    *ThinkGeo.MapSuite.SilverlightCore.Matrix 
-***[[ThinkGeo.MapSuite.SilverlightCore.TileMatrix]] +      ***ThinkGeo.MapSuite.SilverlightCore.TileMatrix** 
-****[[ThinkGeo.MapSuite.SilverlightCore.OgcTileMatrix]] +        ​*[[ThinkGeo.MapSuite.SilverlightCore.OgcTileMatrix]] 
-****[[ThinkGeo.MapSuite.SilverlightCore.WmtsTileMatrix]]+        *[[ThinkGeo.MapSuite.SilverlightCore.WmtsTileMatrix]]
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
 ==== Protected Constructors ==== ==== Protected Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​ProtectedMethod.gif|}} TileMatrix(String,​Double,​Int32,​Int32,​GeographyUnit,​PointShape,​MatrixReferenceCorner,​Int64,​Int64) ​** 
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#TileMatrix(String,​ Double, Int32, Int32, GeographyUnit,​ PointShape, MatrixReferenceCorner,​ Int64, Int64)|TileMatrix]] ​  | String, DoubleInt32Int32[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]][[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]][[ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner|MatrixReferenceCorner]], Int64, ​Int64   |       | + 
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#TileMatrix(String,​ Double, Int32, Int32, GeographyUnit,​ RectangleShape,​ MatrixReferenceCorner)|TileMatrix]] ​  | String, DoubleInt32Int32[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]][[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]][[ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner|MatrixReferenceCorner]] ​  |    |    | +  * //This is the constructor for the class.// 
-{{wiki:​ProtectedMethod.gif|Protected Method}}[[#TileMatrix(String,​ Double, Int32, Int32, GeographyUnit,​ MatrixReferenceCorner)|TileMatrix]] ​  | String, DoubleInt32Int32[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]][[ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner|MatrixReferenceCorner]] ​  |    |    |+== Remarks == 
 +  * //If you use this constructorall other properties are caculated via these given parameters.//​ 
 +== Parameters == 
 +  * //id// 
 +    * Type:​String 
 +    * Description:​This parameter specifies the id to set the Matrix. 
 + 
 +  * //scale// 
 +    * Type:Double 
 +    * Description:​This parameter specifies the target scale to set the Matrix. 
 + 
 +  * //​tileWidth//​ 
 +    * Type:Int32 
 +    * Description:​This parameter specifies the tile width(in decimalDegrees) to set the Matrix. 
 + 
 +  * //​tileHeight//​ 
 +    * Type:Int32 
 +    * Description:​This parameter specifies the tile height(in decimalDegrees) to set the Matrix. 
 + 
 +  * //​boundingBoxUnit//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
 +    * Description:​This parameter specifies the boundingBox Unit to set the Matrix. 
 + 
 +  * //​referencePoint//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
 +    * Description:​This parameter specifies the reference point location to set the Matrix. 
 + 
 +  * //​referenceCorner//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner|MatrixReferenceCorner]] 
 +    * Description:​This parameter specifies the reference corner to set the Matrix. 
 + 
 +  * //​rowCount//​ 
 +    * Type:Int64 
 +    * Description:​This parameter specifies the row count to set the Matrix. 
 + 
 +  * //​columnCount//​ 
 +    * Type:Int64 
 +    * Description:​This parameter specifies the column count to set the Matrix. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} TileMatrix(String,​Double,​Int32,​Int32,​GeographyUnit,​RectangleShape,​MatrixReferenceCorner) ​** 
 + 
 +  * //This is the constructor for the class.// 
 +== Remarks == 
 +  * //If you use this constructorall other properties are caculated via these given parameters.//​ 
 +== Parameters == 
 +  * //id// 
 +    * Type:​String 
 +    * Description:​This parameter specifies the id to set the Matrix. 
 + 
 +  * //scale// 
 +    * Type:Double 
 +    * Description:​This parameter specifies the target scale to set the Matrix. 
 + 
 +  * //​tileWidth//​ 
 +    * Type:Int32 
 +    * Description:​This parameter specifies the tile width(in decimalDegrees) to set the Matrix. 
 + 
 +  * //​tileHeight//​ 
 +    * Type:Int32 
 +    * Description:​This parameter specifies the tile height(in decimalDegrees) to set the Matrix. 
 + 
 +  * //​boundingBoxUnit//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
 +    * Description:​This parameter specifies the boundingBox Unit to set the Matrix. 
 + 
 +  * //​boundingBox//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
 +    * Description:​This parameter specifies the boundingBox to set the Matrix. 
 + 
 +  * //​referenceCorner//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner|MatrixReferenceCorner]] 
 +    * Description:​This parameter specifies the reference corner to set the Matrix. 
 + 
 +<div newline></​div>​ 
 +** {{wiki:​ProtectedMethod.gif|}} TileMatrix(String,​Double,​Int32,​Int32,​GeographyUnit,​MatrixReferenceCorner) ​** 
 + 
 +  * //This is the constructor for the class.// 
 +== Remarks == 
 +  * //If you use this constructorall other properties are caculated via these given parameters.//​ 
 +== Parameters == 
 +  * //id// 
 +    * Type:​String 
 +    * Description:​This parameter specifies the id to set the Matrix. 
 + 
 +  * //scale// 
 +    * Type:Double 
 +    * Description:​This parameter specifies the target scale to set the Matrix. 
 + 
 +  * //​tileWidth//​ 
 +    * Type:Int32 
 +    * Description:​This parameter specifies the tile width(in decimalDegrees) to set the Matrix. 
 + 
 +  * //​tileHeight//​ 
 +    * Type:Int32 
 +    * Description:​This parameter specifies the tile height(in decimalDegrees) to set the Matrix. 
 + 
 +  * //​boundingBoxUnit//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] 
 +    * Description:​This parameter specifies the boundingBox Unit to set the Matrix. 
 + 
 +  * //​referenceCorner//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner|MatrixReferenceCorner]] 
 +    * Description:​This parameter specifies the reference corner to set the Matrix.
  
 +<div newline></​div>​
 ==== 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.SilverlightCore.Matrix|Matrix]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetCell(Int64,​ Int64)|GetCell]] ​  | Int64, Int64   | [[ThinkGeo.MapSuite.SilverlightCore.Matrix|Matrix]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetCell(PointShape)|GetCell]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Matrix|Matrix]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetColumnIndex(PointShape)|GetColumnIndex]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Matrix|Matrix]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetContainedCells(RectangleShape)|GetContainedCells]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Matrix|Matrix]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetContainedRowColumnRange(RectangleShape)|GetContainedRowColumnRange]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Matrix|Matrix]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetIntersectingCells(RectangleShape)|GetIntersectingCells]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Matrix|Matrix]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetIntersectingRowColumnRange(RectangleShape)|GetIntersectingRowColumnRange]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Matrix|Matrix]] ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetRowIndex(PointShape)|GetRowIndex]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Matrix|Matrix]] ​  ​| ​   | +
-| {{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 ​  ​| ​   |    | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetMatrix(String,​ Double, Double, PointShape, MatrixReferenceCorner,​ Int64, Int64)|SetMatrix]] ​  | String, Double, Double, [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]],​ [[ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner|MatrixReferenceCorner]],​ Int64, Int64   | [[ThinkGeo.MapSuite.SilverlightCore.Matrix|Matrix]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetMatrix(Double,​ Double)|SetMatrix]] ​  | Double, Double ​  | [[ThinkGeo.MapSuite.SilverlightCore.Matrix|Matrix]] ​  ​| ​   | +
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​SetMatrix(String,​ Double, Double, RectangleShape,​ MatrixReferenceCorner)|SetMatrix]] ​  | String, Double, Double, [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]],​ [[ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner|MatrixReferenceCorner]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Matrix|Matrix]] ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Cell|Cell]]> 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​BoundingBox|BoundingBox]] ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]   | [[ThinkGeo.MapSuite.SilverlightCore.Matrix|Matrix]] ​  ​| ​   | +  * Description:N/A
-| {{wiki:PublicProperty.gif|Public Property}}[[#​BoundingBoxUnit|BoundingBoxUnit]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CellHeight|CellHeight]] ​  | Double ​  | [[ThinkGeo.MapSuite.SilverlightCore.Matrix|Matrix]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CellWidth|CellWidth]] ​  | Double ​  | [[ThinkGeo.MapSuite.SilverlightCore.Matrix|Matrix]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ColumnCount|ColumnCount]] ​  | Int64   | [[ThinkGeo.MapSuite.SilverlightCore.Matrix|Matrix]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Id|Id]] ​  | String ​  | [[ThinkGeo.MapSuite.SilverlightCore.Matrix|Matrix]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RowCount|RowCount]] ​  | Int64   | [[ThinkGeo.MapSuite.SilverlightCore.Matrix|Matrix]] ​  ​| ​   | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Scale|Scale]] ​  | Double ​  ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileHeight|TileHeight]] ​  | Int32   ​| ​   |    | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​TileWidth|TileWidth]] ​  | Int32   ​| ​   |    |+
  
-==== 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 == 
-===== Protected Constructors ===== +  ​Type:[[ThinkGeo.MapSuite.SilverlightCore.Cell|Cell]] 
-==== TileMatrix(String,​ Double, Int32, Int32, GeographyUnit,​ PointShape, MatrixReferenceCorner,​ Int64, Int64) ==== +  * Description:​N/​A
-=== Parameters === +
-^  Name ^  ​Type ​^  Description ^ +
-| id   | String<​!-- System.String --> ​  ​| ​   | +
-| scale   | Double<​!-- System.Double --> ​  ​| ​   | +
-| tileWidth ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| tileHeight ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| boundingBoxUnit ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   | +
-| referencePoint ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   | +
-| referenceCorner ​  | [[ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner|MatrixReferenceCorner]]<​!-- ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner --> ​  ​| ​   | +
-| rowCount ​  | Int64<​!-- System.Int64 --> ​  ​| ​   | +
-| columnCount ​  | Int64<​!-- System.Int64 --> ​  ​| ​   |+
  
-[[#​Protected Constructors|Go Back]] +== Parameters == 
-==== TileMatrix(String,​ Double, Int32, Int32, GeographyUnit,​ RectangleShape,​ MatrixReferenceCorner) ==== +  ​* //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.SilverlightCore.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   | +
-| boundingBox ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  ​| ​   | +
-| referenceCorner ​  | [[ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner|MatrixReferenceCorner]]<​!-- ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner --> ​  ​| ​   |+
  
-[[#​Protected Constructors|Go Back]] +  ​* //column// 
-==== TileMatrix(String,​ Double, Int32, Int32, GeographyUnit,​ MatrixReferenceCorner) ==== +    ​* Type:Int64 
-=== Parameters === +    ​* Description:​N/​A
-^  Name ^  Type ^  Description ^ +
-| id   ​| String<​!-- System.String --> ​  ​| ​   | +
-| scale   | Double<​!-- System.Double --> ​  ​| ​   | +
-| tileWidth ​  | Int32<​!-- System.Int32 --> ​  ​| ​   +
-| tileHeight ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | +
-| boundingBoxUnit ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  ​| ​   | +
-| referenceCorner ​  | [[ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner|MatrixReferenceCorner]]<​!-- ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner --> ​  ​| ​   |+
  
-[[#​Protected Constructors|Go Back]] +<div newline></​div>​ 
-===== Public Methods ===== +** {{wiki:​PublicMethod.gif|}} GetCell(PointShape**
-==== Equals(Object==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:[[ThinkGeo.MapSuite.SilverlightCore.Cell|Cell]] 
-==== GetAllCells() ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Cell|Cell]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Cell} --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​intersectingPoint//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
 +    * Description:N/A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Matrix --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetRowIndex(PointShape**
-==== GetCell(Int64, Int64==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.Cell|Cell]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Cell --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| row   | Int64<​!-- System.Int64 --> ​  ​| ​   | +  ​* //N/A//
-| column ​  | Int64<​!-- System.Int64 --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Matrix --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int64 
-==== GetCell(PointShape) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| [[ThinkGeo.MapSuite.SilverlightCore.Cell|Cell]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Cell --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​intersectingPoint//​ 
-| intersectingPoint ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Matrix --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetColumnIndex(PointShape) ​**
-==== GetColumnIndex(PointShape) ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int64<​!-- System.Int64 --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| intersectingPoint ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Matrix --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:Int64 
-==== GetContainedCells(RectangleShape) ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Cell|Cell]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Cell} --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​intersectingPoint//​ 
-| worldExtent ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Matrix --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetIntersectingCells(RectangleShape) ​**
-==== GetContainedRowColumnRange(RectangleShape) ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.RowColumnRange|RowColumnRange]]<​!-- ThinkGeo.MapSuite.SilverlightCore.RowColumnRange --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| worldExtent ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Matrix --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:​Collection<[[ThinkGeo.MapSuite.SilverlightCore.Cell|Cell]]> 
-==== GetHashCode() ==== +  ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​worldExtent//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetContainedCells(RectangleShape) ​**
-==== GetIntersectingCells(RectangleShape) ​==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Cell|Cell]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Cell} --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| worldExtent ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Matrix --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:​Collection<​[[ThinkGeo.MapSuite.SilverlightCore.Cell|Cell]]> 
-==== GetIntersectingRowColumnRange(RectangleShape) ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-[[ThinkGeo.MapSuite.SilverlightCore.RowColumnRange|RowColumnRange]]<!-- ThinkGeo.MapSuite.SilverlightCore.RowColumnRange --  |    |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  Description ^ +  ​* //​worldExtent//​ 
-| worldExtent ​  ​| ​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Matrix --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetIntersectingRowColumnRange(RectangleShape**
-==== GetRowIndex(PointShape==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int64<​!-- System.Int64 --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| intersectingPoint ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   |+  ​* //N/A//
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.Matrix --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.RowColumnRange|RowColumnRange]] 
-==== GetType() ==== +  ​* ​Description:N/A
-=== Return Value === +
-^ Return Type ^ Description ​+
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​worldExtent//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#Public Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} GetContainedRowColumnRange(RectangleShape**
-==== ToString() ==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:​[[ThinkGeo.MapSuite.SilverlightCore.RowColumnRange|RowColumnRange]] 
-===== Protected Methods ===== +  * Description:​N/​A
-==== Finalize() ==== +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +== Parameters == 
-^  Name ^  ​Type ​^  ​Description ​^+  ​* //​worldExtent//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
 +    * Description:N/A
  
-<!-- System.Object --+<div newline></​div
-[[#​Protected Methods|Go Back]] +** {{wiki:​PublicMethod.gif|}} ToString() **
-==== GetResolutionFromScale(Double==== +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Double<​!-- System.Double --> ​  ​| ​   |+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| scale   | Double<​!-- System.Double --> ​  ​| ​   |+  ​* //N/A//
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TileMatrix --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  ​* ​Type:String 
-==== MemberwiseClone() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| Object<​!-- System.Object --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== SetMatrix(String,​ Double, Double, PointShape, MatrixReferenceCorner,​ Int64, Int64) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Boolean 
-| id   | String<​!-- System.String --> ​  ​| ​   | +  Description:N/A
-| cellWidth ​  | Double<​!-- System.Double --> ​  ​| ​   | +
-| cellHeight ​  | Double<​!-- System.Double --> ​  ​| ​   | +
-| referencePoint ​  | [[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.PointShape --> ​  ​| ​   | +
-| referenceCorner ​  | [[ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner|MatrixReferenceCorner]]<​!-- ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner --> ​  ​| ​   | +
-| rowCount ​  | Int64<​!-- System.Int64 --> ​  ​| ​   | +
-| columnCount ​  | Int64<​!-- System.Int64 --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Matrix --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +  * //obj// 
-==== SetMatrix(Double,​ Double) ​==== +    ​* ​Type:Object 
-=== Return Value === +    ​* Description:​N/​A
-^ Return ​Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-| cellWidth ​  | Double<!-- System.Double --  |    | +
-| cellHeight ​  | Double<​!-- System.Double --> ​  ​| ​   ​|+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Matrix --> +  * //N/A// 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-==== SetMatrix(String,​ Double, Double, RectangleShape,​ MatrixReferenceCorner) ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​+  ​Type:Int32 
-| id   | String<​!-- System.String --> ​  ​| ​   | +  Description:N/A
-| cellWidth ​  | Double<​!-- System.Double --> ​  ​| ​   | +
-| cellHeight ​  | Double<​!-- System.Double --> ​  ​| ​   | +
-| boundingBox ​  | [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  ​| ​   | +
-| referenceCorner ​  | [[ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner|MatrixReferenceCorner]]<​!-- ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner --> ​  ​| ​   |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Matrix --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-===== Public Properties ===== +** {{wiki:​PublicMethod.gif|}} GetType() **
-==== BoundingBox ==== +
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.SilverlightCore.RectangleShape --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Matrix --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== BoundingBoxUnit ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| [[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeographyUnit --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TileMatrix --> +== Return Value == 
-[[#Public Properties|Go Back]] +  * Type:Type 
-==== CellHeight ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Matrix --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +<div newline></​div>​ 
-==== CellWidth ​==== +==== Protected Methods ​==== 
-=== Return Value === +** {{wiki:​ProtectedMethod.gif|}} GetResolutionFromScale(Double) **
-^ Return Type ^ +
-| Double<!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Matrix --> +  * //This method will get resolution from scale and can be overridden.// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== ColumnCount ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| Int64<​!-- System.Int64 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Matrix --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Double 
-==== Id ==== +  * Description:​Returns the resolution corresponding to the passed in scale.
-=== Return Value === +
-^ Return ​Type ^ +
-| String<​!-- System.String --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Matrix --> +== Parameters ​== 
-[[#Public Properties|Go Back]] +  * //scale// 
-==== RowCount ​==== +    ​* ​Type:Double 
-=== Return Value === +    * Description:​This parameter specifies the target scale to get resolution from.
-^ Return ​Type ^ +
-| Int64<​!-- System.Int64 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.Matrix --+<div newline></​div
-[[#Public Properties|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} SetMatrix(String,​Double,Double,​RectangleShape,​MatrixReferenceCorner) **
-==== Scale ==== +
-=== Return Value === +
-^ Return Type ^ +
-| Double<!-- System.Double ​--> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TileMatrix --> +  * //N/A// 
-[[#Public Properties|Go Back]] +== Remarks ​== 
-==== TileHeight ==== +  * //N/A//
-=== Return Value === +
-^ Return Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<!-- ThinkGeo.MapSuite.SilverlightCore.TileMatrix --> +== Return Value == 
-[[#Public Properties|Go Back]] +  ​* ​Type:Void 
-==== TileWidth ==== +  * Description:​N/​A
-=== Return Value === +
-^ Return ​Type ^ +
-| Int32<​!-- System.Int32 --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.SilverlightCore.TileMatrix --+== Parameters == 
-[[#Public Properties|Go Back]] +  * //id// 
-===== Protected Properties ​===== +    * Type:​String 
-===== Public ​Events ​===== +    * Description:​N/​A 
-__NOTOC__ + 
-[[Category:SilverlightMapSuiteCore]] +  * //​cellWidth//​ 
-[[Category:ThinkGeo.MapSuite.SilverlightCore]] +    * Type:​Double 
-[[Category:​UpdateDocumentation]]+    * Description:​N/​A 
 + 
 +  * //​cellHeight//​ 
 +    * Type:​Double 
 +    * Description:​N/​A 
 + 
 +  * //​boundingBox//​ 
 +    * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] 
 +    * Description:​N/​A 
 + 
 +  * //​referenceCorner//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.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.SilverlightCore.PointShape|PointShape]] 
 +    * Description:​N/​A 
 + 
 +  * //​referenceCorner//​ 
 +    * Type:​[[ThinkGeo.MapSuite.SilverlightCore.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 ** 
 + 
 +This property gets or sets the Scale for the TileMatrix. 
 +== Remarks ​== 
 +When set a different Scale, it will recaculate the parameters in TileMatrix. 
 +== Return Value == 
 +  * Type:Double 
 + 
 +** {{wiki:​PublicProperty.gif|}} TileWidth ** 
 + 
 +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 == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} TileHeight ** 
 + 
 +This property gets or sets the TileHeight for the TileMatrix. 
 +== Remarks == 
 +When set a different TileHeight, it will recaculate the parameters in TileMatrix. 
 +== Return Value == 
 +  * Type:​Int32 
 + 
 +** {{wiki:​PublicProperty.gif|}} BoundingBoxUnit ** 
 + 
 +This property gets or sets the BoundingBoxUnit for the TileMatrix. 
 +== Remarks == 
 +When set a different BoundingBoxUnit,​ it will recaculate the parameters in TileMatrix. Also, The default boundingBox value depends on the BoundingBoxUint. 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.SilverlightCore.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.SilverlightCore.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.silverlightcore.tilematrix.1440040134.txt.gz · Last modified: 2015/09/21 03:24 (external edit)