A dataset is the unit of information manipulated by the data access module of TerraLib. More...
#include "../../common/Enums.h"
#include "../../core/encoding/CharEncoding.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 | |
namespace | te |
TerraLib. | |
namespace | te::da |
Namespace for the DataAccess API of TerraLib. | |
namespace | te::dt |
Namespace for the Data Type module of TerraLib. | |
namespace | te::gm |
Namespace for the Vector Geometry module of TerraLib. | |
Typedefs | |
typedef boost::shared_ptr< DataSet > | te::da::DataSetPtr |