PostGISExample.cpp File Reference
#include "DataAccessExamples.h"
#include <terralib/dataaccess/datasource/DataSourceFactory.h>
#include <terralib/datatype.h>
#include <iostream>
#include <exception>

Go to the source code of this file.

Functions

std::unique_ptr< te::da::DataSourceGetPostGISConnection ()
 It returns the union of a geometry vector. More...
 
void PostGISExample ()
 An example using PostGIS data source driver. 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.

Referenced by PostGISExample().