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