GeoPathComponent
Description
- Derived from
A sequence of the values of a specific component of the geo path samples, with associated timestamps.
A IGeoPath contains whole samples (latitude, longitude, height, etc.) at arbitrary timestamps. A GeoPathComponent object contains values of a specific sample component at arbitrary timestamps, which makes it possible to process geo path sample values separately. The IGeoPathValues.Values property will always return 2
, where the value index 0
is GeoPathValue.Timestamp and the index 1
is the separate geo path sample value.