com.esri.arcgis.geoprocessing.tools.conversiontools
Class RasterToGeodatabase

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

public class RasterToGeodatabase
extends AbstractGPTool

Loads multiple raster datasets into a geodatabase or raster catalog. The Raster To Geodatabase (multiple) tool is contained in the Conversion Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
RasterToGeodatabase()
          Creates the Raster To Geodatabase (multiple) tool with defaults.
RasterToGeodatabase(Object inputRasters, Object outputGeodatabase)
          Creates the Raster To Geodatabase (multiple) tool with the required parameters.
 
Method Summary
 String getConfigurationKeyword()
          Returns the Configuration Keyword parameter of this tool .
 Object getDerivedGeodatabase()
          Returns the Derived Geodatabase parameter of this tool (Read only).
 Object getInputRasters()
          Returns the Input Rasters 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 setConfigurationKeyword(String configurationKeyword)
          Sets the Configuration Keyword parameter of this tool .
 void setInputRasters(Object inputRasters)
          Sets the Input Rasters 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

RasterToGeodatabase

public RasterToGeodatabase()
Creates the Raster To Geodatabase (multiple) tool with defaults.

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


RasterToGeodatabase

public RasterToGeodatabase(Object inputRasters,
                           Object outputGeodatabase)
Creates the Raster To Geodatabase (multiple) 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:
inputRasters - input raster dataset(s).
outputGeodatabase - either the path and name of a geodatabase or the path and name of a raster catalog.
Method Detail

getInputRasters

public Object getInputRasters()
Returns the Input Rasters parameter of this tool . This parameter is input raster dataset(s). This is a required parameter.

Returns:
the Input Rasters

setInputRasters

public void setInputRasters(Object inputRasters)
Sets the Input Rasters parameter of this tool . This parameter is input raster dataset(s). This is a required parameter.

Parameters:
inputRasters - input raster dataset(s).

getOutputGeodatabase

public Object getOutputGeodatabase()
Returns the Output Geodatabase parameter of this tool . This parameter is either the path and name of a geodatabase or the path and name of a raster catalog. This is a required parameter.

Returns:
the Output Geodatabase

setOutputGeodatabase

public void setOutputGeodatabase(Object outputGeodatabase)
Sets the Output Geodatabase parameter of this tool . This parameter is either the path and name of a geodatabase or the path and name of a raster catalog. This is a required parameter.

Parameters:
outputGeodatabase - either the path and name of a geodatabase or the path and name of a raster catalog.

getConfigurationKeyword

public String getConfigurationKeyword()
Returns the Configuration Keyword parameter of this tool . This parameter is specifies the storage parameters (configuration) for a file geodatabase and an ArcSDE geodatabase. Personal geodatabases do not use configuration keywords. arcSDE configuration keywords are set up by your database administrator. This is an optional parameter.

Returns:
the Configuration Keyword

setConfigurationKeyword

public void setConfigurationKeyword(String configurationKeyword)
Sets the Configuration Keyword parameter of this tool . This parameter is specifies the storage parameters (configuration) for a file geodatabase and an ArcSDE geodatabase. Personal geodatabases do not use configuration keywords. arcSDE configuration keywords are set up by your database administrator. This is an optional parameter.

Parameters:
configurationKeyword - specifies the storage parameters (configuration) for a file geodatabase and an ArcSDE geodatabase. Personal geodatabases do not use configuration keywords. arcSDE configuration keywords are set up by your database administrator.

getDerivedGeodatabase

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

Returns:
the Derived 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