This document is archived and information here might be outdated.  Recommended version.


ILasFile.IsStandardGpsTime Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasFile Interface > ILasFile.IsStandardGpsTime Property
ArcGIS Developer Help

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(
  Boolean* pbIsAStandard
);
[C++]
Parameters
pbIsAStandard [out, retval]

pbIsAStandard is a parameter of type 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