User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.wmtstilematrix

This is an old revision of the document!


ThinkGeo.MapSuite.SilverlightCore.WmtsTileMatrix

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodWmtsTileMatrix String, Double, Int32, Int32, GeographyUnit

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 String, Double, Double, PointShape, MatrixReferenceCorner, Int64, Int64 Matrix
Protected MethodSetMatrix Double, Double Matrix
Protected MethodSetMatrix String, Double, Double, RectangleShape, MatrixReferenceCorner Matrix

Public Properties

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

WmtsTileMatrix(String, Double, Int32, Int32, GeographyUnit)

Parameters

Name Type Description
id String<!– System.String –>
scale Double<!– System.Double –>
tileWidth Int32<!– System.Int32 –>
tileHeight Int32<!– System.Int32 –>
unit GeographyUnit<!– ThinkGeo.MapSuite.SilverlightCore.GeographyUnit –>

Go Back

Protected Constructors

Public Methods

Equals(Object)

Return Value

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

Parameters

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

<!– System.Object –> Go Back

GetAllCells()

Return Value

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

Parameters

Name Type Description

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

GetCell(Int64, Int64)

Return Value

Return Type Description
Cell<!– ThinkGeo.MapSuite.SilverlightCore.Cell –>

Parameters

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

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

GetCell(PointShape)

Return Value

Return Type Description
Cell<!– ThinkGeo.MapSuite.SilverlightCore.Cell –>

Parameters

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

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

GetColumnIndex(PointShape)

Return Value

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

Parameters

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

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

GetContainedCells(RectangleShape)

Return Value

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

Parameters

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

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

GetContainedRowColumnRange(RectangleShape)

Return Value

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

Parameters

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

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

GetHashCode()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

GetIntersectingCells(RectangleShape)

Return Value

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

Parameters

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

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

GetIntersectingRowColumnRange(RectangleShape)

Return Value

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

Parameters

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

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

GetRowIndex(PointShape)

Return Value

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

Parameters

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

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

GetType()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

GetResolutionFromScale(Double)

Return Value

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

Parameters

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

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

MemberwiseClone()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

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

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.SilverlightCore.PointShape –>
referenceCorner MatrixReferenceCorner<!– ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner –>
rowCount Int64<!– System.Int64 –>
columnCount Int64<!– System.Int64 –>

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

SetMatrix(Double, Double)

Return Value

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

Parameters

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

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

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

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.SilverlightCore.RectangleShape –>
referenceCorner MatrixReferenceCorner<!– ThinkGeo.MapSuite.SilverlightCore.MatrixReferenceCorner –>

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

Public Properties

BoundingBox

Return Value

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

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

BoundingBoxUnit

Return Value

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

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

CellHeight

Return Value

Return Type
Double<!– System.Double –>

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

CellWidth

Return Value

Return Type
Double<!– System.Double –>

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

ColumnCount

Return Value

Return Type
Int64<!– System.Int64 –>

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

Id

Return Value

Return Type
String<!– System.String –>

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

RowCount

Return Value

Return Type
Int64<!– System.Int64 –>

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

Scale

Return Value

Return Type
Double<!– System.Double –>

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

TileHeight

Return Value

Return Type
Int32<!– System.Int32 –>

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

TileWidth

Return Value

Return Type
Int32<!– System.Int32 –>

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

Protected Properties

Public Events

thinkgeo.mapsuite.silverlightcore.wmtstilematrix.1440040134.txt.gz · Last modified: 2015/09/21 03:25 (external edit)