Thomas Leduc ha scritto: > Hi everybody, > To create shp files we are using here ShapefileDataStore, FeatureSource, > FeatureStore and > Transaction classes. Is there a (simple and efficient) way to store just > dbf files using the > Geotools API ?
You may use the DBaseFileWriter and DBaseFileHeader classes, but they aren't meant to be used stand alone, so you're on your own guessing how to use them. I'd suggest you look at the shapefile datastore code for suggestions on how to use those classes. Cheers Andrea ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
