Hi Ziad, > My purpose is to extract geometrical forms from a table named > geometry_columns, founded in postgres database named template_postgis. How > it can be done? > > Thank you in advance. >
Perhaps that's not really what you really want to do (?) The geometry_columns table only holds the details of the geometry type, geometry field name, spatial reference system etc used in your other tables. It is the other table(s) that hold the actual geometries. 'template_postgis' is a template (blank database) that you can copy when creating a new database. You don't usually store anything in it. Please let the list know if you managed to solve the connection problems that you were having before, then we can talk about retrieving features from the database. Hope this helps. Michael ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
