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




The following tables list the members exposed by ImportMapServerCache.

Public Constructors

 NameDescription
Public ConstructorImportMapServerCache 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 Propertyimport_extentA rectangular extent defining the tiles to be imported. By default the extent is set to the full extent of the map service into which you are importing. Note the optional parameter on this tool that allows you to alternatively constrain tile import to a feature class boundary. (In, Optional)  
Public Propertyimport_feature_classA polygon feature class that defines where tiles are imported into the cache. This is useful if you want to import tiles for irregularly shaped areas. (In, Optional)  
Public PropertylevelsA list of scale levels at which tiles will be imported. (In, Optional)  
Public Propertyobject_nameThe name of the map service into which tiles will be imported. This map service must have a tiling scheme defined that matches the tiling scheme of the tiles being imported. (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 into which tiles will be imported. (In, Required)  
Public Propertysource_cache_datasetThe path to the tiles that will be imported. This is represented by a raster dataset icon in the tool user interface. If you are scripting, it is the path to the cache folder matching the data frame name. You do not have to point this parameter at a registered server cache directory; in fact, most of the time you'll be pointing at a location on disk where tiles have been previously exported. (In, Required)  
Public Propertythread_countNumber of map service instances to use while importing 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.