|
|||||||||
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.UpdateMapServerCache
public class UpdateMapServerCache
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.
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(String serverName,
String objectName,
String dataFrame,
Object layer,
Object levels,
String updateMode)
Creates the Update Map Server Cache tool with the required parameters. |
Method Summary | |
---|---|
String |
getAntialiasing()
Returns the Antialiasing (Smoothes edges of labels and lines for improved display quality) parameter of this tool . |
Object |
getConstrainingExtent()
Returns the Update Extent parameter of this tool . |
String |
getDataFrame()
Returns the Data Frame parameter of this tool . |
Object |
getLayer()
Returns the Input Layers parameter of this tool . |
Object |
getLevels()
Returns the Scales parameter of this tool . |
String |
getObjectName()
Returns the Map Server parameter of this tool . |
String |
getOutObjectName()
Returns the Output Map Server parameter of this tool (Read only). |
String |
getOutServerName()
Returns the Output Host parameter of this tool (Read only). |
String |
getServerName()
Returns the Host parameter of this tool . |
int |
getThreadCount()
Returns the Number of MapServer 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. |
String |
getUpdateMode()
Returns the Update Mode parameter of this tool . |
void |
setAntialiasing(String antialiasing)
Sets the Antialiasing (Smoothes edges of labels and lines for improved display quality) parameter of this tool . |
void |
setConstrainingExtent(Object constrainingExtent)
Sets the Update Extent parameter of this tool . |
void |
setDataFrame(String dataFrame)
Sets the Data Frame parameter of this tool . |
void |
setLayer(Object layer)
Sets the Input Layers parameter of this tool . |
void |
setLevels(Object levels)
Sets the Scales parameter of this tool . |
void |
setObjectName(String objectName)
Sets the Map Server parameter of this tool . |
void |
setServerName(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(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 UpdateMapServerCache()
Initializes the array of tool parameters with the default values specified when the tool was created.
public UpdateMapServerCache(String serverName, String objectName, String dataFrame, Object layer, Object levels, 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
- 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
- nulllevels
- a list of scale levels to update.updateMode
- choose a mode for updating the cache. The two modes are:Method Detail |
---|
public String getServerName()
public void setServerName(String serverName)
serverName
- the host name of the ArcGIS Server to use to update the cache.public String getObjectName()
public void setObjectName(String objectName)
objectName
- the name of the Map Service to use to update the cache.public String getDataFrame()
public void setDataFrame(String dataFrame)
dataFrame
- the map frame to cache.public Object getLayer()
public void setLayer(Object layer)
layer
- nullpublic Object getConstrainingExtent()
public void setConstrainingExtent(Object constrainingExtent)
constrainingExtent
- extent in the cache to update.public Object getLevels()
public void setLevels(Object levels)
levels
- a list of scale levels to update.public String getUpdateMode()
public void setUpdateMode(String updateMode)
updateMode
- choose a mode for updating the cache. The two modes are:public int getThreadCount()
public void setThreadCount(int threadCount)
threadCount
- number of Map Server instances to use while updating the cache.public String getAntialiasing()
public void setAntialiasing(String antialiasing)
antialiasing
- nullpublic String getOutServerName()
public String getOutObjectName()
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 |