Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Re: [Geotools-devel] Converting java.net.URLs to java.io.Files

Here is the deal:

uDig trunk is version 1.2.x; it makes use of GeoTools trunk (aka version 2.4.x) uDig version 1.1.x makes use of GeoTools 2.2.x (although we should stop finding bugs and upgrade to the stable GeoTools 2.3.x branch if we want more help on tasks).

I had a picture here: http://docs.codehaus.org/display/GEOTOOLS/GTSteering+2007+Q1

I would like to update it for this quarter.
Jody

Alright, I guess it is really time that I step back to use the source
code instead of that so nice and loved sdk :)
Can you make light on a doubt I have?
If I want to work with the latest geotools version, should I now pick up
trunc? i didn't understand exactly if trunc migration is now on gt2.4
and if it ihas finished. Is there somewhere a updated picture of what
the status is?

Andrea




Richard Gould probaly wrote:
Oops. I forgot to re-deploy the GeoTools jars. They're being uploaded now. If you clean your libs plug-in in about 30 minutes, it should all work.

I made URLUtils in uDig redirect to DataUtilities in GeoTools so that this very important method is more likely to be stumbled upon this way :)

Richard

On Wed, 20 Jun 2007 10:50:58 +0200
Andrea Antonello <andrea.antonello@xxxxxxxxx> wrote:

I suppose I miss something:

1) http://docs.codehaus.org/display/GEOT/5.1.6+Converting+URLs+to+Files
uses DataUtilities of org.geotools.data, which does not have a urlToFile
method. At least not the udig 1.1.x version

2)
http://udig.refractions.net/confluence/display/DEV/5.1+Converting+URLs+to+Files
uses
File f = URLUtils.urlToFile(url);
Again, no urlToFile method. At least not the udig 1.1.x version

I agree that this method would be very usefull.

Andrea



Richard Gould probaly wrote:
I'm sticking it in DataUtilities and I will add this to the coding conventions.
On the GeoTools wiki: http://docs.codehaus.org/display/GEOT/5.1.6+Converting+URLs+to+Files
And I created a section on the uDig Wiki for Coding Conventions:
http://udig.refractions.net/confluence/display/DEV/5.+Coding+Conventions

Richard

On Mon, 18 Jun 2007 16:11:54 -0700
Jody Garnett <jgarnett@xxxxxxxxxxxxxxx> wrote:

Nice catch Richard - you could add this method to DataUtilities :-)

Jody

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Geotools-devel mailing list
Geotools-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/geotools-devel
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

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



Back to the top