|
|||||||||
| 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.ManageMapServerCacheTiles
public class ManageMapServerCacheTiles
Creates and updates tiles in an existing Map Service cache. This tool is used to create new tiles or to replace missing tiles, overwrite outdated tiles, or add new tiles in new areas by specific extents or by using a polygon feature class to generate tiles by feature extents, or, in the case of a multi-layer cache, from additional layers. The Manage Map 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 | |
|---|---|
ManageMapServerCacheTiles()
Creates the Manage Map Server Cache Tiles tool with defaults. |
|
ManageMapServerCacheTiles(String serverName,
String objectName,
String dataFrame,
Object layer,
Object levels,
String updateMode)
Creates the Manage Map Server Cache Tiles 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 . |
String |
getIgnoreStatus()
Returns the Cache areas for all features and ignore completion status field 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. |
Object |
getUpdateFeatureClass()
Returns the Update Extents Feature Class parameter 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 |
setIgnoreStatus(String ignoreStatus)
Sets the Cache areas for all features and ignore completion status field 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 |
setUpdateFeatureClass(Object updateFeatureClass)
Sets the Update Extents 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 ManageMapServerCacheTiles()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ManageMapServerCacheTiles(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 - String, the host name of the ArcGIS Server to use to manage the cache.objectName - String, the name of the Map Service to use to manage the cache.dataFrame - String, the map documents data frame to cache. Make sure you select the same data frame that you selected for your map server.layer - nulllevels - String, a list of scale levels to manage tiles.updateMode - String, choose a mode for updating the cache. The three modes are:| Method Detail |
|---|
public String getServerName()
public void setServerName(String serverName)
serverName - String, the host name of the ArcGIS Server to use to manage the cache.public String getObjectName()
public void setObjectName(String objectName)
objectName - String, the name of the Map Service to use to manage the cache.public String getDataFrame()
public void setDataFrame(String dataFrame)
dataFrame - String, the map documents data frame to cache. Make sure you select the same data frame that you selected for your map server.public Object getLayer()
public void setLayer(Object layer)
layer - nullpublic Object getLevels()
public void setLevels(Object levels)
levels - String, a list of scale levels to manage tiles.public String getUpdateMode()
public void setUpdateMode(String updateMode)
updateMode - String, choose a mode for updating the cache. The three modes are:public Object getConstrainingExtent()
public void setConstrainingExtent(Object constrainingExtent)
constrainingExtent - Extent, extent in the cache to manage tiles.public int getThreadCount()
public void setThreadCount(int threadCount)
threadCount - Long, number of Map Server instances to use while updating the cache.public String getAntialiasing()
public void setAntialiasing(String antialiasing)
antialiasing - nullpublic Object getUpdateFeatureClass()
public void setUpdateFeatureClass(Object updateFeatureClass)
updateFeatureClass - Feature Class, a polygon feature class used to derive the extents for which the cache should be updated.public 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 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 | ||||||||