Re: [Geotools-devel] streaming renderer 3D-->2D inverse not available

2012-12-17 Thread Jody Garnett
It does not appear to be required (both in comments and in testing against Oracle). https://github.com/geotools/geotools/pull/84 -- Jody Garnett On Tuesday, 18 December 2012 at 2:07 AM, Andrea Aime wrote: > On Mon, Dec 17, 2012 at 4:33 PM, Jody Garnett (mailto:[email protected])> wro

Re: [Geotools-devel] streaming renderer 3D-->2D inverse not available

2012-12-17 Thread Andrea Aime
On Mon, Dec 17, 2012 at 4:33 PM, Jody Garnett wrote: > I have been working on GEOT-4350 > (the > 2D to 3D work was recast to use a ConcatenatedTransform last weekend, > however that is tripping up some code that wishes to use > mathTransform.inverse(),

[Geotools-devel] streaming renderer 3D-->2D inverse not available

2012-12-17 Thread Jody Garnett
I have been working on GEOT-4350 (https://jira.codehaus.org/browse/GEOT-4350) (the 2D to 3D work was recast to use a ConcatenatedTransform last weekend, however that is tripping up some code that wishes to use mathTransform.inverse(), if available, to post process a geometry. While simply tryin