|
|||||||||
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 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(java.lang.Object inputTable,
java.lang.String entities)
Creates the Add CAD Fields tool with the required parameters. |
Method Summary | |
---|---|
java.lang.String |
getDocProps()
Returns the Document Properties parameter of this tool . |
java.lang.String |
getEntities()
Returns the Entity Properties parameter of this tool . |
java.lang.Object |
getInputTable()
Returns the Input Table parameter of this tool . |
java.lang.String |
getLayerProps()
Returns the Layer Properties parameter of this tool . |
java.lang.Object |
getOutTable()
Returns the Output Feature Class parameter of this tool (Read only). |
java.lang.String |
getTextProps()
Returns the Text Properties 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. |
java.lang.String |
getXDataProps()
Returns the Add CAD XData Property Fields parameter of this tool . |
void |
setDocProps(java.lang.String docProps)
Sets the Document Properties parameter of this tool . |
void |
setEntities(java.lang.String entities)
Sets the Entity Properties parameter of this tool . |
void |
setInputTable(java.lang.Object inputTable)
Sets the Input Table parameter of this tool . |
void |
setLayerProps(java.lang.String layerProps)
Sets the Layer Properties parameter of this tool . |
void |
setTextProps(java.lang.String textProps)
Sets the Text Properties parameter of this tool . |
void |
setXDataProps(java.lang.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(java.lang.Object inputTable, java.lang.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 java.lang.Object getInputTable()
public void setInputTable(java.lang.Object inputTable)
inputTable
- input table, feature class, or shapefile that will have the CAD-specific fields added to itpublic java.lang.String getEntities()
public void setEntities(java.lang.String entities)
entities
- adds the list of CAD-specific Entity property fields to the input tablepublic java.lang.String getLayerProps()
public void setLayerProps(java.lang.String layerProps)
layerProps
- adds the list of CAD-specific Layer property fields to the input tablepublic java.lang.String getTextProps()
public void setTextProps(java.lang.String textProps)
textProps
- adds the list of CAD-specific Text property fields to the input tablepublic java.lang.String getDocProps()
public void setDocProps(java.lang.String docProps)
docProps
- adds the list of CAD-specific Document property fields to the input tablepublic java.lang.String getXDataProps()
public void setXDataProps(java.lang.String xDataProps)
xDataProps
- adds the list of CAD-specific XData property fields to the input tablepublic java.lang.Object getOutTable()
public java.lang.String getToolName()
public java.lang.String getToolboxName()
public java.lang.String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |