Reader for accessing GeoTIFF key values. More...
#include <mi32/spatrefext.h>

Public Member Functions | |
| virtual bool | v_GetKeyValue (UINT16 key, UINT16 &value) const =0 |
| virtual bool | v_GetKeyValue (UINT16 key, double &value) const =0 |
Reader for accessing GeoTIFF key values.
| virtual bool SPATREF::GEOTIFF::READER::v_GetKeyValue | ( | UINT16 | key, | |
| UINT16 & | value | |||
| ) | const [pure virtual] |
Get integer value for key.
| virtual bool SPATREF::GEOTIFF::READER::v_GetKeyValue | ( | UINT16 | key, | |
| double & | value | |||
| ) | const [pure virtual] |
Get floating-point value for key.
1.6.1