ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasFile.IsStandardGpsTime Property

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(
  VARIANT_BOOL* pbIsAStandard
);
[C++]

Parameters

pbIsAStandard [out, retval]   pbIsAStandard is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

See Also

ILasFile Interface