Main Content

hasGPSData

(To be removed) Check if LAS or LAZ file has GPS data

Since R2022a

hasGPSData function will be removed in a future release. For more information on updating your code, see Version History.

Description

flag = hasGPSData(lasReader) returns a logical 1 (true) if the specified LAS or LAZ file lasReader contains a GPS data. Otherwise, it returns a logical 0 (false).

Input Arguments

collapse all

LAS or LAZ file reader, specified as a lasFileReader object.

Version History

Introduced in R2022a

collapse all