|
|||||||||
| 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.ManageMapServerCacheScales
public class ManageMapServerCacheScales
Update map server cache scales on an existing cached map service. Use this tool to add new scales or delete existing scales from a map cache. The Manage Map Server Cache Scales 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 | |
|---|---|
ManageMapServerCacheScales()
Creates the Manage Map Server Cache Scales tool with defaults. |
|
ManageMapServerCacheScales(String serverName,
String objectName,
Object levels)
Creates the Manage Map Server Cache Scales tool with the required parameters. |
|
| Method Summary | |
|---|---|
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 . |
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 |
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 . |
| 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 ManageMapServerCacheScales()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ManageMapServerCacheScales(String serverName,
String objectName,
Object levels)
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 map server configuration that will be used to update cahce scales.levels - null| 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 map server configuration that will be used to update cahce scales.public Object getLevels()
public void setLevels(Object levels)
levels - 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 | ||||||||