Show Navigation | Hide Navigation
You are here:
Geoprocessing tool reference > Server toolbox > Caching toolset > Tools

Delete Globe Server Cache (Server)

Release 9.2
Last modified November 22, 2006
E-mail This Topic Printable Version Give Us Feedback

Print all topics in : "Tools"


Related Topics

Deletes an existing Globe Service layer's cache.

This is an unrecoverable operation so only use if you are sure you no longer need the cache.


Usage tips

Command line syntax
An overview of the Command Line window
DeleteGlobeServerCache_Server <server_name> <object_name> <layer;layer...>

Parameter Explanation Data Type
<server_name>

The host name of the ArcGIS Server to use to update the cache.

String
<object_name>

The name of the Globe Service to use to update the cache.

String
<layer;layer...>

Update the data cache of the chosen layers. All layers of the service are checked by default. If a layer is unchecked the layers cache will not be deleted.

String
Data types for geoprocessing tool parameters


Command line example

DeleteGlobeServerCache_server(globelite, Elevation, 30M_Dem)

Scripting syntax
About getting started with writing geoprocessing scripts
DeleteGlobeServerCache_Server (server_name, object_name, layer)

Parameter Explanation Data Type
server_name (Required)

The host name of the ArcGIS Server to use to update the cache.

String
object_name (Required)

The name of the Globe Service to use to update the cache.

String
layer (Required)

Update the data cache of the chosen layers. All layers of the service are checked by default. If a layer is unchecked the layers cache will not be deleted.

String

Data types for geoprocessing tool parameters


Script example

# Importing standard library modules
import os, arcgisscripting

# Create the geoprocessing object
gp = arcgisscripting.create()
gp.DeleteGlobeServerCache_server ("globelite","Elevation","30M_Dem")

Please visit the Feedback page to comment or give suggestions on ArcGIS Desktop Help.
Copyright © Environmental Systems Research Institute, Inc.