At this moment, i have a working application, but the database is "static" in the sense that it's created based on a shapefile, using ShapefileDataStore. When i need a change in the data, i need change the shapefile. So, i'm thinking in creating a database using postgis. To avoid change the rest of code, i need, for example, read the data of the new database and build a FeatureCollection<SimpleFeature,SimpleFeatureType> What is the most used process (if there is) to transform a postgis data (for example, a row of a table with a the_geom column) to a SimpleFeature? Can you give some other hints to the migration? It is not necessary that you explain me everything, i just need you suggest me some link or example. Thanks!
------------------------------------------------------------------------------ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
