ArcGISDynamicMapServiceLayer vs ArcGISTiledMapServiceLayer

2915
1
01-12-2012 10:24 PM
_lkerArg_n
New Contributor
I really don't understand the difference between these layer. Could anyone please help me?
0 Kudos
1 Reply
SimonKlein
Occasional Contributor
from the api reference:
A dynamic map service generates map images on the server each time a request comes in.

and the ArcGISTiledMapServiceLayer are already cached images on the server.

In my tests dynamicmapservicelayers are usually slower because as the name says the server has to create them for you on demand.
Some map servers (in our case) don't provide tiledmapservicelayers so you have to use the slower dynamic variant.

You can check if your server provides this tiled maps by checking this attribute on the mapserver description page: Single Fused Map Cache: false
0 Kudos