|
|||||||||
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.TableToGeodatabase
public class TableToGeodatabase
Converts one or more tables to geodatabase tables in an output personal, file, or SDE geodatabase. The inputs can be dBASE, INFO, VPF, OLE DB tables, or geodatabase tables, or table views. The Table 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 | |
---|---|
TableToGeodatabase()
Creates the Table to Geodatabase (multiple) tool with defaults. |
|
TableToGeodatabase(Object inputTable,
Object outputGeodatabase)
Creates the Table to Geodatabase (multiple) tool with the required parameters. |
Method Summary | |
---|---|
Object |
getDerivedGeodatabase()
Returns the Derived Geodatabase parameter of this tool (Read only). |
Object |
getInputTable()
Returns the Input Table 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 |
setInputTable(Object inputTable)
Sets the Input Table 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 TableToGeodatabase()
Initializes the array of tool parameters with the default values specified when the tool was created.
public TableToGeodatabase(Object inputTable, 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.
inputTable
- nulloutputGeodatabase
- nullMethod Detail |
---|
public Object getInputTable()
public void setInputTable(Object inputTable)
inputTable
- nullpublic Object getOutputGeodatabase()
public void setOutputGeodatabase(Object outputGeodatabase)
outputGeodatabase
- nullpublic 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 |