|
|||||||||
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.samples.WorkspaceToGeodatabase
public class WorkspaceToGeodatabase
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.
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 |
---|
public WorkspaceToGeodatabase()
Initializes the array of tool parameters with the default values specified when the tool was created.
public WorkspaceToGeodatabase(Object inputWorkspace, Object outputGeodatabase)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputWorkspace
- nulloutputGeodatabase
- nullMethod Detail |
---|
public Object getInputWorkspace()
public void setInputWorkspace(Object inputWorkspace)
inputWorkspace
- nullpublic Object getOutputGeodatabase()
public void setOutputGeodatabase(Object outputGeodatabase)
outputGeodatabase
- nullpublic String getConfigKeyword()
public void setConfigKeyword(String configKeyword)
configKeyword
- nullpublic Object getDerivedOutputGeodatabase()
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 |