ESRI.ArcGIS.ServerTools
GenerateMapServerCacheTilingScheme Class Members
See Also  Properties  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.ServerTools Namespace : GenerateMapServerCacheTilingScheme Class




The following tables list the members exposed by GenerateMapServerCacheTilingScheme.

Public Constructors

 NameDescription
Public ConstructorGenerateMapServerCacheTilingScheme ConstructorOverloaded. Constructor that takes all required parameters for geoprocessor execution.  
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertycache_levelsNumber of scale levels in the tiling scheme. (In, Required)  
Public Propertydata_frameThe data frame to be used for the tiling scheme. (In, Required)  
Public PropertydpiThe dots per inch of the intended output device. If a DPI is chosen that does not match the resolution of the output device, the scale of the map tile will appear incorrect. The default value is 96. (In, Required)  
Public PropertylevelsScale levels to include in the tiling scheme. These are not represented as fractions. Instead, use 500 to represent a scale of 1:500, and so on. (In, Required)  
Public Propertymap_documentThe source map document to be used for the tiling scheme. (In, Required)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertytile_heightThe height of the cache tiles in pixels. The default is 256. For the best balance between performance and manageability, avoid deviating from standard widths of 256 or 512. (In, Required)  
Public Propertytile_originThe upper left corner of the tiling scheme in coordinates of the spatial reference of the source data frame. (In, Required)  
Public Propertytile_widthThe width of the cache tiles in pixels. The default is 256. For the best balance between performance and manageability, avoid deviating from standard widths of 256 or 512. (In, Required)  
Public Propertytiling_schemaPath and file name of the tiling scheme file to create. (Out, Required)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Top

See Also

© 2010 All Rights Reserved.