• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

marble

  • kde-4.x
  • kdeedu
  • marble
  • src
  • lib
  • marble
  • geodata
  • data
GeoDataAccuracy.h
Go to the documentation of this file.
1 //
2 // This file is part of the Marble Virtual Globe.
3 //
4 // This program is free software licensed under the GNU LGPL. You can
5 // find a copy of this license in LICENSE.txt in the top directory of
6 // the source code.
7 //
8 // Copyright 2009 Eckhart Wörner <[email protected]>
9 // Copyright 2010 Bastian Holst <[email protected]>
10 //
11 
12 #ifndef MARBLE_GEODATAACCURACY_H
13 #define MARBLE_GEODATAACCURACY_H
14 
15 #include "geodata_export.h"
16 
17 #include <QtGlobal>
18 
19 namespace Marble
20 {
21 
24 class GEODATA_EXPORT GeoDataAccuracy
25 {
26  public:
27  enum Level {
28  none = 0,
29  Country,
30  Region,
31  Locality,
32  PostalCode,
33  Street,
34  Detailed
35  };
36 
37  explicit GeoDataAccuracy( Level level = none, qreal horizontal = 0.0, qreal vertical = 0.0 );
38 
39  bool operator==( const GeoDataAccuracy &other ) const;
40 
41  bool operator!=( const GeoDataAccuracy &other ) const;
42 
46  Level level;
47 
51  qreal horizontal;
52 
56  qreal vertical;
57 };
58 
59 }
60 
61 #endif
Marble::GeoDataAccuracy::Country
Definition: GeoDataAccuracy.h:29
Marble::operator==
bool operator==(const DownloadPolicyKey &lhs, const DownloadPolicyKey &rhs)
Definition: DownloadPolicy.h:49
Marble::GeoDataAccuracy::PostalCode
Definition: GeoDataAccuracy.h:32
Marble::GeoDataAccuracy::vertical
qreal vertical
Vertical accuracy in meters.
Definition: GeoDataAccuracy.h:56
Marble::GeoDataAccuracy::Locality
Definition: GeoDataAccuracy.h:31
Marble::GeoDataAccuracy::horizontal
qreal horizontal
Horizontal accuracy in meters.
Definition: GeoDataAccuracy.h:51
Marble::operator!=
bool operator!=(GeoDataLatLonBox const &lhs, GeoDataLatLonBox const &rhs)
Definition: GeoDataLatLonBox.cpp:56
Marble::GeoDataAccuracy::Level
Level
Definition: GeoDataAccuracy.h:27
Marble::GeoDataAccuracy::level
Level level
Approximate descriptive accuracy.
Definition: GeoDataAccuracy.h:46
GEODATA_EXPORT
#define GEODATA_EXPORT
Definition: geodata_export.h:18
geodata_export.h
Marble::GeoDataAccuracy
Definition: GeoDataAccuracy.h:24
Marble::GeoDataAccuracy::Street
Definition: GeoDataAccuracy.h:33
Marble::GeoDataAccuracy::Region
Definition: GeoDataAccuracy.h:30
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sat Dec 7 2019 02:40:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

marble

Skip menu "marble"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  •   KmPlot
  • libkeduvocdocument
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   src
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal