![]() |
TerraLib 4.1
|
Implements a tiff decoder factory. More...
#include <TeDecoderTIFF.h>
Public Member Functions | |
| TeDecoderTIFFFactory (const string &name) | |
| TeDecoder * | build (const TeRasterParams &arg) |
| Builds a new type (should be implemented by descendants) | |
Implements a tiff decoder factory.
| TeDecoderTIFFFactory::TeDecoderTIFFFactory | ( | const string & | name | ) |
| TeDecoder* TeDecoderTIFFFactory::build | ( | const TeRasterParams & | arg | ) | [inline, virtual] |
Builds a new type (should be implemented by descendants)
Implements TeFactory< TeDecoder, TeRasterParams >.