MAPINFO/MITAB: 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:
User attributes for this format are defined below.
Name | The name of the field to be written. |
Type |
Choose one of the following field types. ![]() Character fields store fixed length strings. Width controls the maximum of characters stored by the field. No padding is required for strings shorter than this width. ![]() Date fields store dates as character strings with the format dependent on your location. This format is usually YYYYMMDD. ![]() Datetime fields store dates as character strings with the format YYYYMMDDHHMMSS.FFF. ![]() Decimal fields store single and double precision floating point values. Width is the total number of characters allocated to the field, including the decimal point. Precision controls the precision of the data and is the number of digits to the right of the decimal. ![]() Float fields store floating point values. The precision and width columns are not required. ![]() Integer fields store 32-bit signed integers. ![]() Logical fields store Boolean data. Data read from or written to such fields must always have a value of either true or false. ![]() Small integer fields store 16-bit signed integers. Range: -32767 to +32767 ![]() Time fields store times as character strings in the format HHMMSS.FFF. |
Index |
The type of index to create for the column. The The valid value for the column type is Indexed. The attribute type may also contain Indexed when the definition is specified for a writer. When specified, the writer builds an attribute index table for the columns that are indexed. This can improve the speed of queries. |