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() constReturns 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() constReturns 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() constReturns 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