LevelOfDetail Class

  • LevelOfDetail
  • class Esri::ArcGISRuntime::LevelOfDetail

    LOD information: level, resolution and scale. More...

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

    This class was introduced in Esri::ArcGISRuntime 100.0.

    Public Functions

    LevelOfDetail(Esri::ArcGISRuntime::LevelOfDetail &&other)
    LevelOfDetail(const Esri::ArcGISRuntime::LevelOfDetail &other)
    LevelOfDetail(int level, double resolution, double scale)
    LevelOfDetail()
    Esri::ArcGISRuntime::LevelOfDetail &operator=(Esri::ArcGISRuntime::LevelOfDetail &&other)
    Esri::ArcGISRuntime::LevelOfDetail &operator=(const Esri::ArcGISRuntime::LevelOfDetail &other)
    ~LevelOfDetail()
    int level() const
    double resolution() const
    double scale() const

    Detailed Description

    Member Function Documentation

    LevelOfDetail::LevelOfDetail(Esri::ArcGISRuntime::LevelOfDetail &&other)

    Move constructor from other LevelOfDetail.

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

    Copy constructor from other LevelOfDetail.

    LevelOfDetail::LevelOfDetail(int level, double resolution, double scale)

    Constructor that accepts all properties.

    • level - The level.
    • resolution - The resolution.
    • scale - The scale.

    LevelOfDetail::LevelOfDetail()

    Default constructor.

    Esri::ArcGISRuntime::LevelOfDetail &LevelOfDetail::operator=(Esri::ArcGISRuntime::LevelOfDetail &&other)

    Move operator from other LevelOfDetail.

    Esri::ArcGISRuntime::LevelOfDetail &LevelOfDetail::operator=(const Esri::ArcGISRuntime::LevelOfDetail &other)

    Assignment operator from other LevelOfDetail.

    LevelOfDetail::~LevelOfDetail()

    Destructor.

    int LevelOfDetail::level() const

    Returns the level.

    double LevelOfDetail::resolution() const

    Returns the resolution.

    double LevelOfDetail::scale() const

    Returns the scale.

    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