Specify whether you want to generate cache with all the layers fused together, or to generate cache for each individual layer that you specify. Two cache types can be created:
Fused—Each tile is created as a fused image of all the layers in the source map document. Multi-layer—There is one cache but it is organized into sub-caches containing tiles from each layer in the source map document.
If the Multi-layer option is the chosen cache type, the layers in the "Input Layers" list window will be selectable. Choose the layers desired for the cache. The "Add Value" button is never active.
{Fused | Multi-layer} (In, Optional)
Syntax
| Visual Basic (Declaration) |
|
Public Property map_or_layers As String |
| Visual Basic (Usage) |
Copy Code |
Dim instance As GenerateMapServerCache
Dim value As String
instance.map_or_layers = value
value = instance.map_or_layers
|
| C# |
|
public string map_or_layers {get; set;} |
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family
See Also