|
|||||||||
| 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.schematicstools.ConvertDiagram
public class ConvertDiagram
The Convert Diagram To Features tool is contained in the Schematics Tools tool box.
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
ConvertDiagram()
Creates the Convert Diagram To Features tool with defaults. |
|
ConvertDiagram(Object inDiagram,
Object outLocation)
Creates the Convert Diagram To Features tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getConfigKeyword()
Returns the Configuration Keyword parameter of this tool . |
String |
getContainerGeometry()
Returns the Container Geometry parameter of this tool . |
String |
getExportRelatedAttributes()
Returns the Export All Related Features Attributes parameter of this tool . |
Object |
getInDiagram()
Returns the Input Schematic Diagram parameter of this tool . |
Object |
getOutDataset()
Returns the Output Dataset parameter of this tool (Read only). |
Object |
getOutLocation()
Returns the Output Location parameter of this tool . |
String |
getReuseFc()
Returns the Reuse Existing Structure 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 |
setConfigKeyword(String configKeyword)
Sets the Configuration Keyword parameter of this tool . |
void |
setContainerGeometry(String containerGeometry)
Sets the Container Geometry parameter of this tool . |
void |
setExportRelatedAttributes(String exportRelatedAttributes)
Sets the Export All Related Features Attributes parameter of this tool . |
void |
setInDiagram(Object inDiagram)
Sets the Input Schematic Diagram parameter of this tool . |
void |
setOutLocation(Object outLocation)
Sets the Output Location parameter of this tool . |
void |
setReuseFc(String reuseFc)
Sets the Reuse Existing Structure 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 ConvertDiagram()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ConvertDiagram(Object inDiagram,
Object outLocation)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inDiagram - nulloutLocation - null| Method Detail |
|---|
public Object getInDiagram()
public void setInDiagram(Object inDiagram)
inDiagram - nullpublic Object getOutLocation()
public void setOutLocation(Object outLocation)
outLocation - nullpublic String getReuseFc()
public void setReuseFc(String reuseFc)
reuseFc - nullpublic String getExportRelatedAttributes()
public void setExportRelatedAttributes(String exportRelatedAttributes)
exportRelatedAttributes - nullpublic String getContainerGeometry()
public void setContainerGeometry(String containerGeometry)
containerGeometry - nullpublic String getConfigKeyword()
public void setConfigKeyword(String configKeyword)
configKeyword - nullpublic Object getOutDataset()
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 | ||||||||