Opened 18 years ago

Closed 17 years ago

#1182 closed defect (fixed)

GDAL C API missing / incorrect RAT functions

Reported by: luke@… Owned by: warmerdam
Priority: high Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

Several C API functions for Raster Attribute Tables are missing or erroneous. 
Two examples:

GDALRATGetValueAsInt() claims to only take 2 arguments, but it needs 3 (RAT,
row, column).
GDALRATGetRowOfValue() is completely missing.

I am using GDAL version 1.3.1

Change History (1)

comment:1 by Even Rouault, 17 years ago

Resolution: fixed
Status: newclosed

Both issues have been fixed since GDAL 1.3.2 (see http://trac.osgeo.org/gdal/browser/tags/gdal_1_3_2/gcore/gdal.h)

Note: See TracTickets for help on using tickets.