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


Choose between a new or a predefined tiling scheme.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, Required)

Syntax

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

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family

See Also