Class EstimateTileCacheSizeResult

java.lang.Object
com.esri.arcgisruntime.tasks.tilecache.EstimateTileCacheSizeResult

public final class EstimateTileCacheSizeResult extends Object
Represents the estimated size of an exported tile cache.
Since:
100.0.0
  • Method Details

    • getFileSize

      public long getFileSize()
      Gets the size of the tile cache (tile package, .tpk or .tpkx file) in bytes.
      Returns:
      the size of the tile cache (tile package, .tpk or .tpkx file) in bytes.
      Since:
      100.0.0
    • getTileCount

      public long getTileCount()
      Gets the number of tiles in the tile cache.
      Returns:
      the number of tiles in the tile cache
      Since:
      100.0.0