|
|||||||||
| 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.networkanalysttools.Solve
public class Solve
Performs the analysis appropriate to the network analysis layer on which it is executed. The Solve tool is contained in the Network Analyst Tools tool box.
Software restrictions: none
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
Solve()
Creates the Solve tool with defaults. |
|
Solve(Object inNetworkAnalysisLayer)
Creates the Solve tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getIgnoreInvalids()
Returns the Ignore invalid locations parameter of this tool . |
Object |
getInNetworkAnalysisLayer()
Returns the Input network analysis layer parameter of this tool . |
Object |
getOutputLayer()
Returns the Network Analyst Layer 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 |
setIgnoreInvalids(String ignoreInvalids)
Sets the Ignore invalid locations parameter of this tool . |
void |
setInNetworkAnalysisLayer(Object inNetworkAnalysisLayer)
Sets the Input network analysis layer 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 Solve()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Solve(Object inNetworkAnalysisLayer)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inNetworkAnalysisLayer - Network Analyst Layer, the network analysis layer on which analysis will be computed.| Method Detail |
|---|
public Object getInNetworkAnalysisLayer()
public void setInNetworkAnalysisLayer(Object inNetworkAnalysisLayer)
inNetworkAnalysisLayer - Network Analyst Layer, the network analysis layer on which analysis will be computed.public String getIgnoreInvalids()
public void setIgnoreInvalids(String ignoreInvalids)
ignoreInvalids - String, if the input network analysis layer parameter is a vehicle routing problem layer, the solve tool will always use the HALT option as the vehicle routing problem solver requires that the invalid locations are not ignored.public Object getOutputLayer()
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 | ||||||||