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 Detail

      • SolutionItem

        public SolutionItem()
        Deprecated. 
        The default constructor for constructing a new SolutionItem 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.