Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.ogc.wmts
Class WmtsTileMatrixSet.TileMatrix
java.lang.Object
com.esri.arcgisruntime.ogc.wmts.WmtsTileMatrixSet.TileMatrix
- Enclosing class:
WmtsTileMatrixSet
Defines a WMTS Tile Matrix.
- Since:
- 100.1.0
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the ID of this tile matrix.double
Gets the scale denominator of this tile matrix
-
Method Details
-
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
-