User Tools

Site Tools


thinkgeo.mapsuite.silverlightedition.silverlightogctilematrix

ThinkGeo.MapSuite.SilverlightEdition.SilverlightOGCTileMatrix

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.

<!– Class –>

Remarks

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodSilverlightOGCTileMatrix Double
Public MethodSilverlightOGCTileMatrix Double, Int32, Int32, GeographyUnit
Public MethodSilverlightOGCTileMatrix Double, Int32, Int32, GeographyUnit, RectangleShape
Public MethodSilverlightOGCTileMatrix Double, Int32, Int32, GeographyUnit, PointShape, Int64, Int64
Public MethodSilverlightOGCTileMatrix String, Double, Int32, Int32, GeographyUnit, RectangleShape
Public MethodSilverlightOGCTileMatrix String, Double, Int32, Int32, GeographyUnit, PointShape, Int64, Int64

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodGetResolutionFromScale Double TileMatrix(overriden)
Protected MethodMemberwiseClone Object
Protected MethodSetMatrix Double, Double Matrix
Protected MethodSetMatrix String, Double, Double, RectangleShape, MatrixReferenceCorner Matrix
Protected MethodSetMatrix String, Double, Double, PointShape, MatrixReferenceCorner, Int64, Int64 Matrix

Public Properties

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

SilverlightOGCTileMatrix(Double)

Remarks

Parameters

Name Type Description
scale Double<!– System.Double –>

Go Back

SilverlightOGCTileMatrix(Double, Int32, Int32, GeographyUnit)

Remarks

Parameters

Name Type Description
scale Double<!– System.Double –>
tileWidth Int32<!– System.Int32 –>
tileHeight Int32<!– System.Int32 –>
boundingBoxUnit GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>

Go Back

SilverlightOGCTileMatrix(Double, Int32, Int32, GeographyUnit, RectangleShape)

Remarks

Parameters

Name Type Description
scale Double<!– System.Double –>
tileWidth Int32<!– System.Int32 –>
tileHeight Int32<!– System.Int32 –>
boundingBoxUnit GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>
boundingBox RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –>

Go Back

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

Remarks

Parameters

Name Type Description
scale Double<!– System.Double –>
tileWidth Int32<!– System.Int32 –>
tileHeight Int32<!– System.Int32 –>
boundingBoxUnit GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>
referencePoint PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>
rowCount Int64<!– System.Int64 –>
columnCount Int64<!– System.Int64 –>

Go Back

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

Remarks

Parameters

Name Type Description
id String<!– System.String –>
scale Double<!– System.Double –>
tileWidth Int32<!– System.Int32 –>
tileHeight Int32<!– System.Int32 –>
boundingBoxUnit GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>
boundingBox RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –>

Go Back

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

Remarks

Parameters

Name Type Description
id String<!– System.String –>
scale Double<!– System.Double –>
tileWidth Int32<!– System.Int32 –>
tileHeight Int32<!– System.Int32 –>
boundingBoxUnit GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>
referencePoint PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>
rowCount Int64<!– System.Int64 –>
columnCount Int64<!– System.Int64 –>

Go Back

Protected Constructors

Public Methods

Equals(Object)

Remarks

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetAllCells()

Remarks

Return Value

Return Type Description
Collection<TileMatrixCell><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.TileMatrixCell} –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.Core.Matrix –> Go Back

GetCell(Int64, Int64)

Remarks

Return Value

Return Type Description
TileMatrixCell<!– ThinkGeo.MapSuite.Core.TileMatrixCell –>

Parameters

Name Type Description
row Int64<!– System.Int64 –>
column Int64<!– System.Int64 –>

<!– ThinkGeo.MapSuite.Core.Matrix –> Go Back

GetCell(PointShape)

Remarks

Return Value

Return Type Description
TileMatrixCell<!– ThinkGeo.MapSuite.Core.TileMatrixCell –>

Parameters

Name Type Description
intersectingPoint PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>

<!– ThinkGeo.MapSuite.Core.Matrix –> Go Back

GetColumnIndex(PointShape)

Remarks

Return Value

Return Type Description
Int64<!– System.Int64 –>

Parameters

Name Type Description
intersectingPoint PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>

<!– ThinkGeo.MapSuite.Core.Matrix –> Go Back

GetContainedCells(RectangleShape)

Remarks

Return Value

Return Type Description
Collection<TileMatrixCell><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.TileMatrixCell} –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –>

<!– ThinkGeo.MapSuite.Core.Matrix –> Go Back

GetContainedRowColumnRange(RectangleShape)

Remarks

Return Value

Return Type Description
RowColumnRange<!– ThinkGeo.MapSuite.Core.RowColumnRange –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –>

<!– ThinkGeo.MapSuite.Core.Matrix –> Go Back

GetHashCode()

Remarks

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetIntersectingCells(RectangleShape)

Remarks

Return Value

Return Type Description
Collection<TileMatrixCell><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.Core.TileMatrixCell} –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –>

<!– ThinkGeo.MapSuite.Core.Matrix –> Go Back

GetIntersectingRowColumnRange(RectangleShape)

Remarks

Return Value

Return Type Description
RowColumnRange<!– ThinkGeo.MapSuite.Core.RowColumnRange –>

Parameters

Name Type Description
worldExtent RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –>

<!– ThinkGeo.MapSuite.Core.Matrix –> Go Back

GetRowIndex(PointShape)

Remarks

Return Value

Return Type Description
Int64<!– System.Int64 –>

Parameters

Name Type Description
intersectingPoint PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>

<!– ThinkGeo.MapSuite.Core.Matrix –> Go Back

GetType()

Remarks

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Remarks

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetResolutionFromScale(Double)

Remarks

Return Value

Return Type Description
Double<!– System.Double –>

Parameters

Name Type Description
scale Double<!– System.Double –>

<!– ThinkGeo.MapSuite.Core.TileMatrix(overriden) –> Go Back

MemberwiseClone()

Remarks

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

SetMatrix(Double, Double)

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
cellWidth Double<!– System.Double –>
cellHeight Double<!– System.Double –>

<!– ThinkGeo.MapSuite.Core.Matrix –> Go Back

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

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
id String<!– System.String –>
cellWidth Double<!– System.Double –>
cellHeight Double<!– System.Double –>
boundingBox RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –>
referenceCorner MatrixReferenceCorner<!– ThinkGeo.MapSuite.Core.MatrixReferenceCorner –>

<!– ThinkGeo.MapSuite.Core.Matrix –> Go Back

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

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
id String<!– System.String –>
cellWidth Double<!– System.Double –>
cellHeight Double<!– System.Double –>
referencePoint PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>
referenceCorner MatrixReferenceCorner<!– ThinkGeo.MapSuite.Core.MatrixReferenceCorner –>
rowCount Int64<!– System.Int64 –>
columnCount Int64<!– System.Int64 –>

<!– ThinkGeo.MapSuite.Core.Matrix –> Go Back

Public Properties

BoundingBox

Remarks

Return Value

Return Type
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –>

<!– ThinkGeo.MapSuite.Core.Matrix –> Go Back

BoundingBoxUnit

Remarks

Return Value

Return Type
GeographyUnit<!– ThinkGeo.MapSuite.Core.GeographyUnit –>

<!– ThinkGeo.MapSuite.Core.TileMatrix –> Go Back

CellHeight

Remarks

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.Core.Matrix –> Go Back

CellWidth

Remarks

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.Core.Matrix –> Go Back

ColumnCount

Remarks

Return Value

Return Type
Int64<!– System.Int64 –>

<!– ThinkGeo.MapSuite.Core.Matrix –> Go Back

Id

Remarks

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.Core.Matrix –> Go Back

RowCount

Remarks

Return Value

Return Type
Int64<!– System.Int64 –>

<!– ThinkGeo.MapSuite.Core.Matrix –> Go Back

Scale

Remarks

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.Core.TileMatrix –> Go Back

TileHeight

Remarks

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.TileMatrix –> Go Back

TileWidth

Remarks

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.Core.TileMatrix –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.silverlightedition.silverlightogctilematrix.txt · Last modified: 2017/03/16 21:59 (external edit)