| Class | Description |
|---|---|
| And |
Return the operation and of the values on the interval.
|
| Argminmax |
For each tick return the tick and the concatenation of the values of the labels
for which the value is the maximum or minimum of Geo Time Series which are in the same equivalence class.
|
| Argminmax.Builder | |
| CircularMean |
Compute the mean of circular quantities
|
| CircularMean.Builder | |
| CompareTo |
Keep the first element (tick, lat, lon, hhcode, elevation or value) which pass a comparison test (>, >=, ==, =<, < or !=) versus a given value.
|
| Count |
Return the number of measures with elevation and location from
the latest measure.
|
| Delta |
Returns the delta between the first and last measures of the
interval.
|
| First |
Retain the first measurement of the interval
|
| HDist |
Compute the horizontal distance traveled between ticks, in m
Distance is a linear approximation, this class does not use the haversine (orthodromic) distance
Returned location and elevation are those of the tick being computed.
|
| Highest |
Retain the measurement with the highest elevation and timestamp
|
| HSpeed |
Compute the horizontal speed along the path traveled between ticks, in m/s.
|
| Join |
Return the concatenation of the string representation of values separated by the join string
elevation and location are from the latest measure.
|
| Join.Builder | |
| Last |
Retain the last measurement of the interval
|
| Lowest |
Retain the measurement with the lowest elevation and timestamp
|
| MAD |
Return the Median Absolute Deviation
|
| Max |
Retain the measurement with the highest value and timestamp
|
| Mean |
Return the mean of the values on the interval.
|
| Median |
Return the median of the values on the interval.
|
| Min |
Retain the measurement with the minimum value and timestamp
|
| Or |
Return the operation or of the values on the interval.
|
| Percentile |
Return the percentile, given its rank and type, for the given GTS datapoints.
|
| Percentile.Builder | |
| Rate |
Returns the rate of change (per second) between the first and last measures of the
interval.
|
| ResetCounter |
Count the number of times a GTS resets, eg:
1 2 3 1 4 5 2 8 9 4
^ ^ ^
has 3 resets
|
| RMS |
returns the root mean square of an interval
returns elevation and location from the latest measure.
|
| ShannonEntropy |
Compute a Shannon Entropy, considering GTS values to be number of occurrences of the underlying symbol.
|
| StandardDeviation | |
| StandardDeviation.Builder | |
| Sum |
Return the sum of measures with elevation and location from
the latest measure.
|
| TrueCourse |
Compute the true course between points on a great circle.
|
| Variance | |
| Variance.Builder | |
| VarianceWelford |
Aggregator to compute the variance on a list of datapoints.
|
| VDist |
Compute the vertical distance traveled between ticks, in m
Returned location and elevation are those of the tick being computed.
|
| VSpeed |
Compute the vertical speed from oldest tick to most recent, in m/s.
|
| Enum | Description |
|---|---|
| CompareTo.Compared | |
| CompareTo.Comparison |