Show / Hide Table of Contents

Class ExportVectorTilesJob

A job to download vector tiles and associated styles from a vector tile service. The job can also export an item resource cache from a portal item.

Inheritance
Object
Job<ExportVectorTilesResult>
ExportVectorTilesJob
Job<ExportVectorTilesResult>.Messages
Job<ExportVectorTilesResult>.Error
Job<ExportVectorTilesResult>.GetResultAsync()
Job<ExportVectorTilesResult>.ServerJobId
Job<ExportVectorTilesResult>.Status
Job<ExportVectorTilesResult>.Progress
Job<ExportVectorTilesResult>.CancelAsync()
Job<ExportVectorTilesResult>.Pause()
Job<ExportVectorTilesResult>.Start()
Job<ExportVectorTilesResult>.ToJson()
Job<ExportVectorTilesResult>.CheckStatusAsync()
Job<ExportVectorTilesResult>.ProgressChanged
Job<ExportVectorTilesResult>.MessageAdded
Job<ExportVectorTilesResult>.StatusChanged
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ExportVectorTilesJob : Job<ExportVectorTilesResult>
Remarks

A ExportVectorTilesJob may be created by calling ExportVectorTiles(ExportVectorTilesParameters, String).

Properties

Name Description
ItemResourceCachePath

Gets the path that the downloaded vector tile style is saved to.

Parameters

Gets the ExportVectorTilesParameters used to create this job.

VectorTileCachePath

Gets the path that the downloaded vector tile cache is saved to.

Methods

Name Description
FromJson(String)

Creates a job from JSON.

See Also

ExportVectorTilesTask
ExportVectorTilesParameters
ExportVectorTilesResult

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.2.1 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.2.1 - 100.15
iOS100.2.1 - 100.15
UWP100.2.1 - 200.0
In This Article
Back to top Copyright © 2022 Esri.