Table of Contents

ThinkGeo.MapSuite.Core.MapSuiteTileMatrix

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 defines the TileMatrix system used in MapSuite component.

Inheritance Hierarchy

Members Summary

Public Constructors

MapSuiteTileMatrix(Double)

This is the constructor by passing the scale.

Remarks

If you use this constructor, all other properties are used their default values.

Parameters

MapSuiteTileMatrix(Double,Int32,Int32,GeographyUnit)

This is the constructor for the class.

Remarks

If you use this constructor, all other properties are used their default values.

Parameters

MapSuiteTileMatrix(Double,Int32,Int32,GeographyUnit,RectangleShape)

This is the constructor for the class.

Remarks

If you use this constructor, all other properties are used their default values.

Parameters

MapSuiteTileMatrix(Double,Int32,Int32,GeographyUnit,PointShape,Int64,Int64)

This is the constructor for the class.

Remarks

If you use this constructor, all other properties are used their default values.

Parameters

MapSuiteTileMatrix(String,Double,Int32,Int32,GeographyUnit,RectangleShape)

This is the constructor for the class.

Remarks

If you use this constructor, all other properties are used their default values.

Parameters

MapSuiteTileMatrix(String,Double,Int32,Int32,GeographyUnit,PointShape,Int64,Int64)

This is the constructor for the class.

Remarks

If you use this constructor, all other properties are used their default values.

Parameters

Protected Constructors

Public Methods

GetAllCells()

N/A

Remarks

N/A

Return Value
Parameters

GetCell(Int64,Int64)

N/A

Remarks

N/A

Return Value
Parameters

GetCell(PointShape)

N/A

Remarks

N/A

Return Value
Parameters

GetRowIndex(PointShape)

N/A

Remarks

N/A

Return Value
Parameters

GetColumnIndex(PointShape)

N/A

Remarks

N/A

Return Value
Parameters

GetIntersectingCells(RectangleShape)

N/A

Remarks

N/A

Return Value
Parameters

GetContainedCells(RectangleShape)

N/A

Remarks

N/A

Return Value
Parameters

GetIntersectingRowColumnRange(RectangleShape)

N/A

Remarks

N/A

Return Value
Parameters

GetContainedRowColumnRange(RectangleShape)

N/A

Remarks

N/A

Return Value
Parameters

ToString()

N/A

Remarks

N/A

Return Value
Parameters

Equals(Object)

N/A

Remarks

N/A

Return Value
Parameters

GetHashCode()

N/A

Remarks

N/A

Return Value
Parameters

GetType()

N/A

Remarks

N/A

Return Value
Parameters

Protected Methods

GetResolutionFromScale(Double)

This method will get resolution from scale and can be overridden.

Remarks

N/A

Return Value
Parameters

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

N/A

Remarks

N/A

Return Value
Parameters

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

N/A

Remarks

N/A

Return Value
Parameters

SetMatrix(Double,Double)

N/A

Remarks

N/A

Return Value
Parameters

Finalize()

N/A

Remarks

N/A

Return Value
Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value
Parameters

Public Properties

Scale

N/A

Remarks

N/A

Return Value

TileWidth

N/A

Remarks

N/A

Return Value

TileHeight

N/A

Remarks

N/A

Return Value

BoundingBoxUnit

N/A

Remarks

N/A

Return Value

CellWidth

N/A

Remarks

N/A

Return Value

CellHeight

N/A

Remarks

N/A

Return Value

BoundingBox

N/A

Remarks

N/A

Return Value

RowCount

N/A

Remarks

N/A

Return Value

ColumnCount

N/A

Remarks

N/A

Return Value

Id

N/A

Remarks

N/A

Return Value

Protected Properties

Public Events