QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Encapsulates the context of snapping a profile point. More...
#include <qgsprofilesnapping.h>
Public Attributes | |
double | displayRatioElevationVsDistance = 1 |
Display ratio of elevation vs distance units. More... | |
double | maximumPointDistanceDelta = 0 |
Maximum allowed snapping delta for the distance values when snapping to a point. More... | |
double | maximumPointElevationDelta = 0 |
Maximum allowed snapping delta for the elevation values when snapping to a point. More... | |
double | maximumSurfaceDistanceDelta = 0 |
Maximum allowed snapping delta for the distance values when snapping to a continuous elevation surface. More... | |
double | maximumSurfaceElevationDelta = 0 |
Maximum allowed snapping delta for the elevation values when snapping to a continuous elevation surface. More... | |
Encapsulates the context of snapping a profile point.
Definition at line 30 of file qgsprofilesnapping.h.
double QgsProfileSnapContext::displayRatioElevationVsDistance = 1 |
Display ratio of elevation vs distance units.
Definition at line 60 of file qgsprofilesnapping.h.
double QgsProfileSnapContext::maximumPointDistanceDelta = 0 |
Maximum allowed snapping delta for the distance values when snapping to a point.
Definition at line 54 of file qgsprofilesnapping.h.
double QgsProfileSnapContext::maximumPointElevationDelta = 0 |
Maximum allowed snapping delta for the elevation values when snapping to a point.
Definition at line 57 of file qgsprofilesnapping.h.
double QgsProfileSnapContext::maximumSurfaceDistanceDelta = 0 |
Maximum allowed snapping delta for the distance values when snapping to a continuous elevation surface.
Definition at line 48 of file qgsprofilesnapping.h.
double QgsProfileSnapContext::maximumSurfaceElevationDelta = 0 |
Maximum allowed snapping delta for the elevation values when snapping to a continuous elevation surface.
Definition at line 51 of file qgsprofilesnapping.h.