|
From: Andrea A. <aa...@op...> - 2009-12-06 08:58:49
|
Larry Reeder wrote: > Hey all, > > Older versions of ShapefileDataStore (2.3 was the last one I checked) > didn't support setting the number of decimals for numeric types in DBF > records. See DbaseFileHeader.addColumn(...), which does allow setting > a decimal count. Is this supported in the 2.6 version of > ShapefileDataStore? Nope, at the moment there is no way and we have no official way to specify a decimal count either. I guess we should represent that using a restriction, following suit form the field length one. Does not look like a huge change but something that affect both the core modules and the shapefile one. Care to provide a patch? Cheers Andrea |