Loading...
Searching...
No Matches
srs.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 srs.h
22
23 \brief This file contains include headers for TerraLib Spatial Reference System module.
24 */
25#ifndef __TERRALIB_INTERNAL_SRS_H
26#define __TERRALIB_INTERNAL_SRS_H
27
28// TerraLib
29#include "srs/Config.h"
30#include "srs/Converter.h"
32#include "srs/Datum.h"
33#include "srs/Ellipsoid.h"
34#include "srs/Exception.h"
38
39/*!
40 \defgroup srs Spatial Reference System
41
42 \brief This module implements the concept of spatial reference systems.
43
44 Basically, the module deals with the representation of Spatial Reference Systems and with the transformation of coordinates between two different systems.
45
46 The main classes/concepts in this module are listed here. The namespace associated to the Spatial Reference System module is te::srs.
47 To know more about it, see the te::srs namespace documentation.
48*/
49
50namespace te
51{
52 /*!
53 \brief Namespace for the Spatial Reference System module of TerraLib.
54 */
55 namespace srs
56 {
57 } // end namespace srs
58} // end namespace te
59
60#endif // __TERRALIB_INTERNAL_SRS_H
This file contains the support to convert coordinates from a SRS to another.
This file contains the support to represent a geodetic datum.
This file contains the structs necessary to model an Ellipsoid.
This file contains the structs necessary to represent a GeographicCoordinateSystem.
This file contains the structs necessary to represent a ProjectedCoordinateSystem.
A class to manage Coordinate Systems representations.
This file contains the structs necessary to represent a Spatial Reference System.
TerraLib.
An exception class for the SRS module.
Configuration flags for the TerraLib SRS module.