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))); | Date.from(updatedDeparture) | updatedDeparture.map(Date::from).orElse(Date.from(plannedDeparture)) | graphhopper | 20758de167ccea422badbe2e75e78a5ec5900146 | com.graphhopper.reader.gtfs.TripFromLabel.StopsFromBoardHopDwellEdges | | _1 | updatedDeparture |
---|
_2 | updatedDeparture |
---|
| | | | Uses | False |