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




The following tables list the members exposed by CreateMapServerCache.

Public Constructors

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

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public PropertyAntialiasingSpecifies whether to use antialiasing when rendering the tiles. If antialiasing is chosen, edges of lines, borders, and text will be smoothed. There is a performance cost for this option. The performance cost is greater when using MXD-based map services (as opposed to MSD-based map services that have antialiasing defined in the MSD file). Antialiasing provides no benefit with raster imagery. (In, Optional)  
Public Propertycache_formatChoose either PNG8, PNG24, PNG32, JPEG, or MIXED file format for the tiles in the cache. PNG8 is the default. (In, Optional)  
Public Propertydata_frameThe map data frame to be cached. (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 PropertyLayerLayers to include in the cache if MULTI_LAYER cache type is chosen. (In, Optional)  
Public PropertylevelsScale levels available for the cache. These are not represented as fractions. Instead, use 500 to represent a scale of 1:500, and so on. (In, Optional)  
Public Propertymap_or_layersChoose to generate a FUSED or MULTI_LAYER cache: (In, Optional)  
Public Propertynum_of_scalesThe number of scale levels to create in the cache. This option is disabled if you create a custom list of scales. (In, Required)  
Public Propertyobject_nameThe map service to be cached. (In, Required)  
Public Propertyout_folderThe parent directory for the cache. This must be a registered ArcGIS Server cache directory. (In, Required)  
Public Propertyout_object_nameOutput Map Server (out, Optional)  
Public Propertyout_server_nameOutput Host (out, Optional)  
Public PropertyParameterInfoThe parameters used by this tool. For internal use only.  
Public Propertyscales_typeSpecify how you will define the scales for the tiles. (In, Required)  
Public Propertyserver_nameThe ArcGIS Server machine hosting the service to be cached. (In, Required)  
Public Propertystorage_formatChoose whether to group your tiles into large .bundle files using "Compact" storage format, instead of storing each tile as a separate file using "Exploded" format. Compact storage format is more efficient in terms of storage and mobility. (In, Optional)  
Public Propertytile_compression_qualityEnter a value between 1 and 100 for the JPEG compression quality. The default value is 75 for JPEG tile format and zero for other formats. (In, Optional)  
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 origin (upper left corner) of the tiling scheme in the coordinates of the spatial reference of the source map document. The extent of the source map document must be within (but does not need to coincide) with this region. (In, Optional)  
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 to a predefined tiling scheme file (usually named conf.xml). (In, Optional)  
Public Propertytiling_scheme_typeChoose to use a NEW or PREDEFINED tiling scheme. You can define a new tiling scheme with this tool or browse to a predefined tiling scheme file (.xml). A predefined scheme can be created by running the Generate Map Server Cache Tiling Scheme tool. (In, Required)  
Public PropertyToolboxDirectoryThe directory of this tool's toolbox.  
Public PropertyToolboxNameThe name of this tool's toolbox.  
Public PropertyToolNameThe name of this tool.  
Public Propertyuse_local_cache_dirChoose whether bundle files should be written into a local directory on the server when creating a compact cache, instead of being written directly into the shared cache directory. If you choose this option, the bundle files will be copied into the shared cache directory as they are completed. This option improves performance when multiple machines are working on the caching job. (In, Optional)  
Top

See Also

© 2010 All Rights Reserved.