public class SegmentOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SegmentOptions.Builder |
Modifier and Type | Method and Description |
---|---|
Long |
acceptAnyFixAfterHours() |
static SegmentOptions.Builder |
builder() |
static SegmentOptions |
getDefault() |
Double |
maxDistancePerSegmentNm() |
double |
maxSpeedKnots() |
Long |
maxTimePerSegmentMs() |
double |
speedCheckDistanceThresholdNm() |
long |
speedCheckMinTimeDiffMs() |
String |
toString() |
public Long acceptAnyFixAfterHours()
public double speedCheckDistanceThresholdNm()
public long speedCheckMinTimeDiffMs()
public double maxSpeedKnots()
public Double maxDistancePerSegmentNm()
public Long maxTimePerSegmentMs()
public static SegmentOptions.Builder builder()
public static SegmentOptions getDefault()
Copyright © 2020. All rights reserved.