mapscore
1.4.1.191
mapscore
/
io.openmobilemaps.mapscore.shared.map.layers.tiled.raster.wmts
/
WmtsTileMatrix
Wmts
Tile
Matrix
data
class
WmtsTileMatrix
(
var
identifier
:
String
,
var
scaleDenominator
:
Double
,
var
topLeftCornerX
:
Double
,
var
topLeftCornerY
:
Double
,
var
tileWidth
:
Int
,
var
tileHeight
:
Int
,
var
matrixWidth
:
Int
,
var
matrixHeight
:
Int
)
Content copied to clipboard
Constructors
Properties
Constructors
Wmts
Tile
Matrix
Link copied to clipboard
fun
WmtsTileMatrix
(
identifier
:
String
,
scaleDenominator
:
Double
,
topLeftCornerX
:
Double
,
topLeftCornerY
:
Double
,
tileWidth
:
Int
,
tileHeight
:
Int
,
matrixWidth
:
Int
,
matrixHeight
:
Int
)
Content copied to clipboard
Properties
identifier
Link copied to clipboard
var
identifier
:
String
Content copied to clipboard
matrix
Height
Link copied to clipboard
var
matrixHeight
:
Int
Content copied to clipboard
matrix
Width
Link copied to clipboard
var
matrixWidth
:
Int
Content copied to clipboard
scale
Denominator
Link copied to clipboard
var
scaleDenominator
:
Double
Content copied to clipboard
tile
Height
Link copied to clipboard
var
tileHeight
:
Int
Content copied to clipboard
tile
Width
Link copied to clipboard
var
tileWidth
:
Int
Content copied to clipboard
top
Left
Corner
X
Link copied to clipboard
var
topLeftCornerX
:
Double
Content copied to clipboard
top
Left
Corner
Y
Link copied to clipboard
var
topLeftCornerY
:
Double
Content copied to clipboard