Class EstimateTileCacheSizeJob

java.lang.Object
com.esri.arcgisruntime.concurrent.Job
com.esri.arcgisruntime.tasks.tilecache.EstimateTileCacheSizeJob
All Implemented Interfaces:
JsonSerializable, RemoteResource

public final class EstimateTileCacheSizeJob extends Job
A Job that estimates the size of a tile cache from a service.

An EstimateTileCacheSizeJob instance is returned by ExportTileCacheTask.estimateTileCacheSize(ExportTileCacheParameters). 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
  • Method Details

    • getResult

      public EstimateTileCacheSizeResult getResult()
      Returns an EstimateTileCacheSizeResult object once the job has completed successfully.
      Specified by:
      getResult in class Job
      Returns:
      an EstimateTileCacheSizeResult object once the job has completed successfully, otherwise null
      Since:
      100.0.0
      See Also: