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




The following tables list the members exposed by ExportMapServerCache.

Public Constructors

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

Public Properties

 NameDescription
Public PropertyAliasThe alias for this tool's toolbox.  
Public Propertydata_frameThe source data frame for the map service. (In, Required)  
Public Propertyexport_extentA rectangular extent defining the tiles to be exported. By default the extent is set to the full extent of the service's source map. Note the optional parameter on this tool that allows you to alternatively constrain tile export to a feature class boundary. (In, Optional)  
Public Propertyexport_feature_classA polygon feature class that defines where tiles are exported from the cache. This is useful if you want to export irregularly shaped areas. (In, Optional)  
Public PropertylevelsA list of scale levels at which tiles will be exported. (In, Optional)  
Public Propertyobject_nameThe map service whose tiles will be exported. (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 Propertyserver_nameThe ArcGIS Server machine hosting the service whose cache tiles will be exported. (In, Required)  
Public Propertystorage_format_typeThe storage format of the exported cache. (In, Required)  
Public Propertytarget_cacheThe folder into which the cache will be exported. This folder does not have to be a registered server cache directory. (In, Required)  
Public Propertythread_countNumber of map service instances to use while exporting the cache. By default the maximum allowable number of instances will be used (default for an ArcGIS Server service is 2). If you have more server power, you can raise the maximum allowable number of instances in the Service Properties, then raise this parameter when you run the 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.  
Top

See Also

© 2010 All Rights Reserved.