LevelOfDetail Class

  • LevelOfDetail
  • class Esri::ArcGISRuntime::LevelOfDetail

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

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

    Public Functions

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

    Detailed Description

    Member Function Documentation

    LevelOfDetail::LevelOfDetail()

    Default constructor.

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

    Constructor that accepts all properties.

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

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

    Copy constructor from other LevelOfDetail.

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

    Move constructor 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.

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

    Assignment operator from other LevelOfDetail.

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

    Move operator from other LevelOfDetail.

    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