![]() |
TerraLib 4.1
|
Implements a factory to build MrSID decoders. More...
#include <TeDecoderMrSID.h>
Public Member Functions | |
| TeDecoderMrSIDFactory (const string &name) | |
| Factory constructor. | |
| TeDecoder * | build (const TeRasterParams &arg) |
| Builds the object. | |
Implements a factory to build MrSID decoders.
| TeDecoderMrSIDFactory::TeDecoderMrSIDFactory | ( | const string & | name | ) |
Factory constructor.
| TeDecoder* TeDecoderMrSIDFactory::build | ( | const TeRasterParams & | arg | ) | [inline, virtual] |
Builds the object.
Implements TeFactory< TeDecoder, TeRasterParams >.