id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
1454,GDALPamRasterBand can't provide min/max,frederic.claudel@…,warmerdam,"{{{
Vitual methods GetMinimum() and GetMaximum() have not been re-implemented in GDALPamRasterBand, so there's no way to access the member data (dfMin and dfMAx, in GDALRasterBandPamInfo).

Yet, when creating a GDAL PamRasterBand, the XMLInit method loads the <Minimum> and <Maximum> values from the .aux.xml PAM file.
SerializeToXML() also writes the values back to the PAM aux file.

A suggestion : maybe flag bHaveMinMax in GDALRasterBandpamInfo can be splitted into bHaveMin and bHaveMax to handle min and max values independently
}}}",defect,closed,normal,,GDAL_Raster,unspecified,minor,fixed,,
