![]() |
TerraLib 4.1
|
Implements a decoder for raster data in ASCII-SPRING format. More...
#include <TeDecoderSPR.h>
Public Member Functions | |
| TeDecoderSPR () | |
| Empty constructor. | |
| TeDecoderSPR (const TeRasterParams &par) | |
| Constructor from some parameters. | |
| ~TeDecoderSPR () | |
| Destructor. | |
| void | init () |
| Intializes the internal structures. | |
| bool | clear () |
| Releases the internal structures. | |
| bool | setElement (int col, int lin, double val, int band=0) |
| Writes an element. | |
Implements a decoder for raster data in ASCII-SPRING format.
The description of this format can be found at SPRING website <http://www.dpi.inpe.br/spring>.
| TeDecoderSPR::TeDecoderSPR | ( | ) |
Empty constructor.
| TeDecoderSPR::TeDecoderSPR | ( | const TeRasterParams & | par | ) |
Constructor from some parameters.
| TeDecoderSPR::~TeDecoderSPR | ( | ) |
Destructor.
| bool TeDecoderSPR::clear | ( | ) | [virtual] |
Releases the internal structures.
Reimplemented from TeDecoderSmartMem.
| void TeDecoderSPR::init | ( | ) | [virtual] |
Intializes the internal structures.
Reimplemented from TeDecoderSmartMem.
| bool TeDecoderSPR::setElement | ( | int | col, |
| int | lin, | ||
| double | val, | ||
| int | band = 0 |
||
| ) | [virtual] |
Writes an element.
Reimplemented from TeDecoderSmartMem.