Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Database access from a new plug-in

Hello,

I'm about to create a new plugin to uDig. It would support such functionality like the existing "Table" view (display data of crested geometries). It is no problem to use the plug-in framework of Eclipse, but the question is how I could access to  postGIS  database where my geometries are stored. The postGIS database is already added to the project as a layer. I suppose the data of postGIS database connection are somewhere in uDig stored. It is right?
Or should I first get the data of layer and then from it the connection data?

Thanks for help!

Bye
P


Back to the top