org.onebusaway.transit_data_federation.services.transit_graph
Interface StopEntry
- All Superinterfaces:
- Comparable<StopEntry>
- All Known Implementing Classes:
- StopEntryImpl
public interface StopEntry
- extends Comparable<StopEntry>
getId
org.onebusaway.gtfs.model.AgencyAndId getId()
getStopLat
double getStopLat()
getStopLon
double getStopLon()
getStopLocation
CoordinatePoint getStopLocation()
getWheelchairBoarding
EAccessibility getWheelchairBoarding()
getIndex
int getIndex()
Copyright © 2012 OneBusAway. All Rights Reserved.