| Package | Description |
|---|---|
| au.gov.amsa.risky.format |
| Modifier and Type | Class and Description |
|---|---|
class |
Downsample<T extends HasFix>
Assumes input stream is in time order.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Fix |
| Modifier and Type | Class and Description |
|---|---|
class |
FixImpl |
static class |
OperatorMinEffectiveSpeedThreshold.FixWithPreAndPostEffectiveSpeed |
| Modifier and Type | Method and Description |
|---|---|
static <T extends HasFix> |
Downsample.minTimeStep(long duration,
TimeUnit unit) |
static <T extends HasFix> |
Downsample.minTimeStep(long duration,
TimeUnit unit,
rx.functions.Func1<T,Boolean> selector) |
| Modifier and Type | Method and Description |
|---|---|
HasFix |
OperatorMinEffectiveSpeedThreshold.FixWithPreAndPostEffectiveSpeed.fixWrapper() |
| Modifier and Type | Method and Description |
|---|---|
rx.Subscriber<? super HasFix> |
OperatorMinEffectiveSpeedThreshold.call(rx.Subscriber<? super OperatorMinEffectiveSpeedThreshold.FixWithPreAndPostEffectiveSpeed> child) |
| Modifier and Type | Method and Description |
|---|---|
static rx.Observable<Integer> |
Formats.transform(File input,
File output,
Pattern pattern,
rx.Observable.Transformer<HasFix,HasFix> transformer,
rx.functions.Action2<List<HasFix>,File> fixesWriter,
rx.functions.Func1<String,String> renamer) |
static rx.Observable<Integer> |
Formats.transform(File input,
File output,
Pattern pattern,
rx.Observable.Transformer<HasFix,HasFix> transformer,
rx.functions.Action2<List<HasFix>,File> fixesWriter,
rx.functions.Func1<String,String> renamer) |
static rx.Observable<Integer> |
Formats.transform(File input,
File output,
Pattern pattern,
rx.Observable.Transformer<HasFix,HasFix> transformer,
rx.functions.Action2<List<HasFix>,File> fixesWriter,
rx.functions.Func1<String,String> renamer) |
static void |
NetcdfFixesWriter.writeFixes(List<HasFix> fixes,
File file) |
static void |
BinaryFixesWriter.writeFixes(List<HasFix> fixes,
File file,
boolean append,
boolean zip,
BinaryFixesFormat format) |
| Constructor and Description |
|---|
FixWithPreAndPostEffectiveSpeed(HasFix fix,
double preEffectiveSpeedKnots,
double preError,
double postEffectiveSpeedKnots,
double postError) |
Copyright © 2014–2016. All rights reserved.