com.supermap.services.networkanalyst
Class MTSPathAnalystFromServer
- java.lang.Object
-
- com.supermap.services.networkanalyst.AnalystFromServer
-
- com.supermap.services.networkanalyst.MTSPathAnalystFromServer
-
public class MTSPathAnalystFromServer extends AnalystFromServer
Multiple traveling salesman path analysis
-
-
Constructor Summary
Constructors Constructor and Description MTSPathAnalystFromServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Point2DsgetStartPoints()Gets the set of starting pointsPoint2DsgetTargetPoints()Gets the collection of endpointsbooleanrequestServer()Execute path analysis requesting iServervoidsetStartPoints(Point2Ds startPoints)Sets the set of starting pointsvoidsetTargetPoints(Point2Ds targetPoints)Sets the collection of endpoints-
Methods inherited from class com.supermap.services.networkanalyst.AnalystFromServer
setParameter, setResponseListener, setUrlBase
-
-
-
-
Method Detail
-
getStartPoints
public Point2Ds getStartPoints()
Gets the set of starting points- Returns:
- starting point set
-
setStartPoints
public void setStartPoints(Point2Ds startPoints)
Sets the set of starting points
-
getTargetPoints
public Point2Ds getTargetPoints()
Gets the collection of endpoints- Returns:
-
setTargetPoints
public void setTargetPoints(Point2Ds targetPoints)
Sets the collection of endpoints- Parameters:
targetPoints-
-
requestServer
public boolean requestServer()
Execute path analysis requesting iServer- Specified by:
requestServerin classAnalystFromServer- Returns:
- whether the request process is wrong
-
-