Represents a Limited Error Raster Compression (LERC) elevation service that is provided by the portal. More...
| Header | #include <Elevation | 
| Since | Esri | 
Public Functions
| Elevation | |
| Elevation | |
| Elevation | |
| ~ | |
| QString | id() const | 
| bool | is | 
| QString | layer | 
| QUrl | url() const | 
| Esri | operator=( | 
| Esri | operator=(const Esri | 
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.
[noexcept] ElevationServiceInfo::ElevationServiceInfo  (Esri::ArcGISRuntime::ElevationServiceInfo      &&other)   
Move constructor from other ElevationServiceInfo.
[noexcept] 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.
[noexcept] 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.