com.supermap.onlineservices
Class SolutionItem
- java.lang.Object
-
- com.supermap.onlineservices.SolutionItem
-
Deprecated.
@Deprecated public class SolutionItem extends java.lang.Object
Traffic transfer solution class
-
-
Constructor Summary
Constructors Constructor and Description SolutionItem()
Deprecated.The default constructor for constructing a newSolutionItem
object.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description DestinationInfo
getDestinationInfo()
Deprecated.Get destination information.java.util.List<LineItems>
getLinesItems()
Deprecated.Get specific traffic transfer lines information.StartInfo
getStartInfo()
Deprecated.Get the start information.int
getTransferCount()
Deprecated.Get the transfer count of current solution.java.util.List<WalkInfo>
getWalkInfos()
Deprecated.Get the walking lines during transfer.
-
-
-
Constructor Detail
-
SolutionItem
public SolutionItem()
Deprecated.The default constructor for constructing a newSolutionItem
object.
-
-
Method Detail
-
getDestinationInfo
public DestinationInfo getDestinationInfo()
Deprecated.Get destination information.- Returns:
- the destination information.
-
getLinesItems
public java.util.List<LineItems> getLinesItems()
Deprecated.Get specific traffic transfer lines information.- Returns:
- specific traffic transfer lines information.
-
getStartInfo
public StartInfo getStartInfo()
Deprecated.Get the start information.- Returns:
- the start information.
-
getTransferCount
public int getTransferCount()
Deprecated.Get the transfer count of current solution.- Returns:
- the transfer count of current solution.
-
getWalkInfos
public java.util.List<WalkInfo> getWalkInfos()
Deprecated.Get the walking lines during transfer.- Returns:
- the walking lines during transfer.
-
-