|
|||||||||
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.CreateCADXData
public class CreateCADXData
Creates an attribute field called 'XDList' in the Input Table. The Create CAD XData tool is contained in the Conversion Tools tool box.
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
- nullfields
- nullregApp
- 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
- format of the AutoCAD XData.Method Detail |
---|
public Object getInTable()
public void setInTable(Object inTable)
inTable
- nullpublic Object getFields()
public void setFields(Object fields)
fields
- nullpublic String getRegApp()
public void setRegApp(String regApp)
regApp
- 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
- 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 |