Uses of Interface
org.onebusaway.gtfs.model.StopLocation
Packages that use StopLocation
-
Uses of StopLocation in org.onebusaway.gtfs.model
Classes in org.onebusaway.gtfs.model that implement StopLocationModifier and TypeClassDescriptionclassclassfinal classStops are not required when pickup/drop off is based on areas.Methods in org.onebusaway.gtfs.model that return StopLocationModifier and TypeMethodDescriptionStopTime.getLocation()StopTimeProxy.getLocation()StopTime.getLocationGroup()StopTimeProxy.getLocationGroup()Facility.getStop()LocationGroupElement.getStop()StopTime.getStop()StopTimeProxy.getStop()StopTime.getStopLocation()Returns possible entity for the stop location in this order: - stop - location - location groupMethods in org.onebusaway.gtfs.model that return types with arguments of type StopLocationMethods in org.onebusaway.gtfs.model with parameters of type StopLocationModifier and TypeMethodDescriptionvoidLocationGroup.addLocation(StopLocation stop) voidStopTime.setLocation(StopLocation location) voidStopTimeProxy.setLocation(StopLocation stop) voidStopTime.setLocationGroup(StopLocation group) voidStopTimeProxy.setLocationGroup(StopLocation stop) voidLocationGroupElement.setStop(StopLocation stop) voidStopTime.setStop(StopLocation stop) voidStopTimeProxy.setStop(StopLocation stop) Method parameters in org.onebusaway.gtfs.model with type arguments of type StopLocation