|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.networkanalysttools.Solve
public class Solve
Solves the network analysis layer problem based on its network locations and properties. The Solve tool is contained in the Network Analyst Tools tool box.
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 |
getSolveSucceeded()
Returns the Solve succeeded parameter of this tool (Read only). |
String |
getTerminateOnSolveError()
Returns the Terminate on solve error 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 |
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 . |
void |
setTerminateOnSolveError(String terminateOnSolveError)
Sets the Terminate on solve error 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
- the network analysis layer on which the analysis will be computed.Method Detail |
---|
public Object getInNetworkAnalysisLayer()
public void setInNetworkAnalysisLayer(Object inNetworkAnalysisLayer)
inNetworkAnalysisLayer
- the network analysis layer on which the analysis will be computed.public String getIgnoreInvalids()
public void setIgnoreInvalids(String ignoreInvalids)
ignoreInvalids
- for vehicle routing problem network analysis layer, use HALT as the parameter value since the vehicle routing problem solver requires all the network locations to be valid.public String getTerminateOnSolveError()
public void setTerminateOnSolveError(String terminateOnSolveError)
terminateOnSolveError
- nullpublic Object getOutputLayer()
public String getSolveSucceeded()
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 |