Class GeoprocessingJob

  • All Implemented Interfaces:
    JsonSerializable, RemoteResource

    public final class GeoprocessingJob
    extends Job
    Geoprocessing job is used to run the geoprocessing task on the service.
    Since:
    100.0.0
    • Method Detail

      • getResult

        public GeoprocessingResult getResult()
        Description copied from class: Job
        Gets the result of this job.
        Specified by:
        getResult in class Job
        Returns:
        an Object containing the result, or null if the job failed or is not done yet