IGeoPathValues
Description
- Derived from
- Extended by
-
GeoPathComponent sealed
IGeoPathBase
Base interface classes that contain timestamps with associated sample values.
Geo path values may have special numeric behaviour, for example clamping or wrapping (see GeoPathFlag). Before numeric processing is performed on geo path values, they are prepared with DataUtil.AngleUnwrap, which yields raw values. After numeric processing, the resulting raw value is processed with DataUtil.Process1, which yields the final geo path value. The details of the above process are usually not visible to client code. However, when performing custom processing of geo path values, it may be necessary to use the raw values. To do so, the following methods may be used:
Public / Methods
IndexOf
Computes the index of the geo path sample that has the greatest timestamp which is less than or equal to the given timestamp in.
- See also
Public / Attributes
CountStable
The number of stable samples in the geo path.
A geo path sample is stable if the interpolated sample at its timestamp (see TimestampAt) does not change when new samples are added to the geo path.
- See also
Values
The number of geo path sample components.
A IGeoPath is associated with a IGeoPathSampleTrait. In that case, there will be a sample component for each geo path value, see IGeoPathSampleTrait.Count.