private static class WMTSTileSource.TileMatrix extends Object
Modifier and Type | Field and Description |
---|---|
private String |
identifier |
private int |
matrixHeight |
private int |
matrixWidth |
private double |
scaleDenominator |
private int |
tileHeight |
private int |
tileWidth |
private EastNorth |
topLeftCorner |
Modifier | Constructor and Description |
---|---|
private |
TileMatrix() |
private String identifier
private double scaleDenominator
private EastNorth topLeftCorner
private int tileWidth
private int tileHeight
private int matrixWidth
private int matrixHeight
private TileMatrix()