Skip To Content
ArcGIS Developer
Dashboard

Image (Map Service)

  • URL:https://<layer-url>/images/<imageId>
  • Required Capability:Map
  • Version Introduced:10.0

Description

An individual image resource represents an individual image associated with a picture symbol. This resource is available only if the layer includes Picture Marker Symbols or Picture Fill Symbols. The url property of these symbols should be used as the imageId in the image URL.

This resource also returns symbols associated with the layer's legend. Refer to the Map Service Legend resource for more details.

The image bytes are directly streamed to the client.

Example usage

The following is a sample request URL used to access an individual image resource:

https://machine.domain.com/webadaptor/rest/services/SF311/MapServer/0/images/a3f2bf9c04e860d4f8cb6235fa1bc98b

In this topic
  1. Description
  2. Example usage