stops.add(new Trip.Stop(stop.stop_id,stop.stop_name,geometryFactory.createPoint(new Coordinate(stop.stop_lon,stop.stop_lat)),null,null,null,Date.from(updatedDeparture),Date.from(plannedDeparture),Date.from(updatedDeparture))); | stops.add(new Trip.Stop(stop.stop_id,stop.stop_name,geometryFactory.createPoint(new Coordinate(stop.stop_lon,stop.stop_lat)),null,null,null,updatedDeparture.map(Date::from).orElse(Date.from(plannedDeparture)),Date.from(plannedDeparture),updatedDeparture.map(Date::from).orElse(null))); | updatedDeparture | updatedDeparture.map(Date::from) | graphhopper | 20758de167ccea422badbe2e75e78a5ec5900146 | com.graphhopper.reader.gtfs.TripFromLabel.StopsFromBoardHopDwellEdges | | _1 | updatedDeparture |
---|
_2 | updatedDeparture |
---|
| | | | Uses | True |
stops.add(new Trip.Stop(stop.stop_id,stop.stop_name,geometryFactory.createPoint(new Coordinate(stop.stop_lon,stop.stop_lat)),Date.from(updatedArrival),Date.from(arrivalTimeFromHopEdge),Date.from(updatedArrival),null,null,null)); | stops.add(new Trip.Stop(stop.stop_id,stop.stop_name,geometryFactory.createPoint(new Coordinate(stop.stop_lon,stop.stop_lat)),updatedArrival.map(Date::from).orElse(Date.from(arrivalTimeFromHopEdge)),Date.from(arrivalTimeFromHopEdge),updatedArrival.map(Date::from).orElse(null),null,null,null)); | updatedArrival | updatedArrival.map(Date::from) | graphhopper | 20758de167ccea422badbe2e75e78a5ec5900146 | com.graphhopper.reader.gtfs.TripFromLabel.StopsFromBoardHopDwellEdges | | _1 | updatedArrival |
---|
_2 | updatedArrival |
---|
| | | | Uses | True |