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

marble

  • sources
  • kde-4.14
  • kdeedu
  • marble
  • src
  • lib
  • marble
  • geodata
  • data
GeoDataLinearRing_p.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 Patrick Spendrin <ps_ml@gmx.de>
9 //
10 
11 #ifndef MARBLE_GEODATALINEARRINGPRIVATE_H
12 #define MARBLE_GEODATALINEARRINGPRIVATE_H
13 
14 #include "GeoDataLineString_p.h"
15 
16 #include "GeoDataTypes.h"
17 
18 namespace Marble
19 {
20 
21 class GeoDataLinearRingPrivate : public GeoDataLineStringPrivate
22 {
23  public:
24  explicit GeoDataLinearRingPrivate( TessellationFlags f )
25  : GeoDataLineStringPrivate( f )
26  {
27  }
28 
29  GeoDataLinearRingPrivate()
30  {
31  }
32 
33  virtual GeoDataGeometryPrivate* copy()
34  {
35  GeoDataLinearRingPrivate* copy = new GeoDataLinearRingPrivate;
36  *copy = *this;
37  return copy;
38  }
39 
40  virtual const char* nodeType() const
41  {
42  return GeoDataTypes::GeoDataLinearRingType;
43  }
44 
45  virtual EnumGeometryId geometryId() const
46  {
47  return GeoDataLinearRingId;
48  }
49 };
50 
51 } // namespace Marble
52 
53 #endif
Marble::GeoDataLinearRingPrivate
Definition: GeoDataLinearRing_p.h:21
Marble::GeoDataTypes::GeoDataLinearRingType
const char * GeoDataLinearRingType
Definition: GeoDataTypes.cpp:52
Marble::GeoDataLinearRingPrivate::GeoDataLinearRingPrivate
GeoDataLinearRingPrivate()
Definition: GeoDataLinearRing_p.h:29
Marble::GeoDataLinearRingPrivate::geometryId
virtual EnumGeometryId geometryId() const
Definition: GeoDataLinearRing_p.h:45
Marble::GeoDataGeometryPrivate
Definition: GeoDataGeometry_p.h:25
Marble::GeoDataLinearRingId
Definition: Serializable.h:44
Marble::GeoDataLinearRingPrivate::nodeType
virtual const char * nodeType() const
Definition: GeoDataLinearRing_p.h:40
GeoDataLineString_p.h
Marble::GeoDataLineStringPrivate
Definition: GeoDataLineString_p.h:21
Marble::EnumGeometryId
EnumGeometryId
Definition: Serializable.h:40
Marble::GeoDataLinearRingPrivate::GeoDataLinearRingPrivate
GeoDataLinearRingPrivate(TessellationFlags f)
Definition: GeoDataLinearRing_p.h:24
GeoDataTypes.h
Marble::GeoDataLinearRingPrivate::copy
virtual GeoDataGeometryPrivate * copy()
Definition: GeoDataLinearRing_p.h:33
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 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
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   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