All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
PointCoverageObservation.h File Reference

This file contains a class to represent an observation of a PointCoverage. More...

#include "../../../geometry/Point.h"
#include "../../../datatype/AbstractData.h"
#include "../../Config.h"
#include <vector>
#include <map>
#include <boost/shared_ptr.hpp>
#include <boost/ptr_container/ptr_vector.hpp>

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::st
 Namespace for the TerraLib ST module.
 

Typedefs

typedef std::pair
< te::gm::Point,
boost::ptr_vector
< te::dt::AbstractData > > 
te::st::PointCoverageItem
 
typedef boost::shared_ptr
< PointCoverageItem > 
te::st::PointCoverageObservation
 
typedef std::vector
< PointCoverageObservation > 
te::st::PointCoverageObservationSet
 

Detailed Description

This file contains a class to represent an observation of a PointCoverage.

TO DO: indexar o AbstractData também!...

Definition in file PointCoverageObservation.h.