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 classclassMethods 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()StopAreaElement.getStopLocation()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) voidStopArea.addLocation(StopLocation location) 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) voidStopAreaElement.setStopLocation(StopLocation stopLocation) Method parameters in org.onebusaway.gtfs.model with type arguments of type StopLocation