This file contains a concrete class to represent a point coverage. More...
#include "../../../datatype/DateTime.h"
#include "../../../sam/rtree/Index.h"
#include "../../Config.h"
#include "Coverage.h"
#include "PointCoverageObservation.h"
#include "PointCoverageIterator.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.
Classes | |
class | te::st::PointCoverage |
A concrete class to represent a point coverage. More... | |
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::st |
Namespace for the TerraLib ST module. | |
Typedefs | |
typedef boost::shared_ptr< te::sam::rtree::Index< std::size_t > > | te::st::PointCvRTreeShrPtr |
This file contains a concrete class to represent a point coverage.
Definition in file PointCoverage.h.