This repository was archived by the owner on Dec 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathairport_8h_source.html
282 lines (280 loc) · 54 KB
/
airport_8h_source.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>swift: src/blackmisc/aviation/airport.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">swift
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_9687d2aaac47be79d7525830e55feee8.html">blackmisc</a></li><li class="navelem"><a class="el" href="dir_37abb0619765d96de2b0b1dc176b2b0a.html">aviation</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">airport.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="airport_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">// SPDX-FileCopyrightText: Copyright (C) 2013 swift Project Community / Contributors</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>  </div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>  </div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#ifndef BLACKMISC_AVIATION_AIRPORT_H</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="preprocessor">#define BLACKMISC_AVIATION_AIRPORT_H</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>  </div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#include "<a class="code" href="airporticaocode_8h.html">blackmisc/aviation/airporticaocode.h</a>"</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#include "<a class="code" href="blackmiscexport_8h.html">blackmisc/blackmiscexport.h</a>"</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#include "<a class="code" href="datastore_8h.html">blackmisc/db/datastore.h</a>"</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="preprocessor">#include "<a class="code" href="coordinategeodetic_8h.html">blackmisc/geo/coordinategeodetic.h</a>"</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="preprocessor">#include "<a class="code" href="latitude_8h.html">blackmisc/geo/latitude.h</a>"</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor">#include "<a class="code" href="longitude_8h.html">blackmisc/geo/longitude.h</a>"</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#include "<a class="code" href="metaclass_8h.html">blackmisc/metaclass.h</a>"</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="preprocessor">#include "<a class="code" href="length_8h.html">blackmisc/pq/length.h</a>"</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor">#include "<a class="code" href="country_8h.html">blackmisc/country.h</a>"</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span> <span class="preprocessor">#include "<a class="code" href="propertyindexref_8h.html">blackmisc/propertyindexref.h</a>"</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor">#include "<a class="code" href="valueobject_8h.html">blackmisc/valueobject.h</a>"</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  </div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span> <span class="preprocessor">#include <QMetaType></span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#include <QString></span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include <QVector3D></span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include <array></span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  </div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <a class="code" href="valueobject_8h.html#a982a97a7b71c2b6e7391e5e2bed6cd05">BLACK_DECLARE_VALUEOBJECT_MIXINS</a>(BlackMisc::Aviation, CAirport)</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  </div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="keyword">namespace </span>BlackMisc::Aviation</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> {</div>
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html"> 31</a></span>  <span class="keyword">class </span><a class="code" href="blackmiscexport_8h.html#aa81de5cca8395747bb5765234e28525a">BLACKMISC_EXPORT</a> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html">CAirport</a> :</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  <span class="keyword">public</span> <a class="code" href="class_black_misc_1_1_c_value_object.html">CValueObject</a><CAirport>,</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <span class="keyword">public</span> <a class="code" href="class_black_misc_1_1_geo_1_1_i_coordinate_with_relative_position.html">Geo::ICoordinateWithRelativePosition</a>,</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <span class="keyword">public</span> <a class="code" href="class_black_misc_1_1_db_1_1_i_datastore_object_with_integer_key.html">BlackMisc::Db::IDatastoreObjectWithIntegerKey</a></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  {</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#ad7fd3881b7627a886b11ed858d14e081"> 38</a></span>  <span class="keyword">enum</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#ad7fd3881b7627a886b11ed858d14e081">ColumnIndex</a></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  {</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  IndexIcao = BlackMisc::CPropertyIndexRef::GlobalIndexCAirport,</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>  IndexLocation,</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  IndexDescriptiveName,</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>  IndexPosition,</div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  IndexCountry,</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  IndexElevation,</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  IndexOperating,</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>  };</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>  </div>
<div class="line"><a name="l00050"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#af98f7488a095b14b4435ea850125d2dd"> 50</a></span>  <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#af98f7488a095b14b4435ea850125d2dd">CAirport</a>() = <span class="keywordflow">default</span>;</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>  </div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html">CAirport</a>(<span class="keyword">const</span> <a class="codeRef" href="http://doc.qt.io/qt-5/qstring.html">QString</a> &icao);</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>  </div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html">CAirport</a>(<span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport_icao_code.html">CAirportIcaoCode</a> &icao, <span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_geo_1_1_c_coordinate_geodetic.html">BlackMisc::Geo::CCoordinateGeodetic</a> &position);</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  </div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html">CAirport</a>(<span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport_icao_code.html">CAirportIcaoCode</a> &icao, <span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_geo_1_1_c_coordinate_geodetic.html">BlackMisc::Geo::CCoordinateGeodetic</a> &position, <span class="keyword">const</span> <a class="codeRef" href="http://doc.qt.io/qt-5/qstring.html">QString</a> &descriptiveName);</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  </div>
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#ab6e7f894e2bdea7f20f77ecefe1a642d"> 62</a></span>  <span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport_icao_code.html">CAirportIcaoCode</a> &<a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#ab6e7f894e2bdea7f20f77ecefe1a642d">getIcao</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_icao; }</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  </div>
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#af0135bc400349f7f37c543bc4756ca62"> 65</a></span>  <span class="keyword">const</span> <a class="codeRef" href="http://doc.qt.io/qt-5/qstring.html">QString</a> &<a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#af0135bc400349f7f37c543bc4756ca62">getIcaoAsString</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_icao.asString(); }</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  </div>
<div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a230404b759ce1e245643c320ddd59183"> 68</a></span>  <span class="keywordtype">void</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a230404b759ce1e245643c320ddd59183">setIcao</a>(<span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport_icao_code.html">CAirportIcaoCode</a> &icao) { m_icao = icao; }</div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>  </div>
<div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a0c4b6cf14b7efb4bbb071efe40acf1ce"> 71</a></span>  <span class="keyword">const</span> <a class="codeRef" href="http://doc.qt.io/qt-5/qstring.html">QString</a> &<a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a0c4b6cf14b7efb4bbb071efe40acf1ce">getLocation</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_location; }</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  </div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <a class="codeRef" href="http://doc.qt.io/qt-5/qstring.html">QString</a> getLocationPlusOptionalName() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  </div>
<div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a7f16e5e8d3fffb736b8e9689672355a3"> 77</a></span>  <span class="keywordtype">void</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a7f16e5e8d3fffb736b8e9689672355a3">setLocation</a>(<span class="keyword">const</span> <a class="codeRef" href="http://doc.qt.io/qt-5/qstring.html">QString</a> &location) { this->m_location = location; }</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  </div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <span class="keywordtype">bool</span> matchesLocation(<span class="keyword">const</span> <a class="codeRef" href="http://doc.qt.io/qt-5/qstring.html">QString</a> &location) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  </div>
<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a53b6782e59430f693e326f9115efc170"> 83</a></span>  <span class="keyword">const</span> <a class="codeRef" href="http://doc.qt.io/qt-5/qstring.html">QString</a> &<a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a53b6782e59430f693e326f9115efc170">getDescriptiveName</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_descriptiveName; }</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  </div>
<div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a03a7aa5367dcb36e8cd9ce4213f4c8e4"> 86</a></span>  <span class="keywordtype">void</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a03a7aa5367dcb36e8cd9ce4213f4c8e4">setDescriptiveName</a>(<span class="keyword">const</span> <a class="codeRef" href="http://doc.qt.io/qt-5/qstring.html">QString</a> &name) { this->m_descriptiveName = name; }</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  </div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  <span class="keywordtype">bool</span> matchesDescriptiveName(<span class="keyword">const</span> <a class="codeRef" href="http://doc.qt.io/qt-5/qstring.html">QString</a> &name) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  </div>
<div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a28400a06c88bd311ce0df4a02c7196c4"> 92</a></span>  <span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_geo_1_1_c_coordinate_geodetic.html">BlackMisc::Geo::CCoordinateGeodetic</a> &<a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a28400a06c88bd311ce0df4a02c7196c4">getPosition</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_position; }</div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  </div>
<div class="line"><a name="l00095"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a2a70d4f9979204d8c388bfce58117fa3"> 95</a></span>  <span class="keywordtype">void</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a2a70d4f9979204d8c388bfce58117fa3">setPosition</a>(<span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_geo_1_1_c_coordinate_geodetic.html">BlackMisc::Geo::CCoordinateGeodetic</a> &position) { this->m_position = position; }</div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  </div>
<div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a016fb0f836fab3a769563b183c510463"> 98</a></span>  <span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_c_country.html">CCountry</a> &<a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a016fb0f836fab3a769563b183c510463">getCountry</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_country; }</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  </div>
<div class="line"><a name="l00101"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a7ed8549f06a4770ca73f86938448ea1b"> 101</a></span>  <span class="keywordtype">void</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a7ed8549f06a4770ca73f86938448ea1b">setCountry</a>(<span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_c_country.html">CCountry</a> &country) { this->m_country = country; }</div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  </div>
<div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#afa8031b1863ee1f711ac878a4cf02ced"> 105</a></span>  <span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_altitude.html">BlackMisc::Aviation::CAltitude</a> &<a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#afa8031b1863ee1f711ac878a4cf02ced">getElevation</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> this->geodeticHeight(); }</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  </div>
<div class="line"><a name="l00109"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a2f800057f39c4e9702037e825aa4808c"> 109</a></span>  <span class="keywordtype">void</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a2f800057f39c4e9702037e825aa4808c">setElevation</a>(<span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_altitude.html">BlackMisc::Aviation::CAltitude</a> &elevation) { this->m_position.setGeodeticHeight(elevation); }</div>
<div class="line"><a name="l00110"></a><span class="lineno"> 110</span>  </div>
<div class="line"><a name="l00112"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#ae611585d9c3df5ef842d06ff6acf9459"> 112</a></span>  <span class="keywordtype">bool</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#ae611585d9c3df5ef842d06ff6acf9459">isOperating</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> m_operating; }</div>
<div class="line"><a name="l00113"></a><span class="lineno"> 113</span>  </div>
<div class="line"><a name="l00115"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#acd638ccca5e6d7855bb1357668ebf345"> 115</a></span>  <span class="keywordtype">void</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#acd638ccca5e6d7855bb1357668ebf345">setOperating</a>(<span class="keywordtype">bool</span> operating) { m_operating = operating; }</div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>  </div>
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  <span class="keywordtype">void</span> updateMissingParts(<span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html">CAirport</a> &airport);</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  </div>
<div class="line"><a name="l00121"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a9e04c9386fb0bcf0231b2af3bf146c61"> 121</a></span>  <span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_altitude.html">BlackMisc::Aviation::CAltitude</a> &<a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a9e04c9386fb0bcf0231b2af3bf146c61">geodeticHeight</a>()<span class="keyword"> const override </span>{ <span class="keywordflow">return</span> this->m_position.geodeticHeight(); }</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  </div>
<div class="line"><a name="l00124"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a6ab3535203e28a18d454650dbd67f15f"> 124</a></span>  <span class="keywordtype">bool</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a6ab3535203e28a18d454650dbd67f15f">hasValidIcaoCode</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> !this->getIcao().isEmpty(); }</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>  </div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>  <span class="keyword">virtual</span> <span class="keywordtype">bool</span> isNull() <span class="keyword">const override</span>;</div>
<div class="line"><a name="l00128"></a><span class="lineno"> 128</span>  </div>
<div class="line"><a name="l00130"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#aec79c0def0674ab828f623ef0b25526f"> 130</a></span>  <span class="keyword">virtual</span> <a class="code" href="class_black_misc_1_1_geo_1_1_c_latitude.html">BlackMisc::Geo::CLatitude</a> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#aec79c0def0674ab828f623ef0b25526f">latitude</a>()<span class="keyword"> const override</span></div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>  <span class="keywordflow">return</span> this->getPosition().latitude();</div>
<div class="line"><a name="l00133"></a><span class="lineno"> 133</span>  }</div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>  </div>
<div class="line"><a name="l00136"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a659b51889d04d25480c12cd6920d9b53"> 136</a></span>  <span class="keyword">virtual</span> <a class="code" href="class_black_misc_1_1_geo_1_1_c_longitude.html">BlackMisc::Geo::CLongitude</a> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a659b51889d04d25480c12cd6920d9b53">longitude</a>()<span class="keyword"> const override</span></div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span> <span class="keyword"> </span>{</div>
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  <span class="keywordflow">return</span> this->getPosition().longitude();</div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  }</div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  </div>
<div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a9695bbdd5f59c9206327baa08ab031b2"> 142</a></span>  <span class="keyword">virtual</span> <a class="codeRef" href="http://doc.qt.io/qt-5/qvector3d.html">QVector3D</a> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a9695bbdd5f59c9206327baa08ab031b2">normalVector</a>()<span class="keyword"> const override </span>{ <span class="keywordflow">return</span> this->getPosition().normalVector(); }</div>
<div class="line"><a name="l00143"></a><span class="lineno"> 143</span>  </div>
<div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a970d0181291ce33543d6ec358b220c52"> 145</a></span>  <span class="keyword">virtual</span> std::array<double, 3> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html#a970d0181291ce33543d6ec358b220c52">normalVectorDouble</a>()<span class="keyword"> const override </span>{ <span class="keywordflow">return</span> this->getPosition().normalVectorDouble(); }</div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>  </div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>  <a class="codeRef" href="http://doc.qt.io/qt-5/qvariant.html">QVariant</a> propertyByIndex(<a class="code" href="class_black_misc_1_1_c_property_index_ref.html">BlackMisc::CPropertyIndexRef</a> index) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00149"></a><span class="lineno"> 149</span>  </div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>  <span class="keywordtype">void</span> setPropertyByIndex(<a class="code" href="class_black_misc_1_1_c_property_index_ref.html">BlackMisc::CPropertyIndexRef</a> index, <span class="keyword">const</span> <a class="codeRef" href="http://doc.qt.io/qt-5/qvariant.html">QVariant</a> &variant);</div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>  </div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>  <span class="keywordtype">int</span> comparePropertyByIndex(<a class="code" href="class_black_misc_1_1_c_property_index_ref.html">CPropertyIndexRef</a> index, <span class="keyword">const</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html">CAirport</a> &compareValue) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>  </div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>  <a class="codeRef" href="http://doc.qt.io/qt-5/qstring.html">QString</a> convertToQString(<span class="keywordtype">bool</span> i18n = <span class="keyword">false</span>) <span class="keyword">const</span>;</div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>  </div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>  <span class="keyword">static</span> <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html">CAirport</a> fromDatabaseJson(<span class="keyword">const</span> <a class="codeRef" href="http://doc.qt.io/qt-5/qjsonobject.html">QJsonObject</a> &json, <span class="keyword">const</span> <a class="codeRef" href="http://doc.qt.io/qt-5/qstring.html">QString</a> &prefix = <a class="codeRef" href="http://doc.qt.io/qt-5/qstring.html">QString</a>());</div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>  </div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>  <a class="codeRef" href="http://doc.qt.io/qt-5/qstring.html">QString</a> m_location;</div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>  <a class="codeRef" href="http://doc.qt.io/qt-5/qstring.html">QString</a> m_descriptiveName;</div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>  <span class="keywordtype">bool</span> m_operating = <span class="keyword">true</span>;</div>
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>  <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport_icao_code.html">CAirportIcaoCode</a> m_icao;</div>
<div class="line"><a name="l00167"></a><span class="lineno"> 167</span>  <a class="code" href="class_black_misc_1_1_c_country.html">BlackMisc::CCountry</a> m_country;</div>
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>  <a class="code" href="class_black_misc_1_1_geo_1_1_c_coordinate_geodetic.html">BlackMisc::Geo::CCoordinateGeodetic</a> m_position;</div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>  </div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>  <a class="code" href="group___meta_class.html#ga885aab127b0def35d724f51616f8b61c">BLACK_METACLASS</a>(</div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>  <a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html">CAirport</a>,</div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>  <a class="code" href="group___meta_class.html#gaba7cfc1fd55bd149a4d3a62382e507a2">BLACK_METAMEMBER</a>(icao),</div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>  <a class="code" href="group___meta_class.html#gaba7cfc1fd55bd149a4d3a62382e507a2">BLACK_METAMEMBER</a>(location),</div>
<div class="line"><a name="l00174"></a><span class="lineno"> 174</span>  <a class="code" href="group___meta_class.html#gaba7cfc1fd55bd149a4d3a62382e507a2">BLACK_METAMEMBER</a>(descriptiveName),</div>
<div class="line"><a name="l00175"></a><span class="lineno"> 175</span>  <a class="code" href="group___meta_class.html#gaba7cfc1fd55bd149a4d3a62382e507a2">BLACK_METAMEMBER</a>(position),</div>
<div class="line"><a name="l00176"></a><span class="lineno"> 176</span>  <a class="code" href="group___meta_class.html#gaba7cfc1fd55bd149a4d3a62382e507a2">BLACK_METAMEMBER</a>(country),</div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>  <a class="code" href="group___meta_class.html#gaba7cfc1fd55bd149a4d3a62382e507a2">BLACK_METAMEMBER</a>(operating),</div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>  <span class="comment">// ICoordinateWithRelativePosition</span></div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>  <a class="code" href="group___meta_class.html#gaba7cfc1fd55bd149a4d3a62382e507a2">BLACK_METAMEMBER</a>(relativeDistance),</div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>  <a class="code" href="group___meta_class.html#gaba7cfc1fd55bd149a4d3a62382e507a2">BLACK_METAMEMBER</a>(relativeBearing),</div>
<div class="line"><a name="l00181"></a><span class="lineno"> 181</span>  <span class="comment">// IDatastoreObjectWithIntegerKey</span></div>
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>  <a class="code" href="group___meta_class.html#gaba7cfc1fd55bd149a4d3a62382e507a2">BLACK_METAMEMBER</a>(dbKey),</div>
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>  <a class="code" href="group___meta_class.html#gaba7cfc1fd55bd149a4d3a62382e507a2">BLACK_METAMEMBER</a>(timestampMSecsSinceEpoch)</div>
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>  );</div>
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>  };</div>
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span> } <span class="comment">// namespace</span></div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>  </div>
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span> Q_DECLARE_METATYPE(<a class="code" href="class_black_misc_1_1_aviation_1_1_c_airport.html">BlackMisc::Aviation::CAirport</a>)</div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>  </div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span> <span class="preprocessor">#endif </span><span class="comment">// guard</span></div>
<div class="ttc" id="aairporticaocode_8h_html"><div class="ttname"><a href="airporticaocode_8h.html">airporticaocode.h</a></div></div>
<div class="ttc" id="ablackmiscexport_8h_html"><div class="ttname"><a href="blackmiscexport_8h.html">blackmiscexport.h</a></div></div>
<div class="ttc" id="ablackmiscexport_8h_html_aa81de5cca8395747bb5765234e28525a"><div class="ttname"><a href="blackmiscexport_8h.html#aa81de5cca8395747bb5765234e28525a">BLACKMISC_EXPORT</a></div><div class="ttdeci">#define BLACKMISC_EXPORT</div><div class="ttdoc">Export a class or function from the library.</div><div class="ttdef"><b>Definition:</b> <a href="blackmiscexport_8h_source.html#l00019">blackmiscexport.h:19</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html">BlackMisc::Aviation::CAirport</a></div><div class="ttdoc">Value object encapsulating information about an airpot.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00031">airport.h:35</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_a016fb0f836fab3a769563b183c510463"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#a016fb0f836fab3a769563b183c510463">BlackMisc::Aviation::CAirport::getCountry</a></div><div class="ttdeci">const CCountry & getCountry() const</div><div class="ttdoc">Get the country.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00098">airport.h:98</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_a03a7aa5367dcb36e8cd9ce4213f4c8e4"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#a03a7aa5367dcb36e8cd9ce4213f4c8e4">BlackMisc::Aviation::CAirport::setDescriptiveName</a></div><div class="ttdeci">void setDescriptiveName(const QString &name)</div><div class="ttdoc">Set descriptive name.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00086">airport.h:86</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_a0c4b6cf14b7efb4bbb071efe40acf1ce"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#a0c4b6cf14b7efb4bbb071efe40acf1ce">BlackMisc::Aviation::CAirport::getLocation</a></div><div class="ttdeci">const QString & getLocation() const</div><div class="ttdoc">Get location (e.g. "London")</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00071">airport.h:71</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_a230404b759ce1e245643c320ddd59183"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#a230404b759ce1e245643c320ddd59183">BlackMisc::Aviation::CAirport::setIcao</a></div><div class="ttdeci">void setIcao(const CAirportIcaoCode &icao)</div><div class="ttdoc">Set ICAO code.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00068">airport.h:68</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_a28400a06c88bd311ce0df4a02c7196c4"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#a28400a06c88bd311ce0df4a02c7196c4">BlackMisc::Aviation::CAirport::getPosition</a></div><div class="ttdeci">const BlackMisc::Geo::CCoordinateGeodetic & getPosition() const</div><div class="ttdoc">Get the position.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00092">airport.h:92</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_a2a70d4f9979204d8c388bfce58117fa3"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#a2a70d4f9979204d8c388bfce58117fa3">BlackMisc::Aviation::CAirport::setPosition</a></div><div class="ttdeci">void setPosition(const BlackMisc::Geo::CCoordinateGeodetic &position)</div><div class="ttdoc">Set position.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00095">airport.h:95</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_a2f800057f39c4e9702037e825aa4808c"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#a2f800057f39c4e9702037e825aa4808c">BlackMisc::Aviation::CAirport::setElevation</a></div><div class="ttdeci">void setElevation(const BlackMisc::Aviation::CAltitude &elevation)</div><div class="ttdoc">Elevation.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00109">airport.h:109</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_a53b6782e59430f693e326f9115efc170"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#a53b6782e59430f693e326f9115efc170">BlackMisc::Aviation::CAirport::getDescriptiveName</a></div><div class="ttdeci">const QString & getDescriptiveName() const</div><div class="ttdoc">Get descriptive name.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00083">airport.h:83</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_a659b51889d04d25480c12cd6920d9b53"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#a659b51889d04d25480c12cd6920d9b53">BlackMisc::Aviation::CAirport::longitude</a></div><div class="ttdeci">virtual BlackMisc::Geo::CLongitude longitude() const</div><div class="ttdoc">Longitude.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00136">airport.h:136</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_a6ab3535203e28a18d454650dbd67f15f"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#a6ab3535203e28a18d454650dbd67f15f">BlackMisc::Aviation::CAirport::hasValidIcaoCode</a></div><div class="ttdeci">bool hasValidIcaoCode() const</div><div class="ttdoc">Valid ICAO code.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00124">airport.h:124</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_a7ed8549f06a4770ca73f86938448ea1b"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#a7ed8549f06a4770ca73f86938448ea1b">BlackMisc::Aviation::CAirport::setCountry</a></div><div class="ttdeci">void setCountry(const CCountry &country)</div><div class="ttdoc">Set the country.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00101">airport.h:101</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_a7f16e5e8d3fffb736b8e9689672355a3"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#a7f16e5e8d3fffb736b8e9689672355a3">BlackMisc::Aviation::CAirport::setLocation</a></div><div class="ttdeci">void setLocation(const QString &location)</div><div class="ttdoc">Set location.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00077">airport.h:77</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_a9695bbdd5f59c9206327baa08ab031b2"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#a9695bbdd5f59c9206327baa08ab031b2">BlackMisc::Aviation::CAirport::normalVector</a></div><div class="ttdeci">virtual QVector3D normalVector() const</div><div class="ttdoc">Normal vector.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00142">airport.h:142</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_a970d0181291ce33543d6ec358b220c52"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#a970d0181291ce33543d6ec358b220c52">BlackMisc::Aviation::CAirport::normalVectorDouble</a></div><div class="ttdeci">virtual std::array< double, 3 > normalVectorDouble() const</div><div class="ttdoc">Normal vector with double precision.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00145">airport.h:145</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_a9e04c9386fb0bcf0231b2af3bf146c61"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#a9e04c9386fb0bcf0231b2af3bf146c61">BlackMisc::Aviation::CAirport::geodeticHeight</a></div><div class="ttdeci">const BlackMisc::Aviation::CAltitude & geodeticHeight() const</div><div class="ttdoc">Height, ellipsoidal or geodetic height (used in GPS)</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00121">airport.h:121</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_ab6e7f894e2bdea7f20f77ecefe1a642d"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#ab6e7f894e2bdea7f20f77ecefe1a642d">BlackMisc::Aviation::CAirport::getIcao</a></div><div class="ttdeci">const CAirportIcaoCode & getIcao() const</div><div class="ttdoc">Get ICAO code.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00062">airport.h:62</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_acd638ccca5e6d7855bb1357668ebf345"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#acd638ccca5e6d7855bb1357668ebf345">BlackMisc::Aviation::CAirport::setOperating</a></div><div class="ttdeci">void setOperating(bool operating)</div><div class="ttdoc">Sets the value of.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00115">airport.h:115</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_ad7fd3881b7627a886b11ed858d14e081"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#ad7fd3881b7627a886b11ed858d14e081">BlackMisc::Aviation::CAirport::ColumnIndex</a></div><div class="ttdeci">ColumnIndex</div><div class="ttdoc">Properties by index.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00038">airport.h:39</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_ae611585d9c3df5ef842d06ff6acf9459"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#ae611585d9c3df5ef842d06ff6acf9459">BlackMisc::Aviation::CAirport::isOperating</a></div><div class="ttdeci">bool isOperating() const</div><div class="ttdoc">Is the airport still active?</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00112">airport.h:112</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_aec79c0def0674ab828f623ef0b25526f"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#aec79c0def0674ab828f623ef0b25526f">BlackMisc::Aviation::CAirport::latitude</a></div><div class="ttdeci">virtual BlackMisc::Geo::CLatitude latitude() const</div><div class="ttdoc">Latitude.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00130">airport.h:130</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_af0135bc400349f7f37c543bc4756ca62"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#af0135bc400349f7f37c543bc4756ca62">BlackMisc::Aviation::CAirport::getIcaoAsString</a></div><div class="ttdeci">const QString & getIcaoAsString() const</div><div class="ttdoc">Get ICAO code as string.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00065">airport.h:65</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_af98f7488a095b14b4435ea850125d2dd"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#af98f7488a095b14b4435ea850125d2dd">BlackMisc::Aviation::CAirport::CAirport</a></div><div class="ttdeci">CAirport()=default</div><div class="ttdoc">Default constructor.</div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_html_afa8031b1863ee1f711ac878a4cf02ced"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport.html#afa8031b1863ee1f711ac878a4cf02ced">BlackMisc::Aviation::CAirport::getElevation</a></div><div class="ttdeci">const BlackMisc::Aviation::CAltitude & getElevation() const</div><div class="ttdoc">Elevation.</div><div class="ttdef"><b>Definition:</b> <a href="airport_8h_source.html#l00105">airport.h:105</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_airport_icao_code_html"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_airport_icao_code.html">BlackMisc::Aviation::CAirportIcaoCode</a></div><div class="ttdoc">Value object encapsulating information of airport ICAO data.</div><div class="ttdef"><b>Definition:</b> <a href="airporticaocode_8h_source.html#l00023">airporticaocode.h:24</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_aviation_1_1_c_altitude_html"><div class="ttname"><a href="class_black_misc_1_1_aviation_1_1_c_altitude.html">BlackMisc::Aviation::CAltitude</a></div><div class="ttdoc">Altitude as used in aviation, can be AGL or MSL altitude.</div><div class="ttdef"><b>Definition:</b> <a href="altitude_8h_source.html#l00038">altitude.h:51</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_c_country_html"><div class="ttname"><a href="class_black_misc_1_1_c_country.html">BlackMisc::CCountry</a></div><div class="ttdoc">Color.</div><div class="ttdef"><b>Definition:</b> <a href="country_8h_source.html#l00026">country.h:29</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_c_property_index_ref_html"><div class="ttname"><a href="class_black_misc_1_1_c_property_index_ref.html">BlackMisc::CPropertyIndexRef</a></div><div class="ttdoc">Non-owning reference to a CPropertyIndex with a subset of its features.</div><div class="ttdef"><b>Definition:</b> <a href="propertyindexref_8h_source.html#l00018">propertyindexref.h:19</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_c_value_object_html"><div class="ttname"><a href="class_black_misc_1_1_c_value_object.html">BlackMisc::CValueObject</a></div><div class="ttdoc">Mix of the most commonly used mixin classes.</div><div class="ttdef"><b>Definition:</b> <a href="valueobject_8h_source.html#l00109">valueobject.h:122</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_db_1_1_i_datastore_object_with_integer_key_html"><div class="ttname"><a href="class_black_misc_1_1_db_1_1_i_datastore_object_with_integer_key.html">BlackMisc::Db::IDatastoreObjectWithIntegerKey</a></div><div class="ttdoc">Class from which a derived class can inherit datastore-related functions.</div><div class="ttdef"><b>Definition:</b> <a href="datastore_8h_source.html#l00069">datastore.h:70</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_geo_1_1_c_coordinate_geodetic_html"><div class="ttname"><a href="class_black_misc_1_1_geo_1_1_c_coordinate_geodetic.html">BlackMisc::Geo::CCoordinateGeodetic</a></div><div class="ttdoc">Geodetic coordinate.</div><div class="ttdef"><b>Definition:</b> <a href="coordinategeodetic_8h_source.html#l00220">coordinategeodetic.h:221</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_geo_1_1_c_latitude_html"><div class="ttname"><a href="class_black_misc_1_1_geo_1_1_c_latitude.html">BlackMisc::Geo::CLatitude</a></div><div class="ttdoc">Latitude.</div><div class="ttdef"><b>Definition:</b> <a href="latitude_8h_source.html#l00015">latitude.h:22</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_geo_1_1_c_longitude_html"><div class="ttname"><a href="class_black_misc_1_1_geo_1_1_c_longitude.html">BlackMisc::Geo::CLongitude</a></div><div class="ttdoc">Longitude.</div><div class="ttdef"><b>Definition:</b> <a href="longitude_8h_source.html#l00015">longitude.h:22</a></div></div>
<div class="ttc" id="aclass_black_misc_1_1_geo_1_1_i_coordinate_with_relative_position_html"><div class="ttname"><a href="class_black_misc_1_1_geo_1_1_i_coordinate_with_relative_position.html">BlackMisc::Geo::ICoordinateWithRelativePosition</a></div><div class="ttdoc">Interface (actually more an abstract class) of coordinates and relative position to something (normal...</div><div class="ttdef"><b>Definition:</b> <a href="coordinategeodetic_8h_source.html#l00162">coordinategeodetic.h:163</a></div></div>
<div class="ttc" id="acoordinategeodetic_8h_html"><div class="ttname"><a href="coordinategeodetic_8h.html">coordinategeodetic.h</a></div></div>
<div class="ttc" id="acountry_8h_html"><div class="ttname"><a href="country_8h.html">country.h</a></div></div>
<div class="ttc" id="adatastore_8h_html"><div class="ttname"><a href="datastore_8h.html">datastore.h</a></div></div>
<div class="ttc" id="agroup___meta_class_html_ga885aab127b0def35d724f51616f8b61c"><div class="ttname"><a href="group___meta_class.html#ga885aab127b0def35d724f51616f8b61c">BLACK_METACLASS</a></div><div class="ttdeci">#define BLACK_METACLASS(CLASS,...)</div><div class="ttdoc">Macro to define a nested metaclass that describes the attributes of its enclosing class.</div><div class="ttdef"><b>Definition:</b> <a href="metaclass_8h_source.html#l00051">metaclass.h:51</a></div></div>
<div class="ttc" id="agroup___meta_class_html_gaba7cfc1fd55bd149a4d3a62382e507a2"><div class="ttname"><a href="group___meta_class.html#gaba7cfc1fd55bd149a4d3a62382e507a2">BLACK_METAMEMBER</a></div><div class="ttdeci">#define BLACK_METAMEMBER(MEMBER,...)</div><div class="ttdoc">Macro to define an element within a metaclass.</div><div class="ttdef"><b>Definition:</b> <a href="metaclass_8h_source.html#l00074">metaclass.h:74</a></div></div>
<div class="ttc" id="alatitude_8h_html"><div class="ttname"><a href="latitude_8h.html">latitude.h</a></div></div>
<div class="ttc" id="alength_8h_html"><div class="ttname"><a href="length_8h.html">length.h</a></div></div>
<div class="ttc" id="alongitude_8h_html"><div class="ttname"><a href="longitude_8h.html">longitude.h</a></div></div>
<div class="ttc" id="ametaclass_8h_html"><div class="ttname"><a href="metaclass_8h.html">metaclass.h</a></div></div>
<div class="ttc" id="apropertyindexref_8h_html"><div class="ttname"><a href="propertyindexref_8h.html">propertyindexref.h</a></div></div>
<div class="ttc" id="aqjsonobject_html"><div class="ttname"><a href="http://doc.qt.io/qt-5/qjsonobject.html">QJsonObject</a></div></div>
<div class="ttc" id="aqstring_html"><div class="ttname"><a href="http://doc.qt.io/qt-5/qstring.html">QString</a></div></div>
<div class="ttc" id="aqvariant_html"><div class="ttname"><a href="http://doc.qt.io/qt-5/qvariant.html">QVariant</a></div></div>
<div class="ttc" id="aqvector3d_html"><div class="ttname"><a href="http://doc.qt.io/qt-5/qvector3d.html">QVector3D</a></div></div>
<div class="ttc" id="avalueobject_8h_html"><div class="ttname"><a href="valueobject_8h.html">valueobject.h</a></div></div>
<div class="ttc" id="avalueobject_8h_html_a982a97a7b71c2b6e7391e5e2bed6cd05"><div class="ttname"><a href="valueobject_8h.html#a982a97a7b71c2b6e7391e5e2bed6cd05">BLACK_DECLARE_VALUEOBJECT_MIXINS</a></div><div class="ttdeci">#define BLACK_DECLARE_VALUEOBJECT_MIXINS(Namespace, Class)</div><div class="ttdoc">Explicit template declaration of mixins for a CValueObject subclass to be placed near the top of the ...</div><div class="ttdef"><b>Definition:</b> <a href="valueobject_8h_source.html#l00074">valueobject.h:74</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sun Dec 3 2023 18:38:39 for swift by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1
</small></address>
</body>
</html>