|
|||||||||
| 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.ManageGlobeServerCacheTiles
public class ManageGlobeServerCacheTiles
Updates an existing Globe Service cache to replace missing tiles, overwrite outdated tiles, or add new tiles in new areas. Update Globe Server Cache 2 tool works on a single layer or on all layers of the Service. There are two modes of operation: The Manage Globe Server Cache Tiles 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 | |
|---|---|
ManageGlobeServerCacheTiles()
Creates the Manage Globe Server Cache Tiles tool with defaults. |
|
ManageGlobeServerCacheTiles(String serverName,
String objectName,
Object inLayers,
String updateMode)
Creates the Manage Globe Server Cache Tiles tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getIgnoreStatus()
Returns the Cache areas for all features and ignore completion status field parameter of this tool . |
Object |
getInLayers()
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 . |
int |
getThreadCount()
Returns the Number of GlobeServer instances 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. |
Object |
getUpdateExtent()
Returns the Update Extent parameter of this tool . |
Object |
getUpdateFeatureClass()
Returns the Input Feature Class parameter of this tool . |
String |
getUpdateMode()
Returns the Update Mode parameter of this tool . |
void |
setIgnoreStatus(String ignoreStatus)
Sets the Cache areas for all features and ignore completion status field parameter of this tool . |
void |
setInLayers(Object inLayers)
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 . |
void |
setThreadCount(int threadCount)
Sets the Number of GlobeServer instances parameter of this tool . |
void |
setUpdateExtent(Object updateExtent)
Sets the Update Extent parameter of this tool . |
void |
setUpdateFeatureClass(Object updateFeatureClass)
Sets the Input Feature Class parameter of this tool . |
void |
setUpdateMode(String updateMode)
Sets the Update Mode 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 ManageGlobeServerCacheTiles()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ManageGlobeServerCacheTiles(String serverName,
String objectName,
Object inLayers,
String updateMode)
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 Server Object Manager (SOM) that will be used to generate the cache.objectName - String, the name of the GlobeServer configuration that will be used to generate the cache.inLayers - nullupdateMode - String, choose a mode for updating the cache. The two modes are:| Method Detail |
|---|
public String getServerName()
public void setServerName(String serverName)
serverName - String, the host name of the ArcGIS Server Server Object Manager (SOM) that will be used to generate the cache.public String getObjectName()
public void setObjectName(String objectName)
objectName - String, the name of the GlobeServer configuration that will be used to generate the cache.public Object getInLayers()
public void setInLayers(Object inLayers)
inLayers - nullpublic String getUpdateMode()
public void setUpdateMode(String updateMode)
updateMode - String, choose a mode for updating the cache. The two modes are:public Object getUpdateExtent()
public void setUpdateExtent(Object updateExtent)
updateExtent - nullpublic int getThreadCount()
public void setThreadCount(int threadCount)
threadCount - Long, the specified number of threads to attempt to create on the client. Each thread, in turn, will try to create a server context on the globe server object to generate the cache.public Object getUpdateFeatureClass()
public void setUpdateFeatureClass(Object updateFeatureClass)
updateFeatureClass - nullpublic String getIgnoreStatus()
public void setIgnoreStatus(String ignoreStatus)
ignoreStatus - String, choose Cache all features and ignore completion status field to ignore the cache completion status field and cache all feature extents. Choose Track cache completion status for each feature option to update the cache completion status to a field named Cached. A status of "Yes" is written to the Cached field after successful completion of cache generation for that feature.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 | ||||||||