ESRI.ArcGIS.DataManagementTools Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
tiling_schema Property
See Also 
ESRI.ArcGIS.DataManagementTools Namespace > GenerateMapServerCache Class : tiling_schema Property


A tiling scheme describes how clients should reference the tiles in the cache. There is a a relationship between the spatial reference of the source map document and the tiling grid. The tiling grid uses a level of detail (scale level), row, and column referencing scheme. The scheme also defines the scale levels (levels of detail) at which the cache has tiles, the size of the tiles in the pixels and the screen resolution for which the tiles are intended to be commonly displayed.A tiling scheme can be defined in this tool, or a predefined scheme file (.xml) can be loaded. A predefined scheme can be created by running the Generate Map Server Cache Tiling Scheme tool.

(In, Optional)

Syntax

Visual Basic (Declaration)  
Public Property tiling_schema As Object
Visual Basic (Usage) Copy Code
Dim instance As GenerateMapServerCache
Dim value As Object
 
instance.tiling_schema = value
 
value = instance.tiling_schema
C#  
public object tiling_schema {get; set;}

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family

See Also