CopyingData.cpp File Reference
#include "DataAccessExamples.h"
#include "../Config.h"
#include <terralib/dataaccess.h>
#include <terralib/geometry.h>
#include <iostream>

Go to the source code of this file.

Functions

void CopyingData ()
 This example shows how to copy a given dataset from one data source to another one. More...
 
std::unique_ptr< te::da::DataSourceGetPostGISConnection ()
 

Function Documentation

void CopyingData ( )
std::unique_ptr<te::da::DataSource> GetPostGISConnection ( )

Definition at line 13 of file PostGISExample.cpp.

Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_SUITE(), and CopyingData().