WmtsTileMatrix

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)

Constructors

Link copied to clipboard
fun WmtsTileMatrix(    identifier: String,     scaleDenominator: Double,     topLeftCornerX: Double,     topLeftCornerY: Double,     tileWidth: Int,     tileHeight: Int,     matrixWidth: Int,     matrixHeight: Int)

Properties

Link copied to clipboard
var identifier: String
Link copied to clipboard
var matrixHeight: Int
Link copied to clipboard
var matrixWidth: Int
Link copied to clipboard
var scaleDenominator: Double
Link copied to clipboard
var tileHeight: Int
Link copied to clipboard
var tileWidth: Int
Link copied to clipboard
var topLeftCornerX: Double
Link copied to clipboard
var topLeftCornerY: Double