|
|||||||||
| 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.AddCADFields
public class AddCADFields
Adds CAD-specific fields, appropriately named to be recognized by the Export CAD tool to specify the CAD properties of exported features. This tool allows you to add fields to the input table by selecting which groups of CAD-specific fields you want to add to the input table. The CAD-specific fields have the appropriate name and type recognized by the Export CAD tool. It would then be the responsibility of the user to calculate or otherwise generate appropriate values in these fields to derive the various CAD entity properties before invoking the Export CAD tool. The Add CAD Fields 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 | |
|---|---|
AddCADFields()
Creates the Add CAD Fields tool with defaults. |
|
AddCADFields(Object inputTable,
String entities)
Creates the Add CAD Fields tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getDocProps()
Returns the Document Properties parameter of this tool . |
String |
getEntities()
Returns the Entity Properties parameter of this tool . |
Object |
getInputTable()
Returns the Input Table parameter of this tool . |
String |
getLayerProps()
Returns the Layer Properties parameter of this tool . |
Object |
getOutTable()
Returns the Output Feature Class parameter of this tool (Read only). |
String |
getTextProps()
Returns the Text Properties 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. |
String |
getXDataProps()
Returns the Add CAD XData Property Fields parameter of this tool . |
void |
setDocProps(String docProps)
Sets the Document Properties parameter of this tool . |
void |
setEntities(String entities)
Sets the Entity Properties parameter of this tool . |
void |
setInputTable(Object inputTable)
Sets the Input Table parameter of this tool . |
void |
setLayerProps(String layerProps)
Sets the Layer Properties parameter of this tool . |
void |
setTextProps(String textProps)
Sets the Text Properties parameter of this tool . |
void |
setXDataProps(String xDataProps)
Sets the Add CAD XData Property Fields 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 AddCADFields()
Initializes the array of tool parameters with the default values specified when the tool was created.
public AddCADFields(Object inputTable,
String entities)
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 - Table View, input table, feature class, or shapefile that will have the CAD-specific fields added to it.entities - String, adds the list of CAD-specific Entity property fields to the input table.| Method Detail |
|---|
public Object getInputTable()
public void setInputTable(Object inputTable)
inputTable - Table View, input table, feature class, or shapefile that will have the CAD-specific fields added to it.public String getEntities()
public void setEntities(String entities)
entities - String, adds the list of CAD-specific Entity property fields to the input table.public String getLayerProps()
public void setLayerProps(String layerProps)
layerProps - String, adds the list of CAD-specific Layer property fields to the input table.public String getTextProps()
public void setTextProps(String textProps)
textProps - String, adds the list of CAD-specific Text property fields to the input table.public String getDocProps()
public void setDocProps(String docProps)
docProps - String, adds the list of CAD-specific Document property fields to the input table.public String getXDataProps()
public void setXDataProps(String xDataProps)
xDataProps - String, adds the list of CAD-specific XData property fields to 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 | ||||||||