Extends L.esri.service
L.esri.image is an abstraction for interacting with Image Services running on ArcGIS Online and ArcGIS Server that allows you to make requests to the API, as well as query and identify features on the service.
Constructor
| Constructor | Description |
|---|---|
L.esri.image | Options for configuring the ArcGIS Server or ArcGIS Online image service you would like to consume. Options includes a url parameter which refers to the ArcGIS Server or ArcGIS Online service you would like to consume. |
Options
L.esri.image accepts all L.esri.service options.
Events
L.esri.image fires all L.esri.service events.
Methods
| Method | Returns | Description |
|---|---|---|
query() | this | Returns a new L.esri.queryobject that can be used to query this service. |