Changes between Initial Version and Version 1 of Ticket #1324
- Timestamp:
- 11/23/11 10:41:36 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1324 – Description
initial v1 1 1 In order to simplify the code, we'd need a function that returns an LWGEOM's bounding box optionally caching it in the structure if not available. 2 3 I belive computing the BBOX of a multigeometry by combining the rounded BBOX of component geometries should yeld the same numbers as computing everything using doubles and rounding only at the end, although the operation would be slightly less performance (could be impossible to note even by a performance analisys tool). 4 5 Such new function could replace the public compute_bbox functions (there are 3 of them: wrapper, geodetic, cartesian) which could then be moved to the internal header.