Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver. More...
#include "../dataaccess/dataset/DataSet.h"#include "Config.h"#include <map>#include <memory>#include <boost/ptr_container/ptr_vector.hpp>#include <boost/shared_ptr.hpp>Go to the source code of this file.
Classes | |
| class | te::mem::DataSet |
| Implementation of a random-access dataset class for the TerraLib In-Memory Data Access driver. 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::mem | |
| Namespace for the memory data source of TerraLib. | |
Typedefs | |
| typedef boost::shared_ptr < DataSet > | te::mem::DataSetPtr |