|
|||||||||
| 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.datamanagementtools.MergeBranch
public class MergeBranch
The Merge Branch tool merges two or more logical branches into a single output. The Merge Branch tool is contained in the Data Management Tools tool box.
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
MergeBranch()
Creates the Merge Branch tool with defaults. |
|
| Method Summary | |
|---|---|
Object |
getInValues()
Returns the In Values parameter of this tool . |
Object |
getOutValue()
Returns the output_value parameter of this tool (Read only). |
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 |
setInValues(Object inValues)
Sets the In Values 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 MergeBranch()
Initializes the array of tool parameters with the default values specified when the tool was created.
| Method Detail |
|---|
public Object getInValues()
public void setInValues(Object inValues)
inValues - list of values from different branches. The first ready-to-run state value in the list will be the output of the tool.public Object getOutValue()
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 | ||||||||