public class EffectiveSpeedChecker extends Object
Constructor and Description |
---|
EffectiveSpeedChecker() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Optional<Double> |
effectiveSpeedKnots(Fix a,
Fix b,
SegmentOptions o) |
static com.google.common.base.Optional<Double> |
effectiveSpeedKnots(long aTime,
double aLat,
double aLon,
long bTime,
double bLat,
double bLon,
SegmentOptions o) |
static boolean |
effectiveSpeedOk(Fix a,
Fix b,
SegmentOptions o) |
static boolean |
effectiveSpeedOk(long aTime,
double aLat,
double aLon,
long bTime,
double bLat,
double bLon,
SegmentOptions o) |
public static boolean effectiveSpeedOk(Fix a, Fix b, SegmentOptions o)
public static boolean effectiveSpeedOk(long aTime, double aLat, double aLon, long bTime, double bLat, double bLon, SegmentOptions o)
public static com.google.common.base.Optional<Double> effectiveSpeedKnots(Fix a, Fix b, SegmentOptions o)
public static com.google.common.base.Optional<Double> effectiveSpeedKnots(long aTime, double aLat, double aLon, long bTime, double bLat, double bLon, SegmentOptions o)
Copyright © 2020. All rights reserved.