28 #ifndef __TERRALIB_ST_INTERNAL_POINTCOVERAGEOBSERVATION_H    29 #define __TERRALIB_ST_INTERNAL_POINTCOVERAGEOBSERVATION_H    32 #include "../../../geometry/Point.h"    33 #include "../../../datatype/AbstractData.h"    36 #include "../../Config.h"    43 #include <boost/shared_ptr.hpp>    44 #include <boost/ptr_container/ptr_vector.hpp>    52     typedef std::pair<te::gm::Point, boost::ptr_vector<te::dt::AbstractData> >   
PointCoverageItem;
    59 #endif  // __TERRALIB_ST_INTERNAL_POINTCOVERAGEOBSERVATION_H std::vector< PointCoverageObservation > PointCoverageObservationSet
 
std::pair< te::gm::Point, boost::ptr_vector< te::dt::AbstractData > > PointCoverageItem
 
boost::shared_ptr< PointCoverageItem > PointCoverageObservation