A job that exports vector tiles from a service, or exports an item resource cache from a portal item. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.2 |
Inherits: |
Properties
- itemResourcePath : url
- parameters : ExportVectorTilesParameters
- result : ExportVectorTilesResult
- vectorTileCachePath : url
Signals
Detailed Description
This is a job returned by the exportVectorTiles
, exportStyleResourceCache
, and exportVectorTilesWithStyleResources
methods of the ExportVectorTilesTask.
The result of this job is a reference to a ExportVectorTilesResult object. The result can be retrieved after the job status changes to Enums.JobStatusSucceeded.
Property Documentation
The path containing the style resources of the vector tile cache result (read-only).
This property was introduced in Esri.ArcGISRuntime 100.8.
parameters : ExportVectorTilesParameters |
The parameters used by the job (read-only).
This property was introduced in Esri.ArcGISRuntime 100.8.
result : ExportVectorTilesResult |
Returns the result produced by the job (read-only).
The result contains VectorTileCache and ItemResourceCache properties. The result can be obtained once the job status changes to Enums.JobStatusSucceeded. Connect to the Job::jobStatusChanged signal to know when the job's status changes.
The path containing the vector tile cache result (read-only).
This property was introduced in Esri.ArcGISRuntime 100.8.
Signal Documentation
Emitted when the result property of this itemResourcePath changes.
Note: The corresponding handler is onItemResourcePathChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.8.
Emitted when the result property of this ExportVectorTilesJob changes.
Note: The corresponding handler is onResultChanged
.
Emitted when the result property of this vectorTileCachePath changes.
Note: The corresponding handler is onVectorTileCachePathChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.8.