ExportVectorTilesJob QML Type

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:

Job

Properties

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

itemResourcePath : url

The path containing the style resources of the vector tile cache result (read-only).

This property was introduced in Esri.ArcGISRuntime 100.8.


The parameters used by the job (read-only).

This property was introduced in Esri.ArcGISRuntime 100.8.


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.


vectorTileCachePath : url

The path containing the vector tile cache result (read-only).

This property was introduced in Esri.ArcGISRuntime 100.8.


Signal Documentation

itemResourcePathChanged()

Emitted when the result property of this itemResourcePath changes.

Note: The corresponding handler is onItemResourcePathChanged.

This signal was introduced in Esri.ArcGISRuntime 100.8.


resultChanged()

Emitted when the result property of this ExportVectorTilesJob changes.

Note: The corresponding handler is onResultChanged.


vectorTileCachePathChanged()

Emitted when the result property of this vectorTileCachePath changes.

Note: The corresponding handler is onVectorTileCachePathChanged.

This signal was introduced in Esri.ArcGISRuntime 100.8.


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