hasCRSData
hasCRSData object function has been removed. To check for CRS data in
a LAS or LAZ file, use ~isempty(readCRS(lasReader)) instead of
hasCRSData(lasReader).
Description
returns a logical flag = hasCRSData(lasReader)1 (true) if the specified LAS or
LAZ file lasReader contains a coordinate reference system (CRS) data.
Otherwise, it returns a logical 0 (false).