A job that exports vector tiles from a service, or exports an item resource cache from a portal item. More...
| Header | #include <Export |
| Since | Esri |
| Inherits | Esri |
This class was introduced in Esri::ArcGISRuntime 100.2.
Public Functions
| virtual | ~ |
| QString | item |
| Esri | parameters() const |
| Esri | result() const |
| QString | vector |
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.