|
|||||||||
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.AddCADFields
public class AddCADFields
Adds reserved CAD fields recognized by the Export To CAD tool. These fields are used to specify the CAD properties of the exported featuresAfter executing this tool, you must calculate or enter the appropriate field values. The Add CAD Fields tool is contained in the Conversion Tools tool box.
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
- input table, feature class, or shapefile that will have the CAD-specific fields added to itentities
- adds the list of CAD-specific Entity property fields to the input tableMethod Detail |
---|
public Object getInputTable()
public void setInputTable(Object inputTable)
inputTable
- input table, feature class, or shapefile that will have the CAD-specific fields added to itpublic String getEntities()
public void setEntities(String entities)
entities
- adds the list of CAD-specific Entity property fields to the input tablepublic String getLayerProps()
public void setLayerProps(String layerProps)
layerProps
- adds the list of CAD-specific Layer property fields to the input tablepublic String getTextProps()
public void setTextProps(String textProps)
textProps
- adds the list of CAD-specific Text property fields to the input tablepublic String getDocProps()
public void setDocProps(String docProps)
docProps
- adds the list of CAD-specific Document property fields to the input tablepublic String getXDataProps()
public void setXDataProps(String xDataProps)
xDataProps
- adds the list of CAD-specific XData property fields to the input tablepublic 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 |