unittest/postgis/Utils.h File Reference
#include <terralib/dataaccess/datasource/DataSource.h>
#include <memory>

Go to the source code of this file.

Functions

std::unique_ptr< te::da::DataSourceGetPostGISConnection ()
 It returns the union of a geometry vector. More...
 

Function Documentation

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

It returns the union of a geometry vector.

Parameters
itemsVector of itens that represents a group.
Returns
Union of the geometry.

Definition at line 13 of file PostGISExample.cpp.

References ds, te::core::CharEncoding::getEncodingName(), te::da::DataSourceFactory::make(), and te::core::UTF8.

Referenced by PostGISExample().