com.supermap.onlineservices

Class LineItem

  • java.lang.Object
    • com.supermap.onlineservices.LineItem

  • Deprecated.

    @Deprecated
    public class LineItem
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      LineItem()
      Deprecated. 
      The default constructor constructs a new object LineItem .
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      double getDistance()
      Deprecated. 
      Get the current segment distance.
      Point2D getDownLocation()
      Deprecated. 
      Obtain the coordinates of the current sub - station terminus (subway) station latitude and longitude.
      int getEndStopIndex()
      Deprecated. 
      Get off the station compared to the full index.
      java.lang.String getEndStopName()
      Deprecated. 
      Get the name of the current segment terminal (subway) station
      java.lang.String getLineDirection()
      Deprecated. 
      Get the direction of the segmented line.
      java.lang.String getLineName()
      Deprecated. 
      Get the name of the bus (subway) line for the current segment.
      java.lang.String getLineTime()
      Deprecated. 
      Get the morning and evening hours of the current bus (or subway).
      java.lang.String getLineType()
      Deprecated. 
      Get the current line type.
      int getPassStopCount()
      Deprecated. 
      Get the total number of stations.
      int getStartStopIndex()
      Deprecated. 
      Get the index on the whole station compared to the whole.
      java.lang.String getStartStopName()
      Deprecated. 
      Get the name of the current segment starting bus (subway) station.
      Point2D getUpLocation()
      Deprecated. 
      Get the coordinates of the current sub-station starting bus (subway) station latitude and longitude.
      double getWalkDistance()
      Deprecated. 
      Get the walking distance from the starting point to the bus (metro) starting point.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LineItem

        public LineItem()
        Deprecated. 
        The default constructor constructs a new object LineItem .
    • Method Detail

      • getLineDirection

        public java.lang.String getLineDirection()
        Deprecated. 
        Get the direction of the segmented line.
        Returns:
        returns the route direction description.
      • getDistance

        public double getDistance()
        Deprecated. 
        Get the current segment distance.
        Returns:
        segment distance.
      • getDownLocation

        public Point2D getDownLocation()
        Deprecated. 
        Obtain the coordinates of the current sub - station terminus (subway) station latitude and longitude.
        Returns:
        off the station coordinate point.
      • getEndStopIndex

        public int getEndStopIndex()
        Deprecated. 
        Get off the station compared to the full index.
        Returns:
        off the site index.
      • getEndStopName

        public java.lang.String getEndStopName()
        Deprecated. 
        Get the name of the current segment terminal (subway) station
        Returns:
        terminal name
      • getLineName

        public java.lang.String getLineName()
        Deprecated. 
        Get the name of the bus (subway) line for the current segment.
        Returns:
        segment line name.
      • getLineTime

        public java.lang.String getLineTime()
        Deprecated. 
        Get the morning and evening hours of the current bus (or subway).
        Returns:
        bus operation time.
      • getLineType

        public java.lang.String getLineType()
        Deprecated. 
        Get the current line type.
        Returns:
        line type.
      • getPassStopCount

        public int getPassStopCount()
        Deprecated. 
        Get the total number of stations.
        Returns:
        total number of sites.
      • getStartStopIndex

        public int getStartStopIndex()
        Deprecated. 
        Get the index on the whole station compared to the whole.
        Returns:
        starting point index.
      • getStartStopName

        public java.lang.String getStartStopName()
        Deprecated. 
        Get the name of the current segment starting bus (subway) station.
        Returns:
        starting point name.
      • getUpLocation

        public Point2D getUpLocation()
        Deprecated. 
        Get the coordinates of the current sub-station starting bus (subway) station latitude and longitude.
        Returns:
        starting point coordinates.
      • getWalkDistance

        public double getWalkDistance()
        Deprecated. 
        Get the walking distance from the starting point to the bus (metro) starting point.
        Returns:
        starting point to (subway) starting distance.