Uses of Class
org.onebusaway.gtfs.model.Location
-
Packages that use Location Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.serialization org.onebusaway.gtfs.services -
-
Uses of Location in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return types with arguments of type Location Modifier and Type Method Description Collection<Location>GtfsDaoImpl. getAllLocations()Collection<Location>GtfsDataServiceImpl. getAllLocations() -
Uses of Location in org.onebusaway.gtfs.serialization
Methods in org.onebusaway.gtfs.serialization that return types with arguments of type Location Modifier and Type Method Description Collection<Location>LocationsGeoJSONReader. read() -
Uses of Location in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return types with arguments of type Location Modifier and Type Method Description Collection<Location>GtfsDao. getAllLocations()
-