====== ThinkGeo.Core.TileMatrix ====== ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.Core.Matrix ***ThinkGeo.Core.TileMatrix** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} TileMatrix() ** * //N/A// == Remarks == * //N/A// == Parameters ==
** {{wiki:PublicMethod.gif|}} TileMatrix(Double) ** * //This is the constructor by passing the scale.// == Remarks == * //If you use this constructor, all other properties are used their default values.// == Parameters == * //scale// * Type:Double * Description:This parameter specifies the target scale to set the Matrix. ** {{wiki:PublicMethod.gif|}} TileMatrix(Double,RectangleShape,GeographyUnit) ** * //This is the constructor by passing the scale.// == Remarks == * //If you use this constructor, all other properties are used their default values.// == Parameters == * //scale// * Type:Double * Description:This parameter specifies the target scale to set the Matrix. * //boundingBox// * Type:[[ThinkGeo.Core.RectangleShape|RectangleShape]] * Description:N/A * //referencePointUnit// * Type:[[ThinkGeo.Core.GeographyUnit|GeographyUnit]] * Description:N/A ** {{wiki:PublicMethod.gif|}} TileMatrix(Double,Int32,Int32,RectangleShape,GeographyUnit) ** * //This is the constructor for the class.// == Remarks == * //If you use this constructor, all other properties are caculated via these given parameters.// == Parameters == * //scale// * Type:Double * Description:This parameter specifies the target scale to set the Matrix. * //tileWidth// * Type:Int32 * Description:This parameter specifies the tileView width(in decimalDegrees) to set the Matrix. * //tileHeight// * Type:Int32 * Description:This parameter specifies the tileView height(in decimalDegrees) to set the Matrix. * //boundingBox// * Type:[[ThinkGeo.Core.RectangleShape|RectangleShape]] * Description:N/A * //referencePointUnit// * Type:[[ThinkGeo.Core.GeographyUnit|GeographyUnit]] * Description:This parameter specifies the boundingBox Unit to set the Matrix. ** {{wiki:PublicMethod.gif|}} TileMatrix(Double,Int32,Int32,PointShape,GeographyUnit,Int64,Int64,MatrixReferenceCorner) ** * //This is the constructor for the class.// == Remarks == * //If you use this constructor, all other properties are caculated via these given parameters.// == Parameters == * //scale// * Type:Double * Description:This parameter specifies the target scale to set the Matrix. * //tileWidth// * Type:Int32 * Description:This parameter specifies the tileView width(in decimalDegrees) to set the Matrix. * //tileHeight// * Type:Int32 * Description:This parameter specifies the tileView height(in decimalDegrees) to set the Matrix. * //referencePoint// * Type:[[ThinkGeo.Core.PointShape|PointShape]] * Description:This parameter specifies the reference point location to set the Matrix. * //boundingBoxUnit// * Type:[[ThinkGeo.Core.GeographyUnit|GeographyUnit]] * Description:This parameter specifies the boundingBox Unit 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. * //referenceCorner// * Type:[[ThinkGeo.Core.MatrixReferenceCorner|MatrixReferenceCorner]] * Description:This parameter specifies the reference corner to set the Matrix. ==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetAllCells() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.Core.MatrixCell|MatrixCell]]> * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} GetCell(Int64,Int64) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.MatrixCell|MatrixCell]] * 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.Core.MatrixCell|MatrixCell]] * Description:N/A == Parameters == * //intersectingPoint// * Type:[[ThinkGeo.Core.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.Core.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.Core.PointShape|PointShape]] * Description:N/A ** {{wiki:PublicMethod.gif|}} GetIntersectingCells(RectangleShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.Core.MatrixCell|MatrixCell]]> * Description:N/A == Parameters == * //worldExtent// * Type:[[ThinkGeo.Core.RectangleShape|RectangleShape]] * Description:N/A ** {{wiki:PublicMethod.gif|}} GetContainedCells(RectangleShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.Core.MatrixCell|MatrixCell]]> * Description:N/A == Parameters == * //worldExtent// * Type:[[ThinkGeo.Core.RectangleShape|RectangleShape]] * Description:N/A ** {{wiki:PublicMethod.gif|}} GetIntersectingRowColumnRange(RectangleShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.RowColumnRange|RowColumnRange]] * Description:N/A == Parameters == * //worldExtent// * Type:[[ThinkGeo.Core.RectangleShape|RectangleShape]] * Description:N/A ** {{wiki:PublicMethod.gif|}} GetContainedRowColumnRange(RectangleShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.RowColumnRange|RowColumnRange]] * Description:N/A == Parameters == * //worldExtent// * Type:[[ThinkGeo.Core.RectangleShape|RectangleShape]] * Description:N/A ** {{wiki:PublicMethod.gif|}} GetRowCount() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int64 * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} GetColumnCount() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int64 * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters == ** {{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|}}{{wiki:Static.gif|}} GetDefaultMatrix(Double,Int32,Int32,GeographyUnit) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.TileMatrix|TileMatrix]] * Description:N/A == Parameters == * //scale// * Type:Double * Description:N/A * //tileWidth// * Type:Int32 * Description:N/A * //tileHeight// * Type:Int32 * Description:N/A * //unit// * Type:[[ThinkGeo.Core.GeographyUnit|GeographyUnit]] * Description:N/A ===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters == ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == ==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} Scale ** * //N/A// == Remarks == * //When set a different Scale, it will recaculate the parameters in TileMatrix.// == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} TileWidth ** * //N/A// == Remarks == * //When set a different TileWidth, it will recaculate the parameters in TileMatrix.// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} TileHeight ** * //N/A// == Remarks == * //When set a different TileHeight, it will recaculate the parameters in TileMatrix.// == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} GeographyUnit ** * //N/A// == 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.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.Core.RectangleShape|RectangleShape]] ** {{wiki:PublicProperty.gif|}} Id ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String ==== Protected Properties ==== ==== Public Events ====