|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.datamanagementtools.CreateTable
public class CreateTable
Creates an empty geodatabase or dBASE table. The Create Table tool is contained in the Data Management Tools tool box.
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
CreateTable()
Creates the Create Table tool with defaults. |
|
CreateTable(Object outPath,
String outName)
Creates the Create Table tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getConfigKeyword()
Returns the Configuration Keyword parameter of this tool . |
String |
getOutName()
Returns the Table Name parameter of this tool . |
Object |
getOutPath()
Returns the Table Location parameter of this tool . |
Object |
getOutTable()
Returns the Output Table parameter of this tool (Read only). |
Object |
getTemplate()
Returns the Template Table Name 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 Configuration Keyword parameter of this tool . |
void |
setOutName(String outName)
Sets the Table Name parameter of this tool . |
void |
setOutPath(Object outPath)
Sets the Table Location parameter of this tool . |
void |
setTemplate(Object template)
Sets the Template Table Name 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 CreateTable()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateTable(Object outPath,
String outName)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
outPath - Workspace, the ArcSDE, file or personal geodatabase or workspace in which the output table will be created.outName - String, the table to be created.| Method Detail |
|---|
public Object getOutPath()
public void setOutPath(Object outPath)
outPath - Workspace, the ArcSDE, file or personal geodatabase or workspace in which the output table will be created.public String getOutName()
public void setOutName(String outName)
outName - String, the table to be created.public Object getTemplate()
public void setTemplate(Object template)
template - Table View, a table whose attribute schema will be copied to the new output table.public String getConfigKeyword()
public void setConfigKeyword(String configKeyword)
configKeyword - String, the configuration keyword that determines the storage parameters of the table.public Object getOutTable()
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 | ||||||||