com.esri.arcgis.geoprocessing.tools.conversiontools
Class CreateCADXData

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.conversiontools.CreateCADXData
All Implemented Interfaces:
GPTool

public class CreateCADXData
extends AbstractGPTool

Creates an attribute field called 'XDList' in the Input Table. The Create CAD XData tool is contained in the Conversion Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
CreateCADXData()
          Creates the Create CAD XData tool with defaults.
CreateCADXData(java.lang.Object inTable, java.lang.Object fields, java.lang.String regApp, java.lang.String outputType)
          Creates the Create CAD XData tool with the required parameters.
 
Method Summary
 java.lang.Object getFields()
          Returns the Fields to Index parameter of this tool .
 java.lang.Object getInTable()
          Returns the Input Table parameter of this tool .
 java.lang.String getOutputType()
          Returns the Output Type parameter of this tool .
 java.lang.Object getOutTable()
          Returns the Output Feature Class parameter of this tool (Read only).
 java.lang.String getRegApp()
          Returns the Registered Application Name parameter of this tool .
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 void setFields(java.lang.Object fields)
          Sets the Fields to Index parameter of this tool .
 void setInTable(java.lang.Object inTable)
          Sets the Input Table parameter of this tool .
 void setOutputType(java.lang.String outputType)
          Sets the Output Type parameter of this tool .
 void setRegApp(java.lang.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

CreateCADXData

public CreateCADXData()
Creates the Create CAD XData tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


CreateCADXData

public CreateCADXData(java.lang.Object inTable,
                      java.lang.Object fields,
                      java.lang.String regApp,
                      java.lang.String outputType)
Creates the Create CAD XData tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inTable - null
fields - null
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.
outputType - format of the AutoCAD XData.
Method Detail

getInTable

public java.lang.Object getInTable()
Returns the Input Table parameter of this tool . This is a required parameter.

Returns:
the Input Table

setInTable

public void setInTable(java.lang.Object inTable)
Sets the Input Table parameter of this tool . This is a required parameter.

Parameters:
inTable - null

getFields

public java.lang.Object getFields()
Returns the Fields to Index parameter of this tool . This is a required parameter.

Returns:
the Fields to Index

setFields

public void setFields(java.lang.Object fields)
Sets the Fields to Index parameter of this tool . This is a required parameter.

Parameters:
fields - null

getRegApp

public java.lang.String getRegApp()
Returns the Registered Application Name parameter of this tool . This parameter is 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. This is a required parameter.

Returns:
the Registered Application Name

setRegApp

public void setRegApp(java.lang.String regApp)
Sets the Registered Application Name parameter of this tool . This parameter is 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. This is a required parameter.

Parameters:
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.

getOutputType

public java.lang.String getOutputType()
Returns the Output Type parameter of this tool . This parameter is format of the AutoCAD XData. This is a required parameter.

Returns:
the Output Type

setOutputType

public void setOutputType(java.lang.String outputType)
Sets the Output Type parameter of this tool . This parameter is format of the AutoCAD XData. This is a required parameter.

Parameters:
outputType - format of the AutoCAD XData.

getOutTable

public java.lang.Object getOutTable()
Returns the Output Feature Class parameter of this tool (Read only). This is an derived parameter.

Returns:
the Output Feature Class

getToolName

public java.lang.String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public java.lang.String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public java.lang.String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias