Package | Description |
---|---|
au.gov.amsa.geo.distance | |
au.gov.amsa.geo.model |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Optional<Double> |
EffectiveSpeedChecker.effectiveSpeedKnots(Fix a,
Fix b,
SegmentOptions o) |
static com.google.common.base.Optional<Double> |
EffectiveSpeedChecker.effectiveSpeedKnots(long aTime,
double aLat,
double aLon,
long bTime,
double bLat,
double bLon,
SegmentOptions o) |
static boolean |
EffectiveSpeedChecker.effectiveSpeedOk(Fix a,
Fix b,
SegmentOptions o) |
static boolean |
EffectiveSpeedChecker.effectiveSpeedOk(long aTime,
double aLat,
double aLon,
long bTime,
double bLat,
double bLon,
SegmentOptions o) |
Constructor and Description |
---|
OperatorEffectiveSpeedChecker(SegmentOptions options) |
Modifier and Type | Method and Description |
---|---|
SegmentOptions |
SegmentOptions.Builder.build() |
static SegmentOptions |
SegmentOptions.getDefault() |
SegmentOptions |
Options.getSegmentOptions() |
Modifier and Type | Method and Description |
---|---|
static Bounds |
Options.createFilterBounds(Bounds bounds,
SegmentOptions segmentOptions) |
Options.Builder |
Options.Builder.segmentOptions(SegmentOptions o) |
Constructor and Description |
---|
Options(BigDecimal originLat,
BigDecimal originLon,
BigDecimal cellSizeDegrees,
Bounds bounds,
com.google.common.base.Optional<Bounds> filterBounds,
SegmentOptions segmentOptions,
com.google.common.base.Optional<Long> startTime,
com.google.common.base.Optional<Long> finishTime) |
Copyright © 2020. All rights reserved.