Select to view content in your preferred language

Tiled versus Dynamic

3789
2
09-22-2011 02:01 PM
Labels (1)
TomHart
Deactivated User
If I add an ArcGISDynamicMapService layer to my map and it references a map service on my arcgisserver that has a cache defined are there circumstances in which this wouldn't work?  Does the server dynamically generate the image or does it pull tiles from the cache?

Thanks.
0 Kudos
2 Replies
JenniferNery
Esri Regular Contributor
The following document explains the differences between layers: http://help.arcgis.com/en/webapi/WPF/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Layer.html. ArcGISDynamicMapServiceLayer does not request tiles, it generates images on the fly.
0 Kudos
dotMorten_esri
Esri Notable Contributor
...let me add to that, that the dynamic images that are generated on the fly are actually constructed from the tile cache, and not from the original data. This allows you to still get some performance from the cache, but request any extent in any projection. If you want your data to be truly dynamic (ie if your data changes often, or scale dependencies needs to be properly respected), don't cache the service.
0 Kudos