gvSIG bugs #4323
Envelope3D.convert(ICoordTrans trans) produces wrong result
| Status: | Closed | % Done: | 0% | |
|---|---|---|---|---|
| Priority: | Normal | Spent time: | - | |
| Assignee: | - | |||
| Category: | - | |||
| Target version: | 2.3.0-2442 (rev. org.gvsig.desktop-2.0.149) | |||
| Severity: | Minor | Add-on version: | ||
| gvSIG version: | 2.3.0 | Add-on build: | ||
| gvSIG build: | Add-on resolve version: | |||
| Operative System: | Add-on resolve build: | |||
| Keywords: | Proyecto: | |||
| Has patch: | Yes | Hito: | ||
| Add-on name: | Unknown |
Description
There is some mistakes in Envelope3D.convert(ICoordTrans trans) which produces incorrect converted values:
- it returns the x coordinate twice: (x, x, z) instead of (x, y, z)
- it returns a cloned Envelope2D if the transformation is null (instead of a cloned Envelope3D)
Associated revisions
refs #4323, patch from Cesar Martinez. Fix mistakes in Envelope3D.convert:
- it returns the x coordinate twice: (x, x, z) instead of (x, y, z)
- it returns a cloned Envelope2D if the transformation is null (instead of a cloned Envelope3D)
History
#1
Updated by Cesar Martinez Izquierdo over 9 years ago
- File envelope3D.diff
added
#2
Updated by Joaquín del Cerro Murciano over 9 years ago
- Target version set to 2.3.0-2442 (rev. org.gvsig.desktop-2.0.149)
- Status changed from New to Fixed
Metido el parche.
Gracias.
#3
Updated by Álvaro Anguix over 9 years ago
- Status changed from Fixed to Closed