July 2015
Intermediate to advanced
366 pages
8h 7m
English
The ArcGIS REST API has a large set of operations that you can use when requesting information from an ArcGIS Server instance. For example, you can export maps, query layers, geocode addresses, and much more. In this recipe, you will learn how to export a map image from a map service.
The export operation can be used to create a map image from a map service. The response to this request includes the URL of the image, width, height, extent, and scale. In this recipe, you'll use the export operation to export a map as an image file.
C:\ArcpyBook\Ch12\ExportMapToImage.py.requests and jsonRead now
Unlock full access