Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-users] Creating new layer with a custom georesource

Hi,
First of all, sorry for my English:) I'm just student and new in uDig.

I have to get some geo data (lat,lon,info) from non geo DB (PostgreSQL).
Build up some features with it and then display them in a new layer
(layers in future).

I've connected to DB with JDBC driver, and get (lat, lon) coordinates to
the list of points
    List<Coordinate> points
I'm tried to show data via Blackboard, but it seems to me, that there is
some better way.
I've looked for solutions in mail-archive and in tutorials (catalog.csv,
examples, ec.) but could not find them. How can I understand, I should to
extend IService and IGeoResourse, but there are a lot of troubles for me.
Is there more similar way, or some working examples, or something else?

Thanks
With best regards Yuriy Yanchuk


Back to the top