Uses of Interface
org.onebusaway.gtfs.model.StopLocation
-
Packages that use StopLocation Package Description org.onebusaway.gtfs.model -
-
Uses of StopLocation in org.onebusaway.gtfs.model
Classes in org.onebusaway.gtfs.model that implement StopLocation Modifier and Type Class Description classLocationclassLocationGroupclassStopclassStopAreaMethods in org.onebusaway.gtfs.model that return StopLocation Modifier and Type Method Description StopLocationStopTime. getLocation()StopLocationStopTimeProxy. getLocation()StopLocationStopTime. getLocationGroup()StopLocationStopTimeProxy. getLocationGroup()StopLocationFacility. getStop()StopLocationLocationGroupElement. getStop()StopLocationStopTime. getStop()StopLocationStopTimeProxy. getStop()StopLocationStopAreaElement. getStopLocation()StopLocationStopTime. 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 StopLocation Modifier and Type Method Description Set<StopLocation>LocationGroup. getLocations()Set<StopLocation>StopArea. getLocations()Methods in org.onebusaway.gtfs.model with parameters of type StopLocation Modifier and Type Method Description voidLocationGroup. 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 Modifier and Type Method Description voidLocationGroup. setLocations(Collection<StopLocation> stop)
-