public static class SegmentOptions.Builder extends Object
Modifier and Type | Method and Description |
---|---|
SegmentOptions.Builder |
acceptAnyFixHours(Long acceptAnyFixHours) |
SegmentOptions |
build() |
SegmentOptions.Builder |
maxDistancePerSegmentNm(Double maxDistancePerSegmentNm) |
SegmentOptions.Builder |
maxSpeedKnots(double maxSpeedKnots) |
SegmentOptions.Builder |
maxTimePerSegment(long duration,
TimeUnit unit) |
SegmentOptions.Builder |
maxTimePerSegmentMs(Long maxTimePerSegmentMs) |
SegmentOptions.Builder |
speedCheckDistanceThresholdNm(double speedCheckDistanceThresholdNm) |
SegmentOptions.Builder |
speedCheckMinTimeDiff(long duration,
TimeUnit unit) |
SegmentOptions.Builder |
speedCheckMinTimeDiffMs(long speedCheckMinTimeDiffMs) |
public SegmentOptions.Builder acceptAnyFixHours(Long acceptAnyFixHours)
public SegmentOptions.Builder speedCheckDistanceThresholdNm(double speedCheckDistanceThresholdNm)
public SegmentOptions.Builder speedCheckMinTimeDiffMs(long speedCheckMinTimeDiffMs)
public SegmentOptions.Builder speedCheckMinTimeDiff(long duration, TimeUnit unit)
public SegmentOptions.Builder maxSpeedKnots(double maxSpeedKnots)
public SegmentOptions.Builder maxDistancePerSegmentNm(Double maxDistancePerSegmentNm)
public SegmentOptions.Builder maxTimePerSegmentMs(Long maxTimePerSegmentMs)
public SegmentOptions.Builder maxTimePerSegment(long duration, TimeUnit unit)
public SegmentOptions build()
Copyright © 2020. All rights reserved.