|
|||||||||
| 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.conversiontools.CreateCADXData
public class CreateCADXData
Creates a field called 'XDList' in the attribute table. The Create CAD XData tool is contained in the Conversion Tools tool box.
Software restrictions: ArcInfo only
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
CreateCADXData()
Creates the Create CAD XData tool with defaults. |
|
CreateCADXData(Object inTable,
Object fields,
String regApp,
String outputType)
Creates the Create CAD XData tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getFields()
Returns the Fields to Index parameter of this tool . |
Object |
getInTable()
Returns the Input Table parameter of this tool . |
String |
getOutputType()
Returns the Output Type parameter of this tool . |
Object |
getOutTable()
Returns the Output Feature Class parameter of this tool (Read only). |
String |
getRegApp()
Returns the Registered Application 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 |
setFields(Object fields)
Sets the Fields to Index parameter of this tool . |
void |
setInTable(Object inTable)
Sets the Input Table parameter of this tool . |
void |
setOutputType(String outputType)
Sets the Output Type parameter of this tool . |
void |
setRegApp(String regApp)
Sets the Registered Application 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 CreateCADXData()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateCADXData(Object inTable,
Object fields,
String regApp,
String outputType)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTable - Table View, this table contains the fields used to generate an XML string of values recognized by the Export to CAD tool. This enables XData to be created on output objects, based on values of fields from the Input Table.fields - Field, the Add Field button, which is used only in ModelBuilder, allows you to add expected field(s) so that you can complete the dialog and continue to build your model.regApp - String, the AutoCAD extended entity data registered application name. Required by only AutoCAD to identify the XData. This application name is an identifier of the newly created XData.outputType - String, format of the AutoCAD XData.| Method Detail |
|---|
public Object getInTable()
public void setInTable(Object inTable)
inTable - Table View, this table contains the fields used to generate an XML string of values recognized by the Export to CAD tool. This enables XData to be created on output objects, based on values of fields from the Input Table.public Object getFields()
public void setFields(Object fields)
fields - Field, the Add Field button, which is used only in ModelBuilder, allows you to add expected field(s) so that you can complete the dialog and continue to build your model.public String getRegApp()
public void setRegApp(String regApp)
regApp - String, the AutoCAD extended entity data registered application name. Required by only AutoCAD to identify the XData. This application name is an identifier of the newly created XData.public String getOutputType()
public void setOutputType(String outputType)
outputType - String, format of the AutoCAD XData.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 | ||||||||