This document is archived and information here might be outdated. Recommended version. |
Indicates if the GPS time is standard GPS Time.
[Visual Basic .NET]
Public ReadOnly Property IsStandardGpsTime As Boolean
[C#]
public bool IsStandardGpsTime {get;}
[C++]
HRESULT get_IsStandardGpsTime(
Boolean* pbIsAStandard
);
[C++] Parameters pbIsAStandard [out, retval]
pbIsAStandard is a parameter of type bool*
Assumming the las file contains GPS time stamps (see ILasFile.HasGpsTime) a return value of FALSE means the values are in GPS weekly time. A return value of TRUE means standard GPS time (satellite GPS Time) minus 1 x 10 to the 9th (Adjusted Standard GPS Time). The offset moves the time back to near zero to improve floating point resolution.