Module com.esri.arcgisruntime
Class EstimateTileCacheSizeResult
java.lang.Object
com.esri.arcgisruntime.tasks.tilecache.EstimateTileCacheSizeResult
Represents the estimated size of an exported tile cache.
- Since:
- 100.0.0
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the size of the tile cache (tile package, .tpk or .tpkx file) in bytes.long
Gets the number of tiles in the tile cache.
-
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
-