|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.servertools.DeleteGlobeServerCache
public class DeleteGlobeServerCache
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. The Delete Globe Server Cache tool is contained in the Server Tools tool box.
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
DeleteGlobeServerCache()
Creates the Delete Globe Server Cache tool with defaults. |
|
DeleteGlobeServerCache(String serverName,
String objectName,
Object layer)
Creates the Delete Globe Server Cache tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getLayer()
Returns the Input Layers parameter of this tool . |
String |
getObjectName()
Returns the GlobeServer Object parameter of this tool . |
String |
getServerName()
Returns the Host parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
void |
setLayer(Object layer)
Sets the Input Layers parameter of this tool . |
void |
setObjectName(String objectName)
Sets the GlobeServer Object parameter of this tool . |
void |
setServerName(String serverName)
Sets the Host parameter of this tool . |
| Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
getParameterValues, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteGlobeServerCache()
Initializes the array of tool parameters with the default values specified when the tool was created.
public DeleteGlobeServerCache(String serverName,
String objectName,
Object layer)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
serverName - String, the host name of the ArcGIS Server to use to update the cache.objectName - String, the name of the Globe Service to use to update the cache.layer - null| Method Detail |
|---|
public String getServerName()
public void setServerName(String serverName)
serverName - String, the host name of the ArcGIS Server to use to update the cache.public String getObjectName()
public void setObjectName(String objectName)
objectName - String, the name of the Globe Service to use to update the cache.public Object getLayer()
public void setLayer(Object layer)
layer - nullpublic String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||