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 objectLineItem.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description doublegetDistance()Deprecated.Get the current segment distance.Point2DgetDownLocation()Deprecated.Obtain the coordinates of the current sub - station terminus (subway) station latitude and longitude.intgetEndStopIndex()Deprecated.Get off the station compared to the full index.java.lang.StringgetEndStopName()Deprecated.Get the name of the current segment terminal (subway) stationjava.lang.StringgetLineDirection()Deprecated.Get the direction of the segmented line.java.lang.StringgetLineName()Deprecated.Get the name of the bus (subway) line for the current segment.java.lang.StringgetLineTime()Deprecated.Get the morning and evening hours of the current bus (or subway).java.lang.StringgetLineType()Deprecated.Get the current line type.intgetPassStopCount()Deprecated.Get the total number of stations.intgetStartStopIndex()Deprecated.Get the index on the whole station compared to the whole.java.lang.StringgetStartStopName()Deprecated.Get the name of the current segment starting bus (subway) station.Point2DgetUpLocation()Deprecated.Get the coordinates of the current sub-station starting bus (subway) station latitude and longitude.doublegetWalkDistance()Deprecated.Get the walking distance from the starting point to the bus (metro) starting point.
-
-
-
Constructor Detail
-
LineItem
public LineItem()
Deprecated.The default constructor constructs a new objectLineItem.
-
-
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.
-
-