Feature Representation
In addition to the generic FME feature attributes that FME Workbench adds to all features (see About Feature Attributes), this format adds the format-specific attributes described in this section.
SpatiaLite Attribute Type |
FME Attribute Type |
---|---|
string(width) |
fme_varchar(width) |
string(width) |
fme_char(width) |
string(255) |
fme_buffer |
string(1) |
fme_char |
real(width, decimal) |
fme_decimal(width, decimal) |
datetime |
fme_datetime |
date |
fme_date |
time |
fme_time |
integer |
fme_int32 |
real(10,0) |
fme_uint32 |
real(20,0) |
fme_int64 |
real(20,0) |
fme_uint64 |
integer |
fme_int16 |
integer |
fme_uint16 |
integer |
fme_uint8 |
real(15,7) |
fme_real32 |
real(31,15) |
fme_real64 |
integer |
fme_boolean |