TerraLib 4.1
TeCoverageBlock< T > Struct Template Reference

A generic coverage block. More...

#include <TeCoverageDecoder.h>

List of all members.

Public Attributes

int id
 The identifier of the block.
TeBox box
 The minimum box enclosing all elements of the block.
std::vector< TeGeomValuePair< T > > pairs
 vector of geometry-value pairs

Detailed Description

template<class T>
struct TeCoverageBlock< T >

A generic coverage block.

A generic coverage block contais a set of generic geometry-value pairs.
This coverage block has a box, which is the minimum box enclosing all
the generic geometries that are in the block.

Member Data Documentation

template<class T>
TeBox TeCoverageBlock< T >::box

The minimum box enclosing all elements of the block.

template<class T>
int TeCoverageBlock< T >::id

The identifier of the block.

template<class T>
std::vector<TeGeomValuePair<T> > TeCoverageBlock< T >::pairs

vector of geometry-value pairs


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