The result of converting a scene location to a screen point. More...
Header: | #include <LocationToScreenResult.h> |
Since: | Esri::ArcGISRuntime 100.0 |
Public Functions
LocationToScreenResult() | |
LocationToScreenResult(const Esri::ArcGISRuntime::LocationToScreenResult &other) | |
LocationToScreenResult(Esri::ArcGISRuntime::LocationToScreenResult &&other) | |
~LocationToScreenResult() | |
bool | isEmpty() const |
QPointF | screenPoint() const |
Esri::ArcGISRuntime::SceneLocationVisibility | visibility() const |
Esri::ArcGISRuntime::LocationToScreenResult & | operator=(const Esri::ArcGISRuntime::LocationToScreenResult &other) |
Esri::ArcGISRuntime::LocationToScreenResult & | operator=(Esri::ArcGISRuntime::LocationToScreenResult &&other) |
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.
LocationToScreenResult::LocationToScreenResult (Esri::ArcGISRuntime::LocationToScreenResult &&other)
Move constructor from other LocationToScreenResult.
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.
Esri::ArcGISRuntime::LocationToScreenResult &LocationToScreenResult::operator=(const Esri::ArcGISRuntime::LocationToScreenResult &other)
Assignment operator from other LocationToScreenResult.
Esri::ArcGISRuntime::LocationToScreenResult &LocationToScreenResult::operator=(Esri::ArcGISRuntime::LocationToScreenResult &&other)
Move operator from other LocationToScreenResult.