Skip to main content

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

The tutorials you found are from the commercial training course; we can make those available to academics if you get your professor to send us an email request.

But perhaps you meant student just in terms of learning :-)

The source code from the tutorials is included in your SDK; go through the existing ones on the website first; you can find the source code by importing from your traget platform; or from checking out svn.

The instructions are here in the developers guide:
- http://udig.refractions.net/confluence/display/DEV/1+Code+Examples


Jody

On 22/04/2010, at 9:05 PM, Yuriy Yanchuk wrote:

> 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
> _______________________________________________
> udig-users mailing list
> udig-users@xxxxxxxxxxxxxxxxxxxxx
> http://lists.refractions.net/mailman/listinfo/udig-users



Back to the top