Ticket #1546 (closed defect: fixed)
IdrisiDataset::SetGeoTransform does not modify the adfGeoTransform property
| Reported by: | ajolma | Owned by: | ilucena |
|---|---|---|---|
| Priority: | high | Milestone: | 1.5.0 |
| Component: | GDAL_Raster | Version: | 1.4.0 |
| Severity: | minor | Keywords: | |
| Cc: | warmerdam |
Description
In my eyes the fact that SetGeoTransform? does not change the adfGeoTransform property (note *adf* not *padf*) of the object looks like a bug. It only changes some NameValues? (?). When you ask the transformation parameters from the object using GetGeoTransform?, it does not query these NameValues? but the adfGeoTransform, which has not been changed. adfGeoTransform is initialized if a new dataset is created and it is filled (from the NameValues?) in Open method, but not if SetGeoTransform? is called.
Change History
Note: See
TracTickets for help on using
tickets.
