#include <terralib/dataaccess.h>#include "STExamples.h"#include <boost/uuid/random_generator.hpp>#include <boost/uuid/uuid_io.hpp>#include <boost/filesystem.hpp>#include <iostream>Go to the source code of this file.
Functions | |
| void | CreateDataSourceAndUpdateManager (te::da::DataSourceInfo &dsinfo) |
| It creates a new DataSource and put it into the DataSource manager, using a random id. More... | |
| void CreateDataSourceAndUpdateManager | ( | te::da::DataSourceInfo & | dsinfo | ) |
It creates a new DataSource and put it into the DataSource manager, using a random id.
Definition at line 15 of file CreateDataSourceAndUpdateManager.cpp.
References te::da::DataSourceInfo::getConnInfo(), te::da::DataSourceInfo::getId(), te::common::Singleton< DataSourceManager >::getInstance(), te::da::DataSourceInfo::getType(), te::da::DataSourceInfo::setId(), and te::common::Exception::what().
Referenced by LoadCoverageSeriesFromGeotif(), LoadTimeSeriesDataSetFromPGIS(), and LoadTrajectoryDataSetFromKML().