Opened 17 years ago

Closed 17 years ago

#1546 closed defect (fixed)

IdrisiDataset::SetGeoTransform does not modify the adfGeoTransform property

Reported by: Ari Jolma 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 (3)

comment:1 by warmerdam, 17 years ago

Cc: warmerdam added
Component: defaultGDAL_Raster
Owner: changed from warmerdam to ilucena
Version: unspecified1.4.0

Ivan,

Can you look into fixing this?

comment:2 by warmerdam, 17 years ago

Milestone: 1.5.0
Priority: normalhigh
Severity: normalminor

This has very little effect in normal use, so lets just fix it in the 1.5.0 stream. The failures *is* making all the buildbot autotests that include perl turn red with failure now, so from that point of view I'd love to get this fixed soon!

comment:3 by ilucena, 17 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.