A job that exports vector tiles from a service, or exports an item resource cache from a portal item. More...
Header: | #include <ExportVectorTilesJob.h> |
Since: | Esri::ArcGISRuntime 100.2 |
Inherits: | Esri::ArcGISRuntime::Job |
This class was introduced in Esri::ArcGISRuntime 100.2.
Public Functions
virtual | ~ExportVectorTilesJob() override |
QString | itemResourcePath() const |
Esri::ArcGISRuntime::ExportVectorTilesParameters | parameters() const |
Esri::ArcGISRuntime::ExportVectorTilesResult * | result() const |
QString | vectorTileCachePath() const |
Detailed Description
This is a job returned by the ExportVectorTilesTask::exportVectorTiles or ExportVectorTilesTask::exportStyleResourceCache methods.
The result of this job is a reference to an Esri::ArcGISRuntime::ExportVectorTilesResult object. The result can be retrieved after the job status changes to JobStatus::Succeeded.
Member Function Documentation
[override virtual]
ExportVectorTilesJob::~ExportVectorTilesJob ()
Destructor.
QString ExportVectorTilesJob::itemResourcePath () const
The path containing the style resources of the vector tile cache result.
Esri::ArcGISRuntime::ExportVectorTilesParameters ExportVectorTilesJob::parameters() const
The parameters used by the job.
Esri::ArcGISRuntime::ExportVectorTilesResult *ExportVectorTilesJob::result() const
The result of the export vector tiles job.
QString ExportVectorTilesJob::vectorTileCachePath () const
The path containing the vector tile cache result.