Class TileMatrixLimits

java.lang.Object
com.kheops.jmap.metadata.wmts.TileMatrixLimits
All Implemented Interfaces:
Serializable, Cloneable

public class TileMatrixLimits extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • TileMatrixLimits

      public TileMatrixLimits(TileMatrix tm, int minTileRow, int maxTileRow, int minTileCol, int maxTileCol)
  • Method Details

    • getTileMatrix

      public TileMatrix getTileMatrix()
    • getMinTileRow

      public int getMinTileRow()
    • getMaxTileRow

      public int getMaxTileRow()
    • getMinTileCol

      public int getMinTileCol()
    • getMaxTileCol

      public int getMaxTileCol()
    • clone

      public TileMatrixLimits clone()
      Overrides:
      clone in class Object