marble
tools/poly2kml/main.cpp
Go to the documentation of this file.
void addStyleMap(const GeoDataStyleMap &map)
Add a stylemap to the stylemap storage.
Definition: GeoDataDocument.cpp:166
A container for Features, Styles and in the future Schemas.
Definition: GeoDataDocument.h:65
A LinearRing that allows to store a closed, contiguous set of line segments.
Definition: GeoDataLinearRing.h:68
QString readLine(qint64 maxlen)
QStringList split(const QString &sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const
QString fileName() const
void setAlpha(int alpha)
a class to map different styles to one style
Definition: GeoDataStyleMap.h:38
int size() const
bool isFile() const
bool atEnd() const
void setName(const QString &value)
Set a new name for this feature.
Definition: GeoDataFeature.cpp:549
QString absoluteFilePath() const
bool isEmpty() const
QString trimmed() const
Standard Marble way of writing XML This class is intended to be a standardised way of writing XML for...
Definition: GeoWriter.h:29
void addStyle(const GeoDataStyle &style)
Add a style to the style storage.
Definition: GeoDataDocument.cpp:134
T & first()
void setStyleUrl(const QString &value)
Set the styleUrl of this feature to value.
Definition: GeoDataFeature.cpp:631
const char * kmlTag_nameSpaceOgc22
Definition: KmlElementDictionary.cpp:34
bool exists() const
void parseBoundingBox(const QFileInfo &file, const QString &name, const QString &version, const QString &date, const QString &transport, const QString &payload, GeoDataDocument *document)
Definition: tools/poly2kml/main.cpp:52
void setDocumentType(const QString &documentType)
Set the current document type.
Definition: GeoWriter.cpp:79
QTime currentTime()
const T & at(int i) const
Definition: GeoDataData.h:26
bool isEmpty() const
Returns whether the LineString has no nodes at all.
Definition: GeoDataLineString.cpp:133
void addValue(const GeoDataData &data)
add a data object to the GeoDataExtendedData with the key
Definition: GeoDataExtendedData.cpp:71
T & last()
iterator insert(const Key &key, const T &value)
bool write(QIODevice *device, const GeoNode *feature)
The main API call to use the XML writer.
Definition: GeoWriter.cpp:28
GeoDataExtendedData & extendedData() const
Return the ExtendedData assigned to the feature.
Definition: GeoDataFeature.cpp:743
int save(GeoDataDocument *document, const QFileInfo &filename)
Definition: tools/poly2kml/main.cpp:131
int size() 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: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.