====== ThinkGeo.MapSuite.SilverlightCore.WmtsTileMatrix ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.SilverlightCore.Matrix *ThinkGeo.MapSuite.SilverlightCore.TileMatrix ***ThinkGeo.MapSuite.SilverlightCore.WmtsTileMatrix** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} WmtsTileMatrix(String,Double,Int32,Int32,GeographyUnit) ** * //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 * //unit// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeographyUnit|GeographyUnit]] * Description:N/A
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetAllCells() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Cell|Cell]]> * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetCell(Int64,Int64) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.Cell|Cell]] * Description:N/A == Parameters == * //row// * Type:Int64 * Description:N/A * //column// * Type:Int64 * Description:N/A
** {{wiki:PublicMethod.gif|}} GetCell(PointShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.Cell|Cell]] * Description:N/A == Parameters == * //intersectingPoint// * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetRowIndex(PointShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int64 * Description:N/A == Parameters == * //intersectingPoint// * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetColumnIndex(PointShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int64 * Description:N/A == Parameters == * //intersectingPoint// * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointShape|PointShape]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetIntersectingCells(RectangleShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Cell|Cell]]> * Description:N/A == Parameters == * //worldExtent// * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetContainedCells(RectangleShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Cell|Cell]]> * Description:N/A == Parameters == * //worldExtent// * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetIntersectingRowColumnRange(RectangleShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.RowColumnRange|RowColumnRange]] * Description:N/A == Parameters == * //worldExtent// * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] * Description:N/A
** {{wiki:PublicMethod.gif|}} GetContainedRowColumnRange(RectangleShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.RowColumnRange|RowColumnRange]] * Description:N/A == Parameters == * //worldExtent// * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] * Description:N/A
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} GetResolutionFromScale(Double) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Double * Description:N/A == Parameters == * //scale// * Type:Double * Description:N/A
** {{wiki:ProtectedMethod.gif|}} SetMatrix(String,Double,Double,RectangleShape,MatrixReferenceCorner) ** * //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 * //boundingBox// * Type:[[ThinkGeo.MapSuite.SilverlightCore.RectangleShape|RectangleShape]] * Description:N/A * //referenceCorner// * Type:[[ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner|MatrixReferenceCorner]] * Description:N/A
** {{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
** {{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
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== 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.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 ====