com.supermap.services.networkanalyst
Class PathAnalystFromServer
- java.lang.Object
-
- com.supermap.services.networkanalyst.AnalystFromServer
-
- com.supermap.services.networkanalyst.PathAnalystFromServer
-
public class PathAnalystFromServer extends AnalystFromServer
Optimal path analysis
-
-
Constructor Summary
Constructors Constructor and Description PathAnalystFromServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Point2Ds
getAnalystPoints()
Gets the set of points used for path analysisboolean
requestServer()
Execute path analysis requesting iServervoid
setAnalystPoints(Point2Ds startTargetPoints)
Sets the set of points for path analysis-
Methods inherited from class com.supermap.services.networkanalyst.AnalystFromServer
setParameter, setResponseListener, setUrlBase
-
-
-
-
Method Detail
-
requestServer
public boolean requestServer()
Execute path analysis requesting iServer- Specified by:
requestServer
in classAnalystFromServer
- Returns:
- whether the request process is wrong
-
getAnalystPoints
public Point2Ds getAnalystPoints()
Gets the set of points used for path analysis- Returns:
-
setAnalystPoints
public void setAnalystPoints(Point2Ds startTargetPoints)
Sets the set of points for path analysis- Parameters:
startTargetPoints
- set of points
-
-