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 |
Public Functions
ElevationServiceInfo() | |
ElevationServiceInfo(const Esri::ArcGISRuntime::ElevationServiceInfo &other) | |
ElevationServiceInfo(Esri::ArcGISRuntime::ElevationServiceInfo &&other) | |
~ElevationServiceInfo() | |
QString | id() const |
bool | isEmpty() const |
QString | layerType() const |
QUrl | url() const |
Esri::ArcGISRuntime::ElevationServiceInfo & | operator=(const Esri::ArcGISRuntime::ElevationServiceInfo &other) |
Esri::ArcGISRuntime::ElevationServiceInfo & | operator=(Esri::ArcGISRuntime::ElevationServiceInfo &&other) |
Detailed Description
Objects of this class are provided by defaultElevationServices.
See also PortalInfo and Portal Self (ArcGIS REST API).
Member Function Documentation
ElevationServiceInfo::ElevationServiceInfo ()
Default constructor.
Note: This is provided for convenience only and will construct an empty object.
See also isEmpty.
ElevationServiceInfo::ElevationServiceInfo (const Esri::ArcGISRuntime::ElevationServiceInfo &other)
Copy constructor from other ElevationServiceInfo.
ElevationServiceInfo::ElevationServiceInfo (Esri::ArcGISRuntime::ElevationServiceInfo &&other)
Move constructor 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.
Esri::ArcGISRuntime::ElevationServiceInfo &ElevationServiceInfo::operator=(const Esri::ArcGISRuntime::ElevationServiceInfo &other)
Assignment operator from other ElevationServiceInfo.
Esri::ArcGISRuntime::ElevationServiceInfo &ElevationServiceInfo::operator=(Esri::ArcGISRuntime::ElevationServiceInfo &&other)
Move operator from other ElevationServiceInfo.