COLUMNS

THE COLUMN(START-END) or COLUMN(START,WIDTH) sub-descriptor defines the data columns occupied by a data element. The first available column in a GAV data file is one. COLUMN sub-descriptors are only used in GAV schema files of the FIXED category.

The START-END defines an inclusive range, whereas, START,WIDTH defines an initial column and width. For example: COLUMN(1,5) and COLUMN(1-5) are equivalent, and so are COLUMN(10,5) and COLUMN(10-14).

Example:

    GAV Data File               GAV Schema File
    _____________               _______________

    000010001000010010000604    GAV
    000010001100020010200502    CATEGORY: FIXED
    001000001200030010150200    DATA: TYPE(X) COLUMNS(6,5)
                                DATA: TYPE(Y) COLUMNS(11,5)
                                DATA: TYPE(Z) COLUMNS(16-19)

    Resulting Records (X, Y, Z)
    ___________________________

    (10, 10, 1000)
    (11, 20, 1020)
    (12, 30, 1015)

© PCI Geomatics Enterprises, Inc.®, 2026. All rights reserved.