C G L M N P S T

G

getDestination() - Method in class transport.TripSection
Returns the destination of the trip section
getLat() - Method in class transport.Station
Returns the latitude of the station, in (floating-point) degrees.
getLine() - Method in class transport.TripSection
Returns the line along which this section is located.
getLines() - Method in class transport.Network
Returns the list of lines in the network.
getLon() - Method in class transport.Station
Returns the longitude of the station, in (floating-point) degrees.
getName() - Method in class transport.TransportationObject
Returns the name of the transportation object.
getOrigin() - Method in class transport.TripSection
Returns the origin of the trip section.
getStationForName(String) - Method in class transport.Line
Returns the station with the given name on the line, if there is such a station, or null otherwise.
getStationForName(String) - Method in class transport.Network
Returns the station with the given name in the network, if there is such a station, or null otherwise.
getStations() - Method in class transport.Line
Returns the ordered list of stations belonging to the line.

C G L M N P S T