Skip to main content

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

The first place to look is the code examples: http://svn.geotools.org/udig/branches/1.1.x/udig/tutorials/net.refractions.udig.code.examples/src/net/refractions/udig/code/examples

The GetSelectedFeatures from layer is a good starting place.

Jesse

On 8-Nov-07, at 2:20 AM, Kurucz Péter wrote:

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

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel


Back to the top