All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GeodesicGridSettingsConfigProperties.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 Lesser 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 Lesser General Public License for more details.
14 
15  You should have received a copy of the GNU Lesser 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 GeodesicGridSettingsConfigProperties.h
22 
23  \brief
24 
25  \ingroup layout
26 */
27 
28 #ifndef __TERRALIB_LAYOUT_INTERNAL_GEODESIC_GRID_SETTINGS_CONFIG_PROPERTIES_H
29 #define __TERRALIB_LAYOUT_INTERNAL_GEODESIC_GRID_SETTINGS_CONFIG_PROPERTIES_H
30 
31 // TerraLib
33 #include "../Config.h"
34 
35 // STL
36 #include <string>
37 
38 namespace te
39 {
40  namespace layout
41  {
43  {
44  public:
45 
48 
49  std::string getPointTextSizeCorner();
50  std::string getFontTextCorner();
51  std::string getTextColorCorner();
52  std::string getDegreesText();
53  std::string getMinutesText();
54  std::string getSecondsText();
55  std::string getLneCornerHrzDisplacement();
56  std::string getLneCornerVrtDisplacement();
57  std::string getLowerRightCornerText();
58  std::string getUpperRightCornerText();
59  std::string getLowerLeftCornerText();
60  std::string getUpperLeftCornerText();
61  std::string getVisibleCornerTextsText();
62  std::string getDefineScale();
63  std::string getClip();
64  std::string getScale();
65  std::string getLneX1();
66  std::string getLneX2();
67  std::string getLneY1();
68  std::string getLneY2();
69  std::string getLneX3();
70  std::string getLneX4();
71  std::string getLneY3();
72  std::string getLneY4();
73 
74  protected:
75 
76  /* Geodesic */
77 
78  std::string m_pointTextSizeCorner;
79  std::string m_fontTextCorner;
80  std::string m_textColorCorner;
81 
82  std::string m_degreesText;
83  std::string m_minutesText;
84  std::string m_secondsText;
89  std::string m_lowerLeftCornerText;
90  std::string m_upperLeftCornerText;
92 
93  /* Geodesic: Topographic Map */
94 
95  std::string m_defineScale;
96  std::string m_clip;
97  std::string m_scale;
98  std::string m_lneX1;
99  std::string m_lneX2;
100  std::string m_lneY1;
101  std::string m_lneY2;
102  std::string m_lneX3;
103  std::string m_lneX4;
104  std::string m_lneY3;
105  std::string m_lneY4;
106  };
107  }
108 }
109 
110 #endif
#define TELAYOUTEXPORT
You can use this macro in order to export/import classes and functions from this module.
Definition: Config.h:99