Class WmtsTileMatrixSet.TileMatrix

  • Enclosing class:
    WmtsTileMatrixSet

    public static final class WmtsTileMatrixSet.TileMatrix
    extends java.lang.Object
    Defines a WMTS Tile Matrix.
    Since:
    100.1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Gets the ID of this tile matrix.
      double getScaleDenominator()
      Gets the scale denominator of this tile matrix
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getId

        public java.lang.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