TerraLib 4.1
TeDecoderSPR Class Reference

Implements a decoder for raster data in ASCII-SPRING format. More...

#include <TeDecoderSPR.h>

Inheritance diagram for TeDecoderSPR:
TeDecoderSmartMem TeDecoder

List of all members.

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.

Detailed Description

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>.

The default file extension associated to this format is ".spr".

Constructor & Destructor Documentation

TeDecoderSPR::TeDecoderSPR ( )

Empty constructor.

TeDecoderSPR::TeDecoderSPR ( const TeRasterParams par)

Constructor from some parameters.

TeDecoderSPR::~TeDecoderSPR ( )

Destructor.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines