Even
only the field which type is string has width attribute, so you mean it's
impossible to get field width by OGRFieldDefn::GetWidth() function. Then it
is impossiable to convert vector data from filegdb to shp/mif accurately,
because the field width in filegdb is zero, then the output layer
Le jeudi 08 janvier 2015 08:04:00, Rebecca a écrit :
> I get ogrlayer from fielgdb , when I try to get the field information such
> as field name, field width, field type, I found the field name and field
> type is right , but field width is zero when the field type is OFTString.
> Does the filegdb
I get ogrlayer from fielgdb , when I try to get the field information such as
field name, field width, field type, I found the field name and field type
is right , but field width is zero when the field type is OFTString.
Does the filegdb lost the field width information in gdal-filegdb?
OGRDa