marble
ShpRunner.cpp
Go to the documentation of this file.
108 GeoDataPoint *point = new GeoDataPoint( *shape->padfX, *shape->padfY, 0, GeoDataCoordinates::Degree );
std::string toStdString() const
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
GeoDataPolyStyle & polyStyle()
Return the label style of this style.
Definition: GeoDataStyle.cpp:153
void setDescription(const QString &value)
Set the description of this feature to value.
Definition: GeoDataFeature.cpp:593
QString description() const
Return the text description of the feature.
Definition: GeoDataFeature.cpp:588
Definition: GeoDataDocument.h:40
void parsingFinished(GeoDataDocument *document, const QString &error=QString())
File parsing is finished, result in the given document object.
void setType(const SimpleFieldType &type)
Definition: GeoDataSimpleField.cpp:65
void addSimpleField(const GeoDataSimpleField &value)
Definition: GeoDataSchema.cpp:84
void setName(const QString &value)
Set a new name for this feature.
Definition: GeoDataFeature.cpp:549
virtual void parseFile(const QString &fileName, DocumentRole role)
Start a file parsing.
Definition: ShpRunner.cpp:37
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
void setName(const QString &value)
Definition: GeoDataSimpleField.cpp:75
void appendInnerBoundary(const GeoDataLinearRing &boundary)
Appends a given LinearRing as an inner boundary of the Polygon.
Definition: GeoDataPolygon.cpp:149
QString suffix() const
Definition: GeoDataSchema.h:30
void setFileName(const QString &value)
Set a new file name for this document.
Definition: GeoDataDocument.cpp:106
void setStyle(GeoDataStyle *style)
Sets the style of the placemark.
Definition: GeoDataFeature.cpp:735
void addSchema(const GeoDataSchema &schema)
Add a schema to simplemap storage.
Definition: GeoDataDocument.cpp:194
int compare(const QString &other) const
a class representing a point of interest on the map
Definition: GeoDataPlacemark.h:54
virtual bool isClockwise() const
Returns whether the orientaion of ring is coloskwise or not.
Definition: GeoDataLinearRing.cpp:86
void setOuterBoundary(const GeoDataLinearRing &boundary)
Sets the given LinearRing as an outer boundary of the Polygon.
Definition: GeoDataPolygon.cpp:133
void setGeometry(GeoDataGeometry *entry)
Sets the current Geometry of this Placemark.
Definition: GeoDataPlacemark.cpp:230
void setColorIndex(quint8 colorIndex)
Set the color index which will be used to assign color to brush.
Definition: GeoDataPolyStyle.cpp:120
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:42 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:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.