The result of converting a scene location to a screen point. More...
Header | #include <Location |
Since | Esri |
Public Functions
Location | |
Location | |
Location | |
~ | |
bool | is |
Q | screen |
Esri | visibility() const |
Esri | operator=( |
Esri | operator=(const Esri |
Detailed Description
A screen point result is the x/y screen position where the x/y/z scene location would appear, and whether the x/y/z position is visible, off the screen, or hidden from the camera by objects in the scene.
Member Function Documentation
LocationToScreenResult::LocationToScreenResult ()
Default constructor.
Warning: This is for convenience only and will construct an empty object.
LocationToScreenResult::LocationToScreenResult (const Esri::ArcGISRuntime::LocationToScreenResult &other)
Copy constructor from other LocationToScreenResult.
[noexcept]
LocationToScreenResult::LocationToScreenResult (Esri::ArcGISRuntime::LocationToScreenResult &&other)
Move constructor from other LocationToScreenResult.
[noexcept]
LocationToScreenResult::~LocationToScreenResult ()
Destructor.
bool LocationToScreenResult::isEmpty () const
Returns true
if this LocationToScreenResult is empty.
QPointF LocationToScreenResult::screenPoint () const
Returns the screen point of the result.
Esri::ArcGISRuntime::SceneLocationVisibility LocationToScreenResult::visibility() const
Returns the SceneLocationVisibility of the result.
[noexcept]
Esri::ArcGISRuntime::LocationToScreenResult &LocationToScreenResult::operator=(Esri::ArcGISRuntime::LocationToScreenResult &&other)
Move operator from other LocationToScreenResult.
Esri::ArcGISRuntime::LocationToScreenResult &LocationToScreenResult::operator=(const Esri::ArcGISRuntime::LocationToScreenResult &other)
Assignment operator from other LocationToScreenResult.