ExportTileCacheJob Class

.tpk or .tpkx) from a service. It is returned by the ExportTileCacheTask::exportTileCache method."> ExportTileCacheJob Class | ArcGISQtCpp
  • ExportTileCacheJob
  • class Esri::ArcGISRuntime::ExportTileCacheJob

    A job that exports a tile cache (.tpk or .tpkx) from a service. It is returned by the ExportTileCacheTask::exportTileCache method. More...

    Header: #include <ExportTileCacheJob.h>
    Since: Esri::ArcGISRuntime 100.0
    Inherits: Esri::ArcGISRuntime::Job

    Public Functions

    virtual ~ExportTileCacheJob() override
    Esri::ArcGISRuntime::TileCache *result() const

    Detailed Description

    The result of this job is a reference to a TileCache object. The result can be retrieved after the job status changes to JobStatus::Succeeded.

    Member Function Documentation

    [override virtual] ExportTileCacheJob::~ExportTileCacheJob()

    Destructor.

    Esri::ArcGISRuntime::TileCache *ExportTileCacheJob::result() const

    Returns the TileCache created by the ExportTileCacheJob.

    Obtain the TileCache once the job status changes to JobStatus::Succeeded. Connect to the Job::statusChanged signal to know when the job's status changes.

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