Package com.esri.arcgisruntime.ogc.wmts
Class WmtsTileMatrixSet.TileMatrix
- java.lang.Object
-
- com.esri.arcgisruntime.ogc.wmts.WmtsTileMatrixSet.TileMatrix
-
- Enclosing class:
- WmtsTileMatrixSet
public static final class WmtsTileMatrixSet.TileMatrix extends Object
Defines a WMTS Tile Matrix.- Since:
- 100.1.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the ID of this tile matrix.doublegetScaleDenominator()Gets the scale denominator of this tile matrix
-
-
-
Method Detail
-
getId
public String getId()
Gets the ID of this tile matrix.- Returns:
- the ID of this tile matrix
- Since:
- 100.1.0
-
getScaleDenominator
public double getScaleDenominator()
Gets the scale denominator of this tile matrix- Returns:
- the scale denominator of this tile matrix
- Since:
- 100.1.0
-
-