com.esri.arcgis.geoprocessing.tools.samples
Class WorkspaceToGeodatabase

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

public class WorkspaceToGeodatabase
extends AbstractGPTool

Loads all raster datasets from one workspace or geodatabase to another workspace or geodatabase as individual raster datasets. The Workspace To Geodatabase tool is contained in the Samples tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
WorkspaceToGeodatabase()
          Creates the Workspace To Geodatabase tool with defaults.
WorkspaceToGeodatabase(Object inputWorkspace, Object outputGeodatabase)
          Creates the Workspace To Geodatabase tool with the required parameters.
 
Method Summary
 String getConfigKeyword()
          Returns the Config Keyword parameter of this tool .
 Object getDerivedOutputGeodatabase()
          Returns the Derived Output Geodatabase parameter of this tool (Read only).
 Object getInputWorkspace()
          Returns the Input Workspace parameter of this tool .
 Object getOutputGeodatabase()
          Returns the Output Geodatabase 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 setConfigKeyword(String configKeyword)
          Sets the Config Keyword parameter of this tool .
 void setInputWorkspace(Object inputWorkspace)
          Sets the Input Workspace parameter of this tool .
 void setOutputGeodatabase(Object outputGeodatabase)
          Sets the Output Geodatabase 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

WorkspaceToGeodatabase

public WorkspaceToGeodatabase()
Creates the Workspace To Geodatabase tool with defaults.

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


WorkspaceToGeodatabase

public WorkspaceToGeodatabase(Object inputWorkspace,
                              Object outputGeodatabase)
Creates the Workspace To Geodatabase 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:
inputWorkspace - null
outputGeodatabase - null
Method Detail

getInputWorkspace

public Object getInputWorkspace()
Returns the Input Workspace parameter of this tool . This is a required parameter.

Returns:
the Input Workspace

setInputWorkspace

public void setInputWorkspace(Object inputWorkspace)
Sets the Input Workspace parameter of this tool . This is a required parameter.

Parameters:
inputWorkspace - null

getOutputGeodatabase

public Object getOutputGeodatabase()
Returns the Output Geodatabase parameter of this tool . This is a required parameter.

Returns:
the Output Geodatabase

setOutputGeodatabase

public void setOutputGeodatabase(Object outputGeodatabase)
Sets the Output Geodatabase parameter of this tool . This is a required parameter.

Parameters:
outputGeodatabase - null

getConfigKeyword

public String getConfigKeyword()
Returns the Config Keyword parameter of this tool . This is an optional parameter.

Returns:
the Config Keyword

setConfigKeyword

public void setConfigKeyword(String configKeyword)
Sets the Config Keyword parameter of this tool . This is an optional parameter.

Parameters:
configKeyword - null

getDerivedOutputGeodatabase

public Object getDerivedOutputGeodatabase()
Returns the Derived Output Geodatabase parameter of this tool (Read only). This is an derived parameter.

Returns:
the Derived Output Geodatabase

getToolName

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

Returns:
the tool name

getToolboxName

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

Returns:
the tool box name

getToolboxAlias

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

Returns:
the tool box alias