com.esri.arcgis.arcglobe
Interface esriGlobeDeployCacheOp

All Superinterfaces:
Serializable

public interface esriGlobeDeployCacheOp
extends Serializable

Operations on the globe cache.

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.


Field Summary
static int esriGlobeDeployCopyCache
          Copy the cache to a new location.
static int esriGlobeDeploySetLocation
          Set the new cache location, without copying.
 

Field Detail

esriGlobeDeploySetLocation

static final int esriGlobeDeploySetLocation
Set the new cache location, without copying.

See Also:
Constant Field Values

esriGlobeDeployCopyCache

static final int esriGlobeDeployCopyCache
Copy the cache to a new location.

See Also:
Constant Field Values