TerraLib 4.1
E:/Projetos_Primeiro_Semestre_2012/TerraView/terralib/src/terralib/kernel/TeCoverageDecoder.h File Reference
#include "TeCoord2D.h"
#include "TeException.h"
#include "TeBlockLoader.h"
#include "TeCoverageParams.h"
#include "TeCoverageUtils.h"
#include "TeSpatialOperations.h"
#include <map>
#include <vector>

Go to the source code of this file.

Classes

struct  TeGeomValuePair< T >
 A generic geometry-value pair. More...
struct  TeCoverageBlock< T >
 A generic coverage block. More...
class  TeCoverageDecoder< T >
 Abstract class of a coverage data decoder. More...

Defines

#define READ(data, t)   *(t*)data; data += sizeof(t)
 Read a value of some type from a pointer to a block of raw data.

Detailed Description

This file contains definitions and algorithms for accessing persistent
representations of a generic Coverage.

Define Documentation

#define READ (   data,
  t 
)    *(t*)data; data += sizeof(t)

Read a value of some type from a pointer to a block of raw data.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines