read an image from a BBB file More...
#include <lti_bbbImageReader.h>
Public Member Functions | |
LT_STATUS | initialize (const LTFileSpec &fileSpec, bool useWorldFile=true) |
intializer | |
LT_STATUS | initialize (const char *file, bool useWorldFile=true) |
intializer |
This class provides support for reading BBB files, i.e. a raw file with a BIL/BIP/BSQ-style header.
Definition at line 33 of file lti_bbbImageReader.h.
LT_STATUS LTIBBBImageReader::initialize | ( | const char * | file, | |
bool | useWorldFile = true | |||
) |
This function creates an image from a BBB file.
file | the image file to read from | |
useWorldFile | use world file information if available |
LT_STATUS LTIBBBImageReader::initialize | ( | const LTFileSpec & | fileSpec, | |
bool | useWorldFile = true | |||
) |
This function creates an image from a BBB file.
fileSpec | the image file to read from | |
useWorldFile | use world file information if available |
LizardTech |