com.supermap.onlineservices

Class StartInfo

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

  • Deprecated.

    @Deprecated
    public class StartInfo
    extends java.lang.Object
    Traffic transfer start information class.
    • Constructor Summary

      Constructors 
      Constructor and Description
      StartInfo()
      Deprecated. 
      The default constructor for constructing a new StartInfo object.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      Point2D getLocation()
      Deprecated. 
      Get the start point coordinates.
      java.lang.String getName()
      Deprecated. 
      Get the start name.
      double getWalkDistance()
      Deprecated. 
      Get the walking distance from the start point to the bus stop.
      • Methods inherited from class java.lang.Object

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

      • StartInfo

        public StartInfo()
        Deprecated. 
        The default constructor for constructing a new StartInfo object.
    • Method Detail

      • getName

        public java.lang.String getName()
        Deprecated. 
        Get the start name.
        Returns:
        Start name
      • getLocation

        public Point2D getLocation()
        Deprecated. 
        Get the start point coordinates.
        Returns:
        the start point coordinates.
      • getWalkDistance

        public double getWalkDistance()
        Deprecated. 
        Get the walking distance from the start point to the bus stop.
        Returns:
        the walking distance from the start point to the bus stop.