Module com.esri.arcgisruntime
Class ExportTileCacheJob
java.lang.Object
com.esri.arcgisruntime.concurrent.Job
com.esri.arcgisruntime.tasks.tilecache.ExportTileCacheJob
- All Implemented Interfaces:
JsonSerializable
,RemoteResource
A Job that exports a tile cache (.tpk or .tpkx) from a service.
An ExportTileCacheJob instance is returned by
ExportTileCacheTask.exportTileCache(ExportTileCacheParameters, 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.0.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
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 a TileCache object once the job has completed successfully.The returned tile cache is in a not loaded state, use
TileCache.loadAsync()
to load it.
-