|
|||||||||
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.datamanagementtools.CreateTable
public class CreateTable
Creates an ArcSDE, file, or personal geodatabase table, or an INFO or dBASE table. The Create Table tool is contained in the Data Management Tools tool box.
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
- the ArcSDE, file, or personal geodatabase or workspace in which the output table will be created.outName
- the name of the table to be created.Method Detail |
---|
public Object getOutPath()
public void setOutPath(Object outPath)
outPath
- 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
- the name of the table to be created.public Object getTemplate()
public void setTemplate(Object template)
template
- a table whose attribute schema is used to define the output table. Fields in the template table(s) will be added to the output table.public String getConfigKeyword()
public void setConfigKeyword(String configKeyword)
configKeyword
- the configuration keyword that determines the storage parameters of the table in an ArcSDE geodatabase.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 |