주요 콘텐츠

hasCRSData

(To be removed) Check if E57 file has CRS data

Since R2023a

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

    Description

    flag = hasCRSData(e57Reader) returns a logical 1 (true) if the E57 file specified by the e57FileReader object contains coordinate reference system (CRS) data. Otherwise, it returns a logical 0 (false).

    Input Arguments

    collapse all

    E57 file reader, specified as an e57FileReader object.

    Version History

    Introduced in R2023a

    collapse all