org.onebusaway.transit_data.model.oba
Class MinTravelTimeToStopsBean

java.lang.Object
  extended by org.onebusaway.transit_data.model.oba.MinTravelTimeToStopsBean
All Implemented Interfaces:
Serializable

public class MinTravelTimeToStopsBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MinTravelTimeToStopsBean()
           
MinTravelTimeToStopsBean(String agencyId, String[] stopIds, double[] lats, double[] lons, long[] times, double walkingVelocity)
           
 
Method Summary
 String getAgencyId()
           
 double[] getLats()
           
 double[] getLons()
           
 int getSize()
           
 String getStopId(int index)
           
 String[] getStopIds()
           
 double getStopLat(int i)
           
 double getStopLon(int i)
           
 long[] getTransitTimes()
           
 long getTravelTime(int i)
           
 double getWalkingVelocity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinTravelTimeToStopsBean

public MinTravelTimeToStopsBean()

MinTravelTimeToStopsBean

public MinTravelTimeToStopsBean(String agencyId,
                                String[] stopIds,
                                double[] lats,
                                double[] lons,
                                long[] times,
                                double walkingVelocity)
Method Detail

getAgencyId

public String getAgencyId()

getStopIds

public String[] getStopIds()

getLats

public double[] getLats()

getLons

public double[] getLons()

getTransitTimes

public long[] getTransitTimes()

getWalkingVelocity

public double getWalkingVelocity()

getSize

public int getSize()

getStopId

public String getStopId(int index)

getStopLat

public double getStopLat(int i)

getStopLon

public double getStopLon(int i)

getTravelTime

public long getTravelTime(int i)


Copyright © 2012 OneBusAway. All Rights Reserved.