com.esri.arcgis.geoprocessing.tools.servertools
Class UpdateMapServerCache

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.servertools.UpdateMapServerCache
All Implemented Interfaces:
GPTool

public class UpdateMapServerCache
extends AbstractGPTool

Updates an existing Map Service cache to replace missing tiles, overwrite outdated tiles, or add new tiles in new areas or, in the case of a multi-layer cache, from additional layers. The Update Map Server Cache tool is contained in the Server Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
UpdateMapServerCache()
          Creates the Update Map Server Cache tool with defaults.
UpdateMapServerCache(java.lang.String serverName, java.lang.String objectName, java.lang.String dataFrame, java.lang.Object layer, java.lang.Object levels, java.lang.String updateMode)
          Creates the Update Map Server Cache tool with the required parameters.
 
Method Summary
 java.lang.String getAntialiasing()
          Returns the Antialiasing (Smoothes edges of labels and lines for improved display quality) parameter of this tool .
 java.lang.Object getConstrainingExtent()
          Returns the Update Extent parameter of this tool .
 java.lang.String getDataFrame()
          Returns the Data Frame parameter of this tool .
 java.lang.Object getLayer()
          Returns the Input Layers parameter of this tool .
 java.lang.Object getLevels()
          Returns the Scales parameter of this tool .
 java.lang.String getObjectName()
          Returns the Map Server parameter of this tool .
 java.lang.String getOutObjectName()
          Returns the Output Map Server parameter of this tool (Read only).
 java.lang.String getOutServerName()
          Returns the Output Host parameter of this tool (Read only).
 java.lang.String getServerName()
          Returns the Host parameter of this tool .
 int getThreadCount()
          Returns the Number of MapServer Instances parameter of this tool .
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 java.lang.String getUpdateMode()
          Returns the Update Mode parameter of this tool .
 void setAntialiasing(java.lang.String antialiasing)
          Sets the Antialiasing (Smoothes edges of labels and lines for improved display quality) parameter of this tool .
 void setConstrainingExtent(java.lang.Object constrainingExtent)
          Sets the Update Extent parameter of this tool .
 void setDataFrame(java.lang.String dataFrame)
          Sets the Data Frame parameter of this tool .
 void setLayer(java.lang.Object layer)
          Sets the Input Layers parameter of this tool .
 void setLevels(java.lang.Object levels)
          Sets the Scales parameter of this tool .
 void setObjectName(java.lang.String objectName)
          Sets the Map Server parameter of this tool .
 void setServerName(java.lang.String serverName)
          Sets the Host parameter of this tool .
 void setThreadCount(int threadCount)
          Sets the Number of MapServer Instances parameter of this tool .
 void setUpdateMode(java.lang.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

UpdateMapServerCache

public UpdateMapServerCache()
Creates the Update Map Server Cache tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


UpdateMapServerCache

public UpdateMapServerCache(java.lang.String serverName,
                            java.lang.String objectName,
                            java.lang.String dataFrame,
                            java.lang.Object layer,
                            java.lang.Object levels,
                            java.lang.String updateMode)
Creates the Update Map Server Cache tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
serverName - the host name of the ArcGIS Server to use to update the cache.
objectName - the name of the Map Service to use to update the cache.
dataFrame - the map frame to cache.
layer - null
levels - a list of scale levels to update.
updateMode - choose a mode for updating the cache. The two modes are:
Method Detail

getServerName

public java.lang.String getServerName()
Returns the Host parameter of this tool . This parameter is the host name of the ArcGIS Server to use to update the cache. This is a required parameter.

Returns:
the Host

setServerName

public void setServerName(java.lang.String serverName)
Sets the Host parameter of this tool . This parameter is the host name of the ArcGIS Server to use to update the cache. This is a required parameter.

Parameters:
serverName - the host name of the ArcGIS Server to use to update the cache.

getObjectName

public java.lang.String getObjectName()
Returns the Map Server parameter of this tool . This parameter is the name of the Map Service to use to update the cache. This is a required parameter.

Returns:
the Map Server

setObjectName

public void setObjectName(java.lang.String objectName)
Sets the Map Server parameter of this tool . This parameter is the name of the Map Service to use to update the cache. This is a required parameter.

Parameters:
objectName - the name of the Map Service to use to update the cache.

getDataFrame

public java.lang.String getDataFrame()
Returns the Data Frame parameter of this tool . This parameter is the map frame to cache. This is a required parameter.

Returns:
the Data Frame

setDataFrame

public void setDataFrame(java.lang.String dataFrame)
Sets the Data Frame parameter of this tool . This parameter is the map frame to cache. This is a required parameter.

Parameters:
dataFrame - the map frame to cache.

getLayer

public java.lang.Object getLayer()
Returns the Input Layers parameter of this tool . This is a required parameter.

Returns:
the Input Layers

setLayer

public void setLayer(java.lang.Object layer)
Sets the Input Layers parameter of this tool . This is a required parameter.

Parameters:
layer - null

getConstrainingExtent

public java.lang.Object getConstrainingExtent()
Returns the Update Extent parameter of this tool . This parameter is extent in the cache to update. This is an optional parameter.

Returns:
the Update Extent

setConstrainingExtent

public void setConstrainingExtent(java.lang.Object constrainingExtent)
Sets the Update Extent parameter of this tool . This parameter is extent in the cache to update. This is an optional parameter.

Parameters:
constrainingExtent - extent in the cache to update.

getLevels

public java.lang.Object getLevels()
Returns the Scales parameter of this tool . This parameter is a list of scale levels to update. This is a required parameter.

Returns:
the Scales

setLevels

public void setLevels(java.lang.Object levels)
Sets the Scales parameter of this tool . This parameter is a list of scale levels to update. This is a required parameter.

Parameters:
levels - a list of scale levels to update.

getUpdateMode

public java.lang.String getUpdateMode()
Returns the Update Mode parameter of this tool . This parameter is choose a mode for updating the cache. The two modes are: This is a required parameter.

Returns:
the Update Mode

setUpdateMode

public void setUpdateMode(java.lang.String updateMode)
Sets the Update Mode parameter of this tool . This parameter is choose a mode for updating the cache. The two modes are: This is a required parameter.

Parameters:
updateMode - choose a mode for updating the cache. The two modes are:

getThreadCount

public int getThreadCount()
Returns the Number of MapServer Instances parameter of this tool . This parameter is number of Map Server instances to use while updating the cache. This is an optional parameter.

Returns:
the Number of MapServer Instances

setThreadCount

public void setThreadCount(int threadCount)
Sets the Number of MapServer Instances parameter of this tool . This parameter is number of Map Server instances to use while updating the cache. This is an optional parameter.

Parameters:
threadCount - number of Map Server instances to use while updating the cache.

getAntialiasing

public java.lang.String getAntialiasing()
Returns the Antialiasing (Smoothes edges of labels and lines for improved display quality) parameter of this tool . This is an optional parameter.

Returns:
the Antialiasing (Smoothes edges of labels and lines for improved display quality)

setAntialiasing

public void setAntialiasing(java.lang.String antialiasing)
Sets the Antialiasing (Smoothes edges of labels and lines for improved display quality) parameter of this tool . This is an optional parameter.

Parameters:
antialiasing - null

getOutServerName

public java.lang.String getOutServerName()
Returns the Output Host parameter of this tool (Read only). This is an derived parameter.

Returns:
the Output Host

getOutObjectName

public java.lang.String getOutObjectName()
Returns the Output Map Server parameter of this tool (Read only). This is an derived parameter.

Returns:
the Output Map Server

getToolName

public java.lang.String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public java.lang.String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public java.lang.String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias