IWMTSTileMatrix Interface
Provides access to members that describe a particular tile matrix.
Members
Name | Description | |
---|---|---|
![]() |
Identifier | Tile matrix set identifier. |
![]() |
MatrixHeight | Height of each tile of this tile matrix in pixels. |
![]() |
MatrixWidth | Width of each tile of this tile matrix in pixels. |
![]() |
ScaleDenominator | Scale denominator level of this tile matrix. |
![]() |
TileHeight | Height of each tile of this tile matrix in pixels. |
![]() |
TileWidth | Width of each tile of this tile matrix in pixels. |
![]() |
TopLeftCorner | Position in CRS coordinates of the top-left corner of this tile matrix. |
IWMTSTileMatrix.Identifier Property
Tile matrix set identifier.
Public ReadOnly Property Identifier As String
public string Identifier {get;}
IWMTSTileMatrix.MatrixHeight Property
Height of each tile of this tile matrix in pixels.
Public ReadOnly Property MatrixHeight As Integer
public int MatrixHeight {get;}
IWMTSTileMatrix.MatrixWidth Property
Width of each tile of this tile matrix in pixels.
Public ReadOnly Property MatrixWidth As Integer
public int MatrixWidth {get;}
IWMTSTileMatrix.ScaleDenominator Property
Scale denominator level of this tile matrix.
Public ReadOnly Property ScaleDenominator As Double
public double ScaleDenominator {get;}
IWMTSTileMatrix.TileHeight Property
Height of each tile of this tile matrix in pixels.
Public ReadOnly Property TileHeight As Integer
public int TileHeight {get;}
IWMTSTileMatrix.TileWidth Property
Width of each tile of this tile matrix in pixels.
Public ReadOnly Property TileWidth As Integer
public int TileWidth {get;}
IWMTSTileMatrix.TopLeftCorner Property
Position in CRS coordinates of the top-left corner of this tile matrix.
Public ReadOnly Property TopLeftCorner As WKSPoint
public WKSPoint TopLeftCorner {get;}
Classes that implement IWMTSTileMatrix
Classes | Description |
---|---|
WMTSTileMatrix | Object that describes a particular tile matrix |