|
|||||||||
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.conversiontools.RasterToGeodatabase
public class RasterToGeodatabase
Loads multiple raster datasets into a geodatabase or raster catalog. The Raster To Geodatabase (multiple) tool is contained in the Conversion Tools tool box.
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 |
---|
public RasterToGeodatabase()
Initializes the array of tool parameters with the default values specified when the tool was created.
public RasterToGeodatabase(Object inputRasters, 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.
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 |
---|
public Object getInputRasters()
public void setInputRasters(Object inputRasters)
inputRasters
- input raster dataset(s).public Object getOutputGeodatabase()
public void setOutputGeodatabase(Object outputGeodatabase)
outputGeodatabase
- either the path and name of a geodatabase or the path and name of a raster catalog.public String getConfigurationKeyword()
public void setConfigurationKeyword(String configurationKeyword)
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.public Object getDerivedGeodatabase()
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 |