EstimateTileCacheSizeResult Class

  • EstimateTileCacheSizeResult
  • class Esri::ArcGISRuntime::EstimateTileCacheSizeResult

    Size estimate of a tile cache requested by ExportTileCacheTask. More...

    Header: #include <EstimateTileCacheSizeResult.h>
    Since: Esri::ArcGISRuntime 100.0
    Inherits: Esri::ArcGISRuntime::Object

    This class was introduced in Esri::ArcGISRuntime 100.0.

    Public Functions

    virtual ~EstimateTileCacheSizeResult() override
    quint64 fileSize() const
    int tileCount() const

    Detailed Description

    This class holds the size estimate about a tile cache requested by the ExportTileCacheTask::estimateTileCacheSize function.

    Member Function Documentation

    [override virtual] EstimateTileCacheSizeResult::~EstimateTileCacheSizeResult()

    Destructor.

    quint64 EstimateTileCacheSizeResult::fileSize() const

    Returns the size of the tile cache (tile pacakge, .TPK file) in bytes.

    int EstimateTileCacheSizeResult::tileCount() const

    Returns the number of tiles in the tile cache.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close