com.esri.arcgis.geoprocessing.tools.datamanagementtools
Class RepairRasterCatalogPaths

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

public class RepairRasterCatalogPaths
extends AbstractGPTool

Repairs broken file paths or deletes broken links within an unmanaged raster catalog or a mosaic dataset. The Repair Raster Catalog Paths tool is contained in the Data Management Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
RepairRasterCatalogPaths()
          Creates the Repair Raster Catalog Paths tool with defaults.
RepairRasterCatalogPaths(java.lang.Object inRasterCatalog, java.lang.String repairMode)
          Creates the Repair Raster Catalog Paths tool with the required parameters.
 
Method Summary
 java.lang.Object getInRasterCatalog()
          Returns the Input Data parameter of this tool .
 java.lang.Object getNewPath()
          Returns the New Path parameter of this tool .
 java.lang.String getOriginalPath()
          Returns the Original Path parameter of this tool .
 java.lang.Object getOutRasterCatalog()
          Returns the Output Raster Catalog parameter of this tool (Read only).
 java.lang.String getRepairMode()
          Returns the Repair Mode 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.
 void setInRasterCatalog(java.lang.Object inRasterCatalog)
          Sets the Input Data parameter of this tool .
 void setNewPath(java.lang.Object newPath)
          Sets the New Path parameter of this tool .
 void setOriginalPath(java.lang.String originalPath)
          Sets the Original Path parameter of this tool .
 void setRepairMode(java.lang.String repairMode)
          Sets the Repair 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

RepairRasterCatalogPaths

public RepairRasterCatalogPaths()
Creates the Repair Raster Catalog Paths tool with defaults.

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


RepairRasterCatalogPaths

public RepairRasterCatalogPaths(java.lang.Object inRasterCatalog,
                                java.lang.String repairMode)
Creates the Repair Raster Catalog Paths 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:
inRasterCatalog - the unmanaged raster catalog or mosaic dataset to be repaired.
repairMode - choose the repair mode you would like to use.
Method Detail

getInRasterCatalog

public java.lang.Object getInRasterCatalog()
Returns the Input Data parameter of this tool . This parameter is the unmanaged raster catalog or mosaic dataset to be repaired. This is a required parameter.

Returns:
the Input Data

setInRasterCatalog

public void setInRasterCatalog(java.lang.Object inRasterCatalog)
Sets the Input Data parameter of this tool . This parameter is the unmanaged raster catalog or mosaic dataset to be repaired. This is a required parameter.

Parameters:
inRasterCatalog - the unmanaged raster catalog or mosaic dataset to be repaired.

getRepairMode

public java.lang.String getRepairMode()
Returns the Repair Mode parameter of this tool . This parameter is choose the repair mode you would like to use. This is a required parameter.

Returns:
the Repair Mode

setRepairMode

public void setRepairMode(java.lang.String repairMode)
Sets the Repair Mode parameter of this tool . This parameter is choose the repair mode you would like to use. This is a required parameter.

Parameters:
repairMode - choose the repair mode you would like to use.

getOriginalPath

public java.lang.String getOriginalPath()
Returns the Original Path parameter of this tool . This parameter is type the original path that needs to be repaired. This is a required parameter if the FIX option was chosen. if you want to change all your paths to the new path, you are able to use the asterisk (*) as the original path. This is an optional parameter.

Returns:
the Original Path

setOriginalPath

public void setOriginalPath(java.lang.String originalPath)
Sets the Original Path parameter of this tool . This parameter is type the original path that needs to be repaired. This is a required parameter if the FIX option was chosen. if you want to change all your paths to the new path, you are able to use the asterisk (*) as the original path. This is an optional parameter.

Parameters:
originalPath - type the original path that needs to be repaired. This is a required parameter if the FIX option was chosen. if you want to change all your paths to the new path, you are able to use the asterisk (*) as the original path.

getNewPath

public java.lang.Object getNewPath()
Returns the New Path parameter of this tool . This parameter is type the new path to use. This is a required parameter if the FIX option was chosen. This is an optional parameter.

Returns:
the New Path

setNewPath

public void setNewPath(java.lang.Object newPath)
Sets the New Path parameter of this tool . This parameter is type the new path to use. This is a required parameter if the FIX option was chosen. This is an optional parameter.

Parameters:
newPath - type the new path to use. This is a required parameter if the FIX option was chosen.

getOutRasterCatalog

public java.lang.Object getOutRasterCatalog()
Returns the Output Raster Catalog parameter of this tool (Read only). This is an derived parameter.

Returns:
the Output Raster Catalog

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