Changes between Initial Version and Version 1 of Ticket #4289


Ignore:
Timestamp:
Jun 21, 2012, 7:58:27 AM (12 years ago)
Author:
DaveOke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4289 – Description

    initial v1  
    11If the user creates a new Intergraph formatted raster file, calling set geotransform doesn't carry though from the dataset to the raster band, resulting in an incorrect transformation matrix being encoded in the resultant intergraph .grd file.
    22
    3 We fixed temporarly by adding in the IntergraphRasterBand::FlushBandHeader function the ability to copy the transformation matrix from the dataset, only it a transformation matrix has been set, to the raster band before the headers are written.
     3We fixed this issue by modifying the IntergraphRasterBand::FlushBandHeader function to copy the transformation matrix from the dataset, only if a transformation matrix has been set, to the raster band before the headers are written.