marble
KmlLodTagWriter.cpp
Go to the documentation of this file.
A shared base class for all classes that are mapped to a specific tag (ie.
Definition: GeoDocument.h:60
const char * kmlTag_minFadeExtent
Definition: KmlElementDictionary.cpp:121
const char * kmlTag_maxFadeExtent
Definition: KmlElementDictionary.cpp:113
static void writeIdentifiers(GeoWriter &writer, const GeoDataObject *object)
Parses the id and targetId attributes and assign their values to the given object.
Definition: KmlObjectTagWriter.cpp:15
static GeoTagWriterRegistrar s_writerLod(GeoTagWriter::QualifiedName(GeoDataTypes::GeoDataLodType, kml::kmlTag_nameSpaceOgc22), new KmlLodTagWriter)
QString number(int n, int base)
virtual bool write(const GeoNode *node, GeoWriter &writer) const
Definition: KmlLodTagWriter.cpp:28
const char * kmlTag_maxLodPixels
Definition: KmlElementDictionary.cpp:115
Standard Marble way of writing XML This class is intended to be a standardised way of writing XML for...
Definition: GeoWriter.h:29
The level of detail which indicates visibility and importance.
Definition: GeoDataLod.h:44
QPair< QString, QString > QualifiedName
Object Name and Namespace Pair This type is intended to be used in a similar way to.
Definition: GeoTagWriter.h:48
const char * kmlTag_nameSpaceOgc22
Definition: KmlElementDictionary.cpp:34
qreal maxFadeExtent() const
Returns how "quickly" the region fades when the region is near. Returns the distance (counted from ma...
Definition: GeoDataLod.cpp:92
qreal minLodPixels() const
Returns the minimum size that is needed for the region to be active Returns the minimum number of pix...
Definition: GeoDataLod.cpp:56
const char * kmlTag_minLodPixels
Definition: KmlElementDictionary.cpp:122
void writeTextElement(const QString &qualifiedName, const QString &text)
qreal minFadeExtent() const
Returns how "quickly" the region fades when the region is far away. Returns the distance (counted fro...
Definition: GeoDataLod.cpp:80
qreal maxLodPixels() const
Returns the maximum size that is needed for the region to be active Returns the maximum number of pix...
Definition: GeoDataLod.cpp:68
void writeEndElement()
void writeStartElement(const QString &qualifiedName)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.