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-distancesymbolrange.html below:

DistanceSymbolRange Class | ArcGIS Maps SDK for Qt

Member Function Documentation DistanceSymbolRange::DistanceSymbolRange(QObject *parent = nullptr)

reate a distance symbol range object.

Creates a Distance symbol range with just no symbol or no range properties.

[explicit] DistanceSymbolRange::DistanceSymbolRange(Esri::ArcGISRuntime::Symbol *symbol, QObject *parent = nullptr)

Create a distance symbol range object.

Creates a Distance Range with just a symbol and no range properties. As a result the symbol will always be visible regardless of the distance from the camera.

DistanceSymbolRange::DistanceSymbolRange(Esri::ArcGISRuntime::Symbol *symbol, double minDistance, double maxDistance, QObject *parent = nullptr)

Create a distance symbol range object.

Creates a Distance Range with a symbol and range properties. As a result the symbol will only be visible when the camera is within the specified distance range. Note that setting the maximum range to 0.0 indicates that there isn't a maximum range limit and the symbol will always be visible beyond its minimum range.

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

Destructor

double DistanceSymbolRange::maxDistance() const

Returns the maximum distance (in meters) of the distance symbol range.

The maximum distance (in meters) of the distance symbol range object.

See also setMaxDistance().

double DistanceSymbolRange::minDistance() const

Returns the minimum distance (in meters) of the distance symbol range.

The minimum distance (in meters) of the distance symbol range object.

See also setMinDistance().

void DistanceSymbolRange::setMaxDistance(double maxDistance)

Sets the maxDistance to maxDistance.

See also maxDistance.

void DistanceSymbolRange::setMinDistance(double minDistance)

Sets the minDistance to minDistance.

See also minDistance.

void DistanceSymbolRange::setSymbol(Esri::ArcGISRuntime::Symbol *symbol)

Sets the symbol to symbol.

See also symbol.

Esri::ArcGISRuntime::Symbol *DistanceSymbolRange::symbol() const

Returns the symbol (in meters) of the distance symbol range.

The symbol Symbol of the distance symbol range object.

See also setSymbol().


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