Table of Contents

ThinkGeo.MapSuite.Core.Matrix

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class represents a base Matrix which encapsulate the tile caculation logics.

Inheritance Hierarchy

Members Summary

Public Constructors

Protected Constructors

Matrix()

Remarks
Parameters

Matrix(String,Double,Double,RectangleShape,MatrixReferenceCorner)

Remarks
Parameters

Matrix(String,Double,Double,PointShape,MatrixReferenceCorner,Int64,Int64)

Remarks
Parameters

Public Methods

GetAllCells()

Remarks
Return Value
Parameters

GetCell(Int64,Int64)

Remarks
Return Value
Parameters

GetCell(PointShape)

Remarks
Return Value
Parameters

GetRowIndex(PointShape)

Remarks
Return Value
Parameters

GetColumnIndex(PointShape)

Remarks
Return Value
Parameters

GetIntersectingCells(RectangleShape)

Remarks
Return Value
Parameters

GetContainedCells(RectangleShape)

Remarks
Return Value
Parameters

GetIntersectingRowColumnRange(RectangleShape)

Remarks
Return Value
Parameters

GetContainedRowColumnRange(RectangleShape)

Remarks
Return Value
Parameters

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

SetMatrix(String,Double,Double,RectangleShape,MatrixReferenceCorner)

Remarks
Return Value
Parameters

SetMatrix(String,Double,Double,PointShape,MatrixReferenceCorner,Int64,Int64)

Remarks
Return Value
Parameters

SetMatrix(Double,Double)

Remarks
Return Value
Parameters

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

CellWidth

This property gets the cell width of the Matrix.

Remarks

N/A

Return Value

CellHeight

This property gets the cell height of the Matrix.

Remarks

N/A

Return Value

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

RowCount

This property gets the row count of the Matrix.

Remarks

N/A

Return Value

ColumnCount

This property gets the column count of the Matrix.

Remarks

N/A

Return Value

Id

This property gets or sets the id of the Matrix.

Remarks

N/A

Return Value

Protected Properties

Public Events