Change has been applied to master.

This is an API change with a couple additional methods for the JTS class: 
- JTS.transformTo3D(ReferencedEnvelope, CoordinateReferenceSystem, boolean, int)
- JTS.transformTo2D(ReferencedEnvelope, CoordinateReferenceSystem, boolean, int)


These methods are used by ReferencedEnvelope.transform and ReferenceEnvelope3D 
to get the job done.

I also updated the the following JTS method to not fail when when presented 
with a 3D CoordinateReferenceSystem:
- JTS.toGeographic(Envelope, CoordinateReferenceSystem)
- JTS.toGeographic(ReferencedEnvelope)


Niels I think this will take care of our earlier discussion, the bug report is 
here https://jira.codehaus.org/browse/GEOT-4328

I did have some issues with the ReferencedEnvelope3D class using tabs rather 
than spaces, think I will take care of that as a separate commit.
-- 
Jody Garnett

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
INSIGHTS What's next for parallel hardware, programming and related areas?
Interviews and blogs by thought leaders keep you ahead of the curve.
http://goparallel.sourceforge.net
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to