Re: [JPP-Devel] GeoJP2

2007-07-13 Thread Larry Becker
See the Wikipedia article on JPEG 2000 for comments on legal issues re: JP2000: http://en.wikipedia.org/wiki/JPEG_2000#Legal_issues It seems OK, but it pays to be informed. Larry On 7/13/07, Michaël Michaud <[EMAIL PROTECTED]> wrote: > Paul Austin a écrit : > > >Has anyone done any work with G

Re: [JPP-Devel] Image reprojection

2007-07-13 Thread Larry Becker
Hi Paul, All of the image reprojection I've seen is slow, and in proprietary code. Larry On 7/13/07, Paul Austin <[EMAIL PROTECTED]> wrote: > Has anyone done any work with the raster plugins to support reprojecting > the images when loading/viewing in JUMP? > > Thanks, > Paul > > -

[JPP-Devel] Image reprojection

2007-07-13 Thread Paul Austin
Has anyone done any work with the raster plugins to support reprojecting the images when loading/viewing in JUMP? Thanks, Paul - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2

Re: [JPP-Devel] GeoJP2

2007-07-13 Thread Michaël Michaud
Paul Austin a écrit : >Has anyone done any work with GeoJP2 in Java or JUMP? > > Not that I know, I think it would be a great replacement for ecw and mrsid which are proprietary formats Michaël >Paul > >- >This SF.net ema

[JPP-Devel] GeoJP2

2007-07-13 Thread Paul Austin
Has anyone done any work with GeoJP2 in Java or JUMP? Paul - 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

[JPP-Devel] Open (File) Plugin

2007-07-13 Thread Paul Austin
I'd like to propose some additional changes to the current way we load file based datasets and images. Currently we have the following - Load Dataset plugin which works for single layer file based formats (e.g. shp, gml) - Add Image Layer (geotiff, jpg, mrsid, ecw) - Add MrSid layer (mrsid) I

Re: [JPP-Devel] More Java2DConverter issues

2007-07-13 Thread Larry Becker
Great! When I was looking at it to answer your post, I realized that I had some useless code in the Linestring PathIterator. It is much simpler now and much more light weight. class LineStringPath implements PathIterator { private int iterate;

Re: [JPP-Devel] More Java2DConverter issues

2007-07-13 Thread Michaël Michaud
Hello, Yes, the patch on the linestring has no effect on a polygon, but the patch on the polygon has :-) It is now commited for both cases. I did not patch classes to use double instead of float yet (but I have no objection if someone who understand and/or need it commit) Michaël Larry Becker

Re: [JPP-Devel] More Java2DConverter issues

2007-07-13 Thread Larry Becker
I read that PathIterator.SEG_CLOSE add a segment back to the point corresponding to the most recent SEG_MOVETO. In our case, this segment already exists because the linestring is closed. The linestring is closed, but Java2D won't build a bevel without the SEG_CLOSE on the last segment. If it is

Re: [JPP-Devel] More Java2DConverter issues

2007-07-13 Thread Larry Becker
Sorry Michaël, I didn't mean to mislead you, but I didn't include all of the code as I was still doing testing. There were a number of side effects to adding the SEG_CLOSE and changing from GeneralPath to Path2D.Double. I had to change PolygonShape, Java2DCovnerter, and StyleUtil. The difference

Re: [JPP-Devel] More Java2DConverter issues

2007-07-13 Thread Michaël Michaud
Hi, I tested this one, but it did not change the result for me. The JOIN_BEVEL appears and desappears depending on scale in both cases, with old code and with your patch. I read that PathIterator.SEG_CLOSE add a segment back to the point corresponding to the most recent SEG_MOVETO. In our case,

Re: [JPP-Devel] New Help Page on OpenJUMP wiki

2007-07-13 Thread Stefan Steiniger
looks good and simple :) stefan Giuseppe Aruta wrote: >Hi everybody > >I invite you to see the new help page (OpenJUMP List >of Function) which I put on OpenJUMP Documentation >Page >http://openjump.org/wiki/show/OpenJUMP+List+of+Functions >I put on this page some paragraphers (the ones I wrote

[JPP-Devel] New Help Page on OpenJUMP wiki

2007-07-13 Thread Giuseppe Aruta
Hi everybody I invite you to see the new help page (OpenJUMP List of Function) which I put on OpenJUMP Documentation Page http://openjump.org/wiki/show/OpenJUMP+List+of+Functions I put on this page some paragraphers (the ones I wrote by now) and I program to upgrade by the time I write new one. T

Re: [JPP-Devel] How are we using Bouy?

2007-07-13 Thread Nacho Uve
Hello all, I've used Buoy and I think it is a great library... Easy to use and very powerful. I always wonder why Java community doesn't use it more often. In my opinion, Bouy would have to remain in OJ... even favor its use. Nacho. 2007/7/12, Stefan Steiniger <[EMAIL PROTECTED]>: my opin