Class EstimateTileCacheSizeResult


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getFileSize()
      Gets the size of the exported tpk file in bytes.
      long getTileCount()
      Gets the number of tiles of the exported tile cache.
      • Methods inherited from class java.lang.Object

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

      • getFileSize

        public long getFileSize()
        Gets the size of the exported tpk file in bytes.
        Returns:
        the size of the exported tpk file in bytes
        Since:
        100.0.0
      • getTileCount

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