|
QVector< QgsProfileIdentifyResults > | identify (const QgsProfilePoint &point, const QgsProfileIdentifyContext &context) override |
| Identify results visible at the specified profile point. More...
|
|
QString | type () const override |
| Returns the unique string identifier for the results type. More...
|
|
| ~QgsAbstractProfileSurfaceResults () override |
|
QVector< QgsGeometry > | asGeometries () const override |
| Returns a list of geometries representing the calculated elevation results. More...
|
|
void | copyPropertiesFromGenerator (const QgsAbstractProfileGenerator *generator) override |
| Copies properties from specified generator to the results object. More...
|
|
QMap< double, double > | distanceToHeightMap () const override |
| Returns the map of distance (chainage) to height. More...
|
|
QVector< QgsProfileIdentifyResults > | identify (const QgsProfilePoint &point, const QgsProfileIdentifyContext &context) override |
| Identify results visible at the specified profile point. More...
|
|
void | renderResults (QgsProfileRenderContext &context) override |
| Renders the results to the specified context. More...
|
|
QgsPointSequence | sampledPoints () const override |
| Returns a list of sampled points, with their calculated elevation as the point z value. More...
|
|
QgsProfileSnapResult | snapPoint (const QgsProfilePoint &point, const QgsProfileSnapContext &context) override |
| Snaps a point to the generated elevation profile. More...
|
|
QgsDoubleRange | zRange () const override |
| Returns the range of the retrieved elevation values. More...
|
|
virtual | ~QgsAbstractProfileResults () |
|
virtual QVector< QgsGeometry > | asGeometries () const =0 |
| Returns a list of geometries representing the calculated elevation results. More...
|
|
virtual void | copyPropertiesFromGenerator (const QgsAbstractProfileGenerator *generator) |
| Copies properties from specified generator to the results object. More...
|
|
virtual QMap< double, double > | distanceToHeightMap () const =0 |
| Returns the map of distance (chainage) to height. More...
|
|
virtual QVector< QgsProfileIdentifyResults > | identify (const QgsDoubleRange &distanceRange, const QgsDoubleRange &elevationRange, const QgsProfileIdentifyContext &context) |
| Identify results visible within the specified ranges. More...
|
|
virtual QVector< QgsProfileIdentifyResults > | identify (const QgsProfilePoint &point, const QgsProfileIdentifyContext &context) |
| Identify results visible at the specified profile point. More...
|
|
virtual void | renderResults (QgsProfileRenderContext &context)=0 |
| Renders the results to the specified context. More...
|
|
virtual QgsPointSequence | sampledPoints () const =0 |
| Returns a list of sampled points, with their calculated elevation as the point z value. More...
|
|
virtual QgsProfileSnapResult | snapPoint (const QgsProfilePoint &point, const QgsProfileSnapContext &context) |
| Snaps a point to the generated elevation profile. More...
|
|
virtual QString | type () const =0 |
| Returns the unique string identifier for the results type. More...
|
|
virtual QgsDoubleRange | zRange () const =0 |
| Returns the range of the retrieved elevation values. More...
|
|