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.