All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GeodesicGridSettingsConfigProperties.cpp
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.cpp
22 
23  \brief
24 
25  \ingroup layout
26 */
27 
28 // TerraLib
30 
32  m_pointTextSizeCorner("grid_pointTextSizeCorner_geodesic"),
33  m_fontTextCorner("grid_fontTextCorner_geodesic"),
34  m_textColorCorner("grid_textColorCorner_geodesic"),
35  m_degreesText("grid_degreesText_geodesic"),
36  m_minutesText("grid_minutesText_geodesic"),
37  m_secondsText("grid_secondsText_geodesic"),
38  m_lneCornerHrzDisplacement("grid_lneCornerHrzDisplacement_geodesic"),
39  m_lneCornerVrtDisplacement("grid_lneCornerVrtDisplacement_geodesic"),
40  m_lowerRightCornerText("grid_lowerRightCornerText_geodesic"),
41  m_upperRightCornerText("grid_upperRightCornerText_geodesic"),
42  m_lowerLeftCornerText("grid_lowerLeftCornerText_geodesic"),
43  m_upperLeftCornerText("grid_upperLeftCornerText_geodesic"),
44  m_visibleCornerTextsText("grid_visibleCornerTextsText_geodesic"),
45 
46  /* Geodesic: Topographic Map */
47 
48  m_defineScale("grid_defineScale_geodesic"),
49  m_clip("grid_clip_geodesic"),
50  m_scale("grid_scale_geodesic"),
51  m_lneX1("grid_lneX1_geodesic"),
52  m_lneX2("grid_lneX2_geodesic"),
53  m_lneY1("grid_lneY1_geodesic"),
54  m_lneY2("grid_lneY2_geodesic"),
55  m_lneX3("grid_lneX3_geodesic"),
56  m_lneX4("grid_lneX4_geodesic"),
57  m_lneY3("grid_lneY3_geodesic"),
58  m_lneY4("grid_lneY4_geodesic")
59 {
60  m_name = "grid_name_geodesic";
61  m_visible = "grid_visible_geodesic";
62  m_lneHrzGap = "grid_lneHrzGap_geodesic";
63  m_lneVrtGap = "grid_lneVrtGap_geodesic";
64  m_initialGridPointX = "grid_initialGridPointX_geodesic";
65  m_initialGridPointY = "grid_initialGridPointY_geodesic";
66  m_style = "grid_style_geodesic";
67  m_lineStyle = "grid_lineStyle_geodesic";
68  m_lineColor = "grid_lineColor_geodesic";
69  m_lineWidth = "grid_lineWidth_geodesic";
70  m_pointTextSize = "grid_pointTextSize_geodesic";
71  m_fontText = "grid_fontText_geodesic";
72  m_textColor = "grid_textColor_geodesic";
73  m_visibleAllTexts = "grid_visibleAllTexts_geodesic";
74  m_superscriptText = "grid_superscriptText_geodesic";
75  m_lneVrtDisplacement = "grid_lneVrtDisplacement_geodesic";
76  m_lneHrzDisplacement = "grid_lneHrzDisplacement_geodesic";
77  m_bottomText = "grid_bottomText_geodesic";
78  m_leftText = "grid_leftText_geodesic";
79  m_rightText = "grid_rightText_geodesic";
80  m_topText = "grid_topText_geodesic";
81  m_bottomRotateText = "grid_bottomRotateText_geodesic";
82  m_leftRotateText = "grid_leftRotateText_geodesic";
83  m_rightRotateText = "grid_rightRotateText_geodesic";
84  m_topRotateText = "grid_topRotateText_geodesic";
85 }
86 
88 {
89 
90 }
91 
93 {
94  return m_pointTextSizeCorner;
95 }
96 
98 {
99  return m_fontTextCorner;
100 }
101 
103 {
104  return m_textColorCorner;
105 }
106 
108 {
109  return m_degreesText;
110 }
111 
113 {
114  return m_minutesText;
115 }
116 
118 {
119  return m_secondsText;
120 }
121 
123 {
124  return m_lneCornerHrzDisplacement;
125 }
126 
128 {
129  return m_lneCornerVrtDisplacement;
130 }
131 
133 {
134  return m_lowerRightCornerText;
135 }
136 
138 {
139  return m_upperRightCornerText;
140 }
141 
143 {
144  return m_lowerLeftCornerText;
145 }
146 
148 {
149  return m_upperLeftCornerText;
150 }
151 
153 {
154  return m_visibleCornerTextsText;
155 }
156 
158 {
159  return m_defineScale;
160 }
161 
163 {
164  return m_clip;
165 }
166 
168 {
169  return m_scale;
170 }
171 
173 {
174  return m_lneX1;
175 }
176 
178 {
179  return m_lneX2;
180 }
181 
183 {
184  return m_lneY1;
185 }
186 
188 {
189  return m_lneY2;
190 }
191 
193 {
194  return m_lneX3;
195 }
196 
198 {
199  return m_lneX4;
200 }
201 
203 {
204  return m_lneY3;
205 }
206 
208 {
209  return m_lneY4;
210 }