sa.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 sa.h
22 
23  \brief This file contains include headers for the TerraLib SA module.
24 */
25 
26 #ifndef __TERRALIB_SA_INTERNAL_H
27 #define __TERRALIB_SA_INTERNAL_H
28 
29 //// SA module
30 
31 
32 /*!
33  \defgroup sa Spatial Analysis Module
34 
35  \brief The sa module provides classes and functions to analyze spatial data.
36 
37  Basically, the TerraLib Spatial Analysis module contains several processing operations and it is organized as follows:
38 
39  <ul>
40  <li>GPM - Generalized Proximity Matrix</li>
41  </ul>
42 
43  The main classes/concepts in this module are listed here. The namespace associated to the SA module is te::sa.
44  To know more about it, see the te::sa namespace documentation.
45 */
46 
47 namespace te
48 {
49  /*! \brief Namespace for the TerraLib SA module. */
50  namespace sa
51  {
52  } // end namespace sa
53 } // end namespace te
54 
55 #endif // __TERRALIB_SA_INTERNAL_H
56 
URI C++ Library.