|
|||||||||
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.SetCADAlias
public class SetCADAlias
Renames one or more existing field name aliases by matching columns from the input table with a list of CAD-specific fields with the appropriate name recognized by the Export To CAD tool. The Set CAD Alias tool is contained in the Conversion Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
SetCADAlias()
Creates the Set CAD Alias tool with defaults. |
|
SetCADAlias(Object inputTable,
Object fieldInfo)
Creates the Set CAD Alias tool with the required parameters. |
Method Summary | |
---|---|
Object |
getFieldInfo()
Returns the Field Info parameter of this tool . |
Object |
getInputTable()
Returns the Input Table parameter of this tool . |
Object |
getOutTable()
Returns the Output Table parameter of this tool (Read only). |
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 |
setFieldInfo(Object fieldInfo)
Sets the Field Info parameter of this tool . |
void |
setInputTable(Object inputTable)
Sets the Input 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 SetCADAlias()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SetCADAlias(Object inputTable, Object fieldInfo)
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
- the feature class, feature layer, table, or table view to which you would like to assign CAD-specific field name aliases.fieldInfo
- field info relating a list of aliases matched to the list of existing fields in the input table.Method Detail |
---|
public Object getInputTable()
public void setInputTable(Object inputTable)
inputTable
- the feature class, feature layer, table, or table view to which you would like to assign CAD-specific field name aliases.public Object getFieldInfo()
public void setFieldInfo(Object fieldInfo)
fieldInfo
- field info relating a list of aliases matched to the list of existing fields in the input 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 |