|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.servertools.DeleteGlobeServerCache
public class DeleteGlobeServerCache
Deletes an existing globe service cache and all tiles in it. The Delete Globe Server Cache tool is contained in the Server Tools tool box.
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
- the ArcGIS Server machine hosting the service whose cache will be deleted.objectName
- the name of the globe service whose cache will be deleted.layer
- the layers in the globe service whose caches will be deleted. All layers of the service are included by default. If a layer is excluded the layer's cache will not be deleted.Method Detail |
---|
public String getServerName()
public void setServerName(String serverName)
serverName
- the ArcGIS Server machine hosting the service whose cache will be deleted.public String getObjectName()
public void setObjectName(String objectName)
objectName
- the name of the globe service whose cache will be deleted.public Object getLayer()
public void setLayer(Object layer)
layer
- the layers in the globe service whose caches will be deleted. All layers of the service are included by default. If a layer is excluded the layer's cache will not be deleted.public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |