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>


Method Summary
 org.onebusaway.gtfs.model.AgencyAndId getId()
           
 int getIndex()
           
 double getStopLat()
           
 CoordinatePoint getStopLocation()
           
 double getStopLon()
           
 EAccessibility getWheelchairBoarding()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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.