LocationToScreenResult Class

  • LocationToScreenResult
  • class Esri::ArcGISRuntime::LocationToScreenResult

    The result of converting a scene location to a screen point. More...

    Header: #include <LocationToScreenResult.h>
    Since: Esri::ArcGISRuntime 100.0

    This class was introduced in Esri::ArcGISRuntime 100.0.

    Public Functions

    LocationToScreenResult(Esri::ArcGISRuntime::LocationToScreenResult &&other)
    LocationToScreenResult(const Esri::ArcGISRuntime::LocationToScreenResult &other)
    LocationToScreenResult()
    Esri::ArcGISRuntime::LocationToScreenResult &operator=(Esri::ArcGISRuntime::LocationToScreenResult &&other)
    Esri::ArcGISRuntime::LocationToScreenResult &operator=(const Esri::ArcGISRuntime::LocationToScreenResult &other)
    ~LocationToScreenResult()
    bool isEmpty() const
    QPointF screenPoint() const
    Esri::ArcGISRuntime::SceneLocationVisibility visibility() const

    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(Esri::ArcGISRuntime::LocationToScreenResult &&other)

    Move constructor from other LocationToScreenResult.

    LocationToScreenResult::LocationToScreenResult(const Esri::ArcGISRuntime::LocationToScreenResult &other)

    Copy constructor from other LocationToScreenResult.

    LocationToScreenResult::LocationToScreenResult()

    Default constructor.

    Warning: This is for convenience only and will construct an empty object.

    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.

    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.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close