postgis.h
Go to the documentation of this file.
1 /* Copyright (C) 2008 National Institute For Space Research (INPE) - Brazil.
2 
3  This file is part of the TerraLib - a Framework for building GIS enabled applications.
4 
5  TerraLib is free software: you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation, either version 3 of the License,
8  or (at your option) any later version.
9 
10  TerraLib is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with TerraLib. See COPYING. If not, write to
17  TerraLib Team at <terralib-team@terralib.org>.
18  */
19 
20 /*!
21  \file postgis.h
22 
23  \brief This file contains include headers for the TerraLib PostGIS driver.
24  */
25 
26 #ifndef __TERRALIB_INTERNAL_POSTGIS_H
27 #define __TERRALIB_INTERNAL_POSTGIS_H
28 
29 // TerraLib
30 #include "postgis/Config.h"
31 #include "postgis/ConnectionPool.h"
32 #include "postgis/DataSet.h"
33 #include "postgis/DataSource.h"
35 #include "postgis/DataTypes.h"
36 #include "postgis/EWKBReader.h"
37 #include "postgis/EWKBWriter.h"
38 #include "postgis/Module.h"
39 #include "postgis/SQLVisitor.h"
40 #include "postgis/Transactor.h"
41 #include "postgis/Utils.h"
42 
43 namespace te
44 {
45  /*! \brief Namespace for the TerraLib PostGIS driver implementation. */
46  namespace pgis
47  {
48  } // end namespace pgis
49 } // end namespace te
50 
51 #endif // __TERRALIB_INTERNAL_POSTGIS_H
52 
Utility functions for PostgreSQL.
An utility class for writing a PostGIS EWKB.
Configuration flags for the PostGIS Driver Implementation of TerraLib.
URI C++ Library.
Implementation of a dataset for the PostGIS driver.
Implementation of the data source for the PostGIS driver.
A Transactor can be viewed as a connection to the data source for reading/writing things into it...
A visitor for building an SQL statement using PostGIS dialect.
This is the factory for PostGIS data sources.
An utility class for reading a PostGIS EWKB.
A class that implements a connection pool for PostGIS.
Utility data types for PostgreSQL.