![]() |
TerraLib 4.1
|
#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. | |