CITS Data Transfer Format (QLF) User Attributes

For information on the parameters in this dialog that are common to all readers, see:

For information on the parameters in this dialog that are common to all writers, see:

Fixed Schema

The user attributes for this format come from the schema; they are visible in the Feature Type > User Attributes tab, but you cannot modify them.

User attributes for this format are defined below.

Name The name of the field to be read.
Type

Choose one of the following field types.

char

Character fields store fixed-length strings.

Width: Controls the maximum number of characters that can be stored by the field. No padding is required for strings shorter than this width.

date

Date fields store dates as character strings with the format YYYYMMDD.

logical

Logical fields store TRUE/FALSE data. Data read or written from and to such fields must always have a value of either true or false.

number

Number fields store single and double precision floating point values.

Width: The total number of characters allocated to the field, including the decimal point.

Decimals: Controls the precision of the data and is the number of digits to the right of the decimal.