static RouteSegment |
RouteSegment.createShallowCopy(RouteSegment s) |
RouteSegment |
RouteSegment.setAccessibility(List<Constants.Accessibility> accessibility) |
RouteSegment |
RouteSegment.setAdditionalInfo(Map<String,Object> additionalInfo) |
RouteSegment |
RouteSegment.setAlightingSeconds(Integer alightingSeconds) |
RouteSegment |
RouteSegment.setBoardingSeconds(Integer boardingSeconds) |
RouteSegment |
RouteSegment.setBoundingBox(GeoJSONFeature<GeoJSONPolygon> boundingBox) |
RouteSegment |
RouteSegment.setDistanceMeters(int distanceMeters) |
RouteSegment |
RouteSegment.setDurationSeconds(int durationSeconds) |
RouteSegment |
RouteSegment.setEndTime(String endTime) |
RouteSegment |
RouteSegment.setEndTime(ZonedDateTime endTime) |
RouteSegment |
RouteSegment.setFrom(Location<?> from) |
RouteSegment |
RouteSegment.setGeometryEncodedPolyLine(String geometryEncodedPolyLine) |
RouteSegment |
RouteSegment.setGeometryGeoJson(GeoJSONFeature<GeoJSONLineString> geometryGeoJson) |
RouteSegment |
RouteSegment.setGeometryGeoJsonEdges(GeoJSONFeatureCollection<GeoJSONLineString> geometryGeoJsonEdges) |
RouteSegment |
RouteSegment.setIntermediateStops(List<IntermediateStop> intermediateStops) |
RouteSegment |
RouteSegment.setModeOfTransport(ModeOfTransport modeOfTransport) |
RouteSegment |
RouteSegment.setNavigationInstructions(List<Instruction<?>> navigationInstructions) |
RouteSegment |
RouteSegment.setNr(int nr) |
RouteSegment |
RouteSegment.setStartTime(String startTime) |
RouteSegment |
RouteSegment.setStartTime(ZonedDateTime startTime) |
RouteSegment |
RouteSegment.setTo(Location<?> to) |
RouteSegment |
RouteSegment.shiftBySeconds(int amountToAdd)
Shifts the segment in time by adjusting start and end time (if they are
set)
|