MrSID Decode SDK for Raster Reference Manual
9.0.0.3864
|
abstract class for implementing a geo image reader More...
#include <lti_geoImageReader.h>
Protected Member Functions | |
LTIGeoImageReader (bool supportBandSelection) | |
LT_STATUS | init (bool useWorldFile) |
bool | getUseWorldFile () const |
LT_STATUS | readWorldFile (const LTFileSpec &file, bool &changed, bool doUseWorldFileTest=true) |
LT_STATUS | readWorldFile (LTIOStreamInf &stream, bool &changed, bool doUseWorldFileTest=true) |
The LTIGeoImageReader abstract class extends the LTIImageReader so that it allows whether world files are used or ignored for setting up geo information.
Definition at line 29 of file lti_geoImageReader.h.
LTIGeoImageReader::LTIGeoImageReader | ( | bool | supportBandSelection | ) | [protected] |
bool LTIGeoImageReader::getUseWorldFile | ( | ) | const [protected] |
LT_STATUS LTIGeoImageReader::init | ( | bool | useWorldFile | ) | [protected] |
LT_STATUS LTIGeoImageReader::readWorldFile | ( | const LTFileSpec & | file, |
bool & | changed, | ||
bool | doUseWorldFileTest = true |
||
) | [protected] |
LT_STATUS LTIGeoImageReader::readWorldFile | ( | LTIOStreamInf & | stream, |
bool & | changed, | ||
bool | doUseWorldFileTest = true |
||
) | [protected] |