Module com.esri.arcgisruntime
Class ExportVectorTilesJob
java.lang.Object
com.esri.arcgisruntime.concurrent.Job
com.esri.arcgisruntime.tasks.vectortilecache.ExportVectorTilesJob
- All Implemented Interfaces:
JsonSerializable
,RemoteResource
A Job that exports a vector tile cache from an ArcGIS vector tiles service.
An ExportVectorTilesJob instance is returned by one of the followings methods:
ExportVectorTilesTask.exportVectorTiles(ExportVectorTilesParameters, String)
ExportVectorTilesTask.exportVectorTiles(ExportVectorTilesParameters, String, String)
ExportVectorTilesTask.exportStyleResourceCache(String)
The Job is returned in a Job.Status.NOT_STARTED
state and Job.start()
must be called to start the associated operation.
See the Job
class for full information about working with jobs.
- Since:
- 100.2.0
-
Nested Class Summary
Nested classes/interfaces inherited from class com.esri.arcgisruntime.concurrent.Job
Job.Message, Job.MessageSeverity, Job.MessageSource, Job.Status
-
Field Summary
Fields inherited from class com.esri.arcgisruntime.concurrent.Job
mCredential, mRequestConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionGets the path that the downloaded item resource cache is saved to.Gets the export vector tile parameters used in the job.Returns an ExportVectorTilesResult object once the job has completed successfully.Gets the path that the downloaded vector tile cache is saved to.Methods inherited from class com.esri.arcgisruntime.concurrent.Job
addJobDoneListener, addJobMessageAddedListener, addProgressChangedListener, addStatusChangedListener, cancelAsync, fromJson, getCredential, getError, getMessages, getProgress, getRequestConfiguration, getServerJobId, getStatus, getUnknownJson, getUnsupportedJson, getUri, pause, removeJobDoneListener, removeJobMessageAddedListener, removeProgressChangedListener, removeStatusChangedListener, setCredential, setRequestConfiguration, start, toJson
-
Method Details
-
getResult
Returns an ExportVectorTilesResult object once the job has completed successfully. -
getItemResourceCachePath
Gets the path that the downloaded item resource cache is saved to. If this job was created withExportVectorTilesTask.exportVectorTiles(ExportVectorTilesParameters, String)
, this will be an empty string.- Returns:
- the path to download item resource cache, or empty string if it is not available
- Since:
- 100.2.0
-
getVectorTileCachePath
Gets the path that the downloaded vector tile cache is saved to.- Returns:
- the path to download vector tile cache, or empty string if it is not available
- Since:
- 100.2.0
-
getParameters
Gets the export vector tile parameters used in the job.- Returns:
- the export vector tile parameters
- Since:
- 100.2.0
-