|
MrSID Decode SDK for Raster Reference Manual
9.5.4.4709
|
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) |
Protected Member Functions inherited from LTIImageReader | |
| LTIImageReader (bool supportBandSelection) | |
| LT_STATUS | init (const LTIImage *image=NULL) |
| LT_STATUS | loadMetadataIntoObjects (const LTIMetadataDatabase &fileMetadata, LTIPixel &pixelProps, bool updatePixelProps, bool updateGeoCoord) |
| virtual const char * | getSourceName (void) const =0 |
Additional Inherited Members | |
Public Member Functions inherited from LTIImageReader | |
| LT_STATUS | getDimsAtMag (double mag, lt_uint32 &width, lt_uint32 &height) const |
| lt_uint32 | getModifications (const LTIScene &scene) const |
| LT_STATUS | getMetadataBlob (const char *type, LTIOStreamInf *&stream) const |
| LTIMaskSource * | getMask () const |
| bool | getPipelineInfo (LTIPipelineInfo info) const |
| lt_int64 | getEncodingCost (const LTIScene &scene) const |
| bool | getReaderScene (const LTIScene &decodeScene, LTIScene &readerScene) const |
| LT_STATUS | readBegin (const LTIPixel &pixelProps, const LTIScene &fullScene) |
| LT_STATUS | readStrip (LTISceneBuffer &buffer, const LTIScene &stripScene) |
| LT_STATUS | readEnd (void) |
Protected Attributes inherited from LTIImageReader | |
| const bool | m_supportBandSelection |
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.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| LizardTech |