If you can direct your questions to the geotools-users list above - it is a more appropriate venue for usage questions. You will find the user guide covers how to add features to a shapefile. We work with Features in the geotools library (the fact that they are stored in a *.shp and *.dbf file does not matter to you when you use the GeoTools library). - http://docs.codehaus.org/display/GEOTDOC/05+How+to+Write+a+Shapefile
You can open up an existing shapefile and call addFeatures( featurecollection ). Cheers, Jody > I want draw points in a shapefile that already exists, I have to > update the dbf file for this? > > > ------------------------------------------------------------------------ > Conheça já o Windows Live Spaces, o site de relacionamentos do > Messenger! Crie já o seu! <http://www.amigosdomessenger.com.br> > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > ------------------------------------------------------------------------ > > _______________________________________________ > Geotools-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/geotools-devel > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
