For a list of all members of this type, see GenerateMapServerCacheTilingScheme members.
Public Properties
| Name | Description |
| Alias | The alias for this tool's toolbox. |
| cache_levels | Number of scale levels in the tiling scheme. (In, Required) |
| data_frame | The data frame to be used for the tiling scheme. (In, Required) |
| dpi | The 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) |
| levels | Scale 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) |
| map_document | The source map document to be used for the tiling scheme. (In, Required) |
| ParameterInfo | The parameters used by this tool. For internal use only. |
| tile_height | The 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) |
| tile_origin | The upper left corner of the tiling scheme in coordinates of the spatial reference of the source data frame. (In, Required) |
| tile_width | The 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) |
| tiling_schema | Path and file name of the tiling scheme file to create. (Out, Required) |
| ToolboxDirectory | The directory of this tool's toolbox. |
| ToolboxName | The name of this tool's toolbox. |
| ToolName | The name of this tool. |
Top
See Also