- All Implemented Interfaces:
- WarpScriptAggregatorFunction, WarpScriptBucketizerFunction, WarpScriptMapperFunction, WarpScriptReducerFunction
public class HDist
extends NamedWarpScriptFunction
implements WarpScriptMapperFunction, WarpScriptBucketizerFunction, WarpScriptReducerFunction
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.