Re: [Geotools-devel] 3D Bounding Box / Envelope

2012-06-13 Thread Jody Garnett
The existing GeneralEnvelope class should be sufficient.The implementation captures getMinimum( int ), getMaximum( int ), getSpan( int ) with respect to the dimensions defined in the envelope CRS. Any work you do on this topic should be in gt-re

[Geotools-devel] 3D Bounding Box / Envelope

2012-06-12 Thread Niels Charlier
Hey, Currently working on implementing a 3D bounding box. For this I need to implement a new 3D envelope as an alternative for the JTS envelope. Has any work been done in the past that could be useful for this? Also, any idea where I should put this. Could I put it in gt-api? Or should I use g