Result of a geoprocessing job.
Instances of this class represent results of a geoprocessing job initiated by startWithStatusHandler:completion: (AGSGeoprocessingJob)
- Since
- 100
◆ mapImageLayer
Layer that can display the results of the geoprocessing job on a map or a scene. Only available if the service was configured to provide results as a layer. This is useful in cases where the result contains a large number of features such that it will be faster and easier for the client to receive a map rather than the raw feature data which will then need to be rendered on the device, or if the result of the job is a nontransportable dataset such as a TIN or CAD drawing and the only way to send geography to the client is with a map image.
- Since
- 100
◆ outputs
The raw result values of the geoprocessing job.
- Since
- 100