Parameters to control how locations are created from a simulated route of travel (Polyline). More...
Member Function Documentation[explicit]
SimulationParameters::SimulationParameters(QObject *parent = nullptr)
Creates a SimulationParameters.
Creates a new SimulationParameters parameters object.
[override virtual noexcept]
SimulationParameters::~SimulationParameters()
Destructor.
double SimulationParameters::horizontalAccuracy() constReturns the horizontal accuracy to assign to generated locations.
The default value is 0.0.
See also setHorizontalAccuracy().
void SimulationParameters::setHorizontalAccuracy(double horizontalAccuracy)Sets the horizontalAccuracy to horizontalAccuracy.
See also horizontalAccuracy.
void SimulationParameters::setStartTime(const QDateTime &startTime)Sets the startTime to startTime.
See also startTime.
void SimulationParameters::setVelocity(double velocity)Sets the velocity to velocity.
See also velocity.
void SimulationParameters::setVerticalAccuracy(double verticalAccuracy)Sets the verticalAccuracy to verticalAccuracy.
See also verticalAccuracy.
QDateTime SimulationParameters::startTime() constReturns date and time of the first location. Each subsequent location will increment its timestamp by one second.
See also setStartTime().
double SimulationParameters::velocity() constReturns rate of travel, in meters-per-second.
The default value is 10.0. Note that very small values for velocity may greatly increase the number of locations created.
See also setVelocity().
double SimulationParameters::verticalAccuracy() constReturns the vertical accuracy to assign to generated locations.
The default value is 0.0.
See also setVerticalAccuracy().
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4