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

A dataset is the unit of information manipulated by the data access module of TerraLib. More...

#include "../../common/CharEncodingConv.h"
#include "../../common/Enums.h"
#include "../../datatype/Array.h"
#include "../../datatype/ByteArray.h"
#include "../../datatype/DateTime.h"
#include "../../datatype/Enums.h"
#include "../../geometry/Enums.h"
#include "../../raster/Raster.h"
#include "../Config.h"
#include <string>
#include <boost/cstdint.hpp>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  te::da::DataSet
 A dataset is the unit of information manipulated by the data access module of TerraLib. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::da
 Namespace for the DataAccess API of TerraLib.
 
 te::dt
 Namespace for the Data Type module of TerraLib.
 
 te::gm
 Namespace for the Vector Geometry module of TerraLib.
 

Typedefs

typedef boost::shared_ptr
< DataSet > 
te::da::DataSetPtr
 

Detailed Description

A dataset is the unit of information manipulated by the data access module of TerraLib.

Definition in file DataSet.h.