|
|||||||||
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.DomainToTable
public class DomainToTable
Creates a table from an attribute domain. The Domain To 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 | |
---|---|
DomainToTable()
Creates the Domain To Table tool with defaults. |
|
DomainToTable(Object inWorkspace,
String domainName,
Object outTable,
String codeField,
String descriptionField)
Creates the Domain To Table tool with the required parameters. |
Method Summary | |
---|---|
String |
getCodeField()
Returns the Code Field parameter of this tool . |
String |
getConfigurationKeyword()
Returns the Configuration Keyword parameter of this tool . |
String |
getDescriptionField()
Returns the Field Description parameter of this tool . |
String |
getDomainName()
Returns the Domain Name parameter of this tool . |
Object |
getInWorkspace()
Returns the Input Workspace parameter of this tool . |
Object |
getOutTable()
Returns the Output Table 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 |
setCodeField(String codeField)
Sets the Code Field parameter of this tool . |
void |
setConfigurationKeyword(String configurationKeyword)
Sets the Configuration Keyword parameter of this tool . |
void |
setDescriptionField(String descriptionField)
Sets the Field Description parameter of this tool . |
void |
setDomainName(String domainName)
Sets the Domain Name parameter of this tool . |
void |
setInWorkspace(Object inWorkspace)
Sets the Input Workspace parameter of this tool . |
void |
setOutTable(Object outTable)
Sets the Output Table 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 DomainToTable()
Initializes the array of tool parameters with the default values specified when the tool was created.
public DomainToTable(Object inWorkspace, String domainName, Object outTable, String codeField, String descriptionField)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inWorkspace
- the workspace containing the attribute domain to be converted to a table.domainName
- the name of the existing attribute domain.outTable
- the table to be created.codeField
- the name of the field in the created table that will store code values.descriptionField
- the name of the field in the created table that will store code value descriptions.Method Detail |
---|
public Object getInWorkspace()
public void setInWorkspace(Object inWorkspace)
inWorkspace
- the workspace containing the attribute domain to be converted to a table.public String getDomainName()
public void setDomainName(String domainName)
domainName
- the name of the existing attribute domain.public Object getOutTable()
public void setOutTable(Object outTable)
outTable
- the table to be created.public String getCodeField()
public void setCodeField(String codeField)
codeField
- the name of the field in the created table that will store code values.public String getDescriptionField()
public void setDescriptionField(String descriptionField)
descriptionField
- the name of the field in the created table that will store code value descriptions.public String getConfigurationKeyword()
public void setConfigurationKeyword(String configurationKeyword)
configurationKeyword
- for SDE tables, the custom storage keywords for creating the table.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 |