[Geotools-devel] GeoTools Build Report [ 2006/04/19 23:55 ]

2006-04-20 Thread Paul Ramsey
GeoTools2 module build report 20060419 gt2:referencing cleaned, compiled --- release is 2.1.x --- --- Using Tomcat but need to do more? Need to

Re: [Geotools-devel] Transaction woes

2006-04-20 Thread Chris Holmes
David Blasby wrote: Jody, There's no setTransaction() method in the FeatureSource. The only way I can see to set a property for a Query operation is to convert the FeatureSource to a FeatureStore and then call setTransaction() on it. I was a bit worried about this not working because I

Re: [Geotools-devel] Transaction woes

2006-04-20 Thread David Blasby
Either way I feel like using Transaction hints to do rendering stuff is stretching the design a slight bit too far. Perhaps put hints in Query itself? Thats what I first suggested, but jody said the way to go was to put it in Transaction. But, then it affect all future Queries on that

[Geotools-devel] Query w/o FIDs

2006-04-20 Thread David Blasby
Okay, I finished investigating making Queries w/o FIDs. According to the profiler, I was expecting an approximately 15-25% speed increase. The actual results were not as expected (for reading and rendering 100,000 lines - average 83 points/line in the original data, very high decimation

[Geotools-devel] StreamingRenderer errors and Decimator

2006-04-20 Thread Cory Horner
Hi folks, We've been getting strange errors in uDig when rendering from PostGIS (and possibly others). Everything appeared to draw correctly, but some exceptions occurred including this: Caused by: java.lang.ArrayIndexOutOfBoundsException: 1 at

Re: [Geotools-devel] StreamingRenderer errors and Decimator

2006-04-20 Thread David Blasby
Cory Horner wrote: Hi folks, We've been getting strange errors in uDig when rendering from PostGIS (and possibly others). Everything appeared to draw correctly, but some exceptions occurred including this: Caused by: java.lang.ArrayIndexOutOfBoundsException: 1 at

Re: [Geotools-devel] StreamingRenderer errors and Decimator

2006-04-20 Thread Cory Horner
David Blasby wrote: This has happened for a long time, but now the decimation is more aggressive so it occurs more often. I havent been able to get the Geoserver WMS to call that function - how are you getting it called? It is purely a PostGIS datastore in uDig. Whats the full stack

Re: [Geotools-devel] StreamingRenderer errors and Decimator

2006-04-20 Thread David Blasby
Strange you must be using linux or something - on my machine (windows), java always uses the DuctusRenderer, not the SpanShapeRenderer. That is a much better solution. In the cases that would return an envelope of zero width and height -- would we want to actually return that or null?