marble
KmlCameraTagWriter.cpp
Go to the documentation of this file.
29 writer.writeElement( "longitude", QString::number( camera->longitude( GeoDataCoordinates::Degree ), 'f', 10 ) );
30 writer.writeElement( "latitude", QString::number( camera->latitude( GeoDataCoordinates::Degree ), 'f', 10 ) );
37 writer.writeTextElement( kml::kmlTag_altitudeMode, KmlGroundOverlayWriter::altitudeModeToString(camera->altitudeMode()) );
qreal latitude(GeoDataCoordinates::Unit unit=GeoDataCoordinates::Radian) const
retrieves the latitude of the GeoDataCamera object use the unit parameter to switch between Radian an...
Definition: GeoDataCamera.cpp:80
A shared base class for all classes that are mapped to a specific tag (ie.
Definition: GeoDocument.h:60
static QString altitudeModeToString(AltitudeMode mode)
Definition: KmlGroundOverlayWriter.cpp:53
const char * kmlTag_altitudeMode
Definition: KmlElementDictionary.cpp:41
Definition: GeoDataCamera.h:22
void writeElement(const QString &namespaceUri, const QString &key, const QString &value)
Convenience method to write value with key prefixed format namespaceUri.
Definition: GeoWriter.cpp:84
qreal longitude(GeoDataCoordinates::Unit unit=GeoDataCoordinates::Radian) const
retrieves the longitude of the GeoDataCamera object use the unit parameter to switch between Radian a...
Definition: GeoDataCamera.cpp:91
Standard Marble way of writing XML This class is intended to be a standardised way of writing XML for...
Definition: GeoWriter.h:28
AltitudeMode altitudeMode() const
Definition: GeoDataCamera.cpp:134
virtual bool write(const GeoNode *node, GeoWriter &writer) const
Definition: KmlCameraTagWriter.cpp:23
qreal altitude() const
retrieves the altitude of the GeoDataCamera object
Definition: GeoDataCamera.cpp:69
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.