ElevationServiceInfo Class

  • ElevationServiceInfo
  • class Esri::ArcGISRuntime::ElevationServiceInfo

    Represents a Limited Error Raster Compression (LERC) elevation service that is provided by the portal. More...

    Header: #include <ElevationServiceInfo.h>
    Since: Esri::ArcGISRuntime 100.5

    This class was introduced in Esri::ArcGISRuntime 100.5.

    Public Functions

    ElevationServiceInfo(Esri::ArcGISRuntime::ElevationServiceInfo &&other)
    ElevationServiceInfo(const Esri::ArcGISRuntime::ElevationServiceInfo &other)
    ElevationServiceInfo()
    Esri::ArcGISRuntime::ElevationServiceInfo &operator=(Esri::ArcGISRuntime::ElevationServiceInfo &&other)
    Esri::ArcGISRuntime::ElevationServiceInfo &operator=(const Esri::ArcGISRuntime::ElevationServiceInfo &other)
    ~ElevationServiceInfo()
    QString id() const
    bool isEmpty() const
    QString layerType() const
    QUrl url() const

    Detailed Description

    Objects of this class are provided by defaultElevationServices.

    See also PortalInfo and Portal Self (ArcGIS REST API).

    Member Function Documentation

    ElevationServiceInfo::ElevationServiceInfo(Esri::ArcGISRuntime::ElevationServiceInfo &&other)

    Move constructor from other ElevationServiceInfo.

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

    Copy constructor from other ElevationServiceInfo.

    ElevationServiceInfo::ElevationServiceInfo()

    Default constructor.

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

    See also isEmpty.

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

    Move operator from other ElevationServiceInfo.

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

    Assignment operator from other ElevationServiceInfo.

    ElevationServiceInfo::~ElevationServiceInfo()

    Destructor

    QString ElevationServiceInfo::id() const

    Returns the identifying string for the service.

    bool ElevationServiceInfo::isEmpty() const

    Returns whether this ElevationServiceInfo is empty.

    QString ElevationServiceInfo::layerType() const

    Returns the layer type for the service.

    QUrl ElevationServiceInfo::url() const

    Returns the URL of the service.

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