Description
Class hierarchy
esri.layers.Layer
|_ esri.layers.DynamicMapServiceLayer
Subclasses
ArcGISDynamicMapServiceLayer ArcGISImageServiceLayer Properties
Methods
Properties Detail
Full extent as defined by the map service.
Initial extent as defined by the map service.
Methods Detail
getImageUrl(extent, width, height, callback)
Return value: String
Input Parameters:
|
<Extent> extent |
Required |
Current extent of the map. |
|
<Number> width |
Required |
Current width of the map in pixels. |
|
<Number> height |
Required |
Current height of the map in pixels. |
|
<Function> callback |
Required |
The function to call when the method has completed. |
Refreshes the map by making a new request to the server. In order to refresh the layer in this manner, setDisableClientCaching must be true. This ensures that map images are not cached on the client. (As of v1.2)
Return value: none