Re: [Geotools-devel] Interesting Martin Davis has released Proj4j

2010-02-02 Thread Michael Bedward
Nice to see him blogging again too :) Michael On 3 February 2010 15:37, Jody Garnett wrote: > > Same martin as from JTS > - http://lin-ear-th-inking.blogspot.com/2010/01/announcing-proj4j.html > -- The Planet: dedicated

[Geotools-devel] Interesting Martin Davis has released Proj4j

2010-02-02 Thread Jody Garnett
Same martin as from JTS - http://lin-ear-th-inking.blogspot.com/2010/01/announcing-proj4j.html -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best n

Re: [Geotools-devel] Trying to apply vector rendering and marks with arbitrary sizes contribution

2010-02-02 Thread Milton Jonathan
Hello again Andrea > > I added the antialiasing hint to the rasterization code but not > > sure if that improved things a lot. Can you double check? > > OK, I'll check and get back to you. Yep, the SVGs all look nice again, thanks for that! Milton -- Milton Jonathan Grupo GIS e Meio Ambien

[Geotools-devel] DbaseFileWriter null objects

2010-02-02 Thread Roy Braam
List, A little question: Why are some null objects written as a not NULL object? A Date object with value 'null' is set to 'new Date()' and a Integer (or Number) with value 'null' is set to 'new Integer(0)'. Why not set the 'null' values to a empty string? .. private String fieldString(O