|
|||||||||
| 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
This tool is intended for use only in ModelBuilder. This tool will merge two or more logical branches into a single output. The Merge Branch tool is contained in the Data Management Tools tool box.
Software restrictions: none

| 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 - Any value, list of values to be checked for currency. 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 | ||||||||