marble
PntRunner.cpp
Go to the documentation of this file.
72 mDebug() << Q_FUNC_INFO << "invalid iLat =" << iLat << "(" << ( iLat * INT2RAD ) * RAD2DEG << ") in dataset" << count << "of file" << fileName;
78 mDebug() << Q_FUNC_INFO << "invalid iLon =" << iLon << "(" << ( iLon * INT2RAD ) * RAD2DEG << ") in dataset" << count << "of file" << fileName;
85 mDebug() << Q_FUNC_INFO << fileName << "contains single-point polygon at" << count << ". Aborting.";
A container for Features, Styles and in the future Schemas.
Definition: GeoDataDocument.h:65
void setDocumentRole(DocumentRole role)
Definition: GeoDataDocument.cpp:86
A LinearRing that allows to store a closed, contiguous set of line segments.
Definition: GeoDataLinearRing.h:68
bool exists() const
Definition: GeoDataDocument.h:40
void parsingFinished(GeoDataDocument *document, const QString &error=QString())
File parsing is finished, result in the given document object.
GeoDataGeometry * geometry()
The geometry of the GeoDataPlacemark is to be rendered to the marble map along with the icon at the c...
Definition: GeoDataPlacemark.cpp:152
virtual void parseFile(const QString &fileName, DocumentRole role)
Start a file parsing.
Definition: PntRunner.cpp:38
virtual bool open(QFlags< QIODevice::OpenModeFlag > mode)
bool atEnd() const
void append(const GeoDataCoordinates &position)
Appends a given geodesic position as a new node to the LineString.
Definition: GeoDataLineString.cpp:225
A LineString that allows to store a contiguous set of line segments.
Definition: GeoDataLineString.h:75
Definition: ParsingRunner.h:23
virtual void close()
void setByteOrder(ByteOrder bo)
QString suffix() const
void setFileName(const QString &value)
Set a new file name for this document.
Definition: GeoDataDocument.cpp:106
int compare(const QString &other) const
a class representing a point of interest on the map
Definition: GeoDataPlacemark.h:54
void setGeometry(GeoDataGeometry *entry)
Sets the current Geometry of this Placemark.
Definition: GeoDataPlacemark.cpp:230
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:41 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:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.