A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-simulationparameters.html below:

SimulationParameters Class | ArcGIS Maps SDK for Qt

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.

SimulationParameters::SimulationParameters(const QDateTime &startTime, double velocity, double horizontalAccuracy, double verticalAccuracy, QObject *parent = nullptr)

Creates a new SimulationParameters parameters object.

[override virtual noexcept] SimulationParameters::~SimulationParameters()

Destructor.

double SimulationParameters::horizontalAccuracy() const

Returns 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() const

Returns date and time of the first location. Each subsequent location will increment its timestamp by one second.

See also setStartTime().

double SimulationParameters::velocity() const

Returns 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() const

Returns 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