ExportVectorTilesJob Class
A job that exports vector tiles from a service, or exports an item resource cache from a portal item. More...
Header: | #include <ExportVectorTilesJob> |
Since: | Esri::ArcGISRuntime 100.2 |
Inherits: | Job |
Public Functions
~ExportVectorTilesJob() | |
QString | itemResourcePath() const |
ExportVectorTilesParameters | parameters() const |
ExportVectorTilesResult * | result() const |
QString | vectorTileCachePath() const |
- 16 public functions inherited from Esri::ArcGISRuntime::Job
- 3 public functions inherited from Esri::ArcGISRuntime::JsonSerializable
- 4 public functions inherited from Esri::ArcGISRuntime::RemoteResource
- 31 public functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 4 signals inherited from Esri::ArcGISRuntime::Job
- 1 signal inherited from Esri::ArcGISRuntime::Object
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 1 static public member inherited from Esri::ArcGISRuntime::Job
- 10 static public members inherited from QObject
- 1 protected function inherited from Esri::ArcGISRuntime::Job
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Detailed Description
A job that exports vector tiles from a service, or exports an item resource cache from a portal item.
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
ExportVectorTilesJob::~ExportVectorTilesJob()
Destructor.
QString ExportVectorTilesJob::itemResourcePath() const
The path containing the style resources of the vector tile cache result.
ExportVectorTilesParameters ExportVectorTilesJob::parameters() const
The parameters used by the job.
ExportVectorTilesResult *ExportVectorTilesJob::result() const
The result of the export vector tiles job.
QString ExportVectorTilesJob::vectorTileCachePath() const
The path containing the vector tile cache result.