ExportVectorTilesJob QML Type

  • Esri.ArcGISRuntime
  • ExportVectorTilesJob
  • 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
    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

    [read-only, since Esri.ArcGISRuntime 100.8] 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.


    [read-only, since Esri.ArcGISRuntime 100.8] parameters : ExportVectorTilesParameters

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

    This property was introduced in Esri.ArcGISRuntime 100.8.


    [read-only] 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::statusChanged signal to know when the job's status changes.


    [read-only, since Esri.ArcGISRuntime 100.8] vectorTileCachePath : url

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

    This property was introduced in Esri.ArcGISRuntime 100.8.


    Signal Documentation

    [since Esri.ArcGISRuntime 100.8] 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.


    [since Esri.ArcGISRuntime 100.8] 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.