Base class for handling elevation related properties for a data provider.  
 More...
#include <qgsdataproviderelevationproperties.h>
Base class for handling elevation related properties for a data provider. 
- Since
- QGIS 3.32 
Definition at line 32 of file qgsdataproviderelevationproperties.h.
◆ QgsDataProviderElevationProperties()
  
  | 
        
          | QgsDataProviderElevationProperties::QgsDataProviderElevationProperties | ( |  | ) |  |  | default | 
 
 
◆ ~QgsDataProviderElevationProperties()
  
  | 
        
          | QgsDataProviderElevationProperties::~QgsDataProviderElevationProperties | ( |  | ) |  |  | virtualdefault | 
 
 
◆ containsElevationData()
  
  | 
        
          | bool QgsDataProviderElevationProperties::containsElevationData | ( |  | ) | const |  | virtual | 
 
Returns true if the data provider definitely contains elevation related data. 
- Note
- Even if this method returns false, the data may still relate to elevation values.truewill only be returned in situations where elevation data is definitively present.
- See also
- setContainsElevationData() 
- Since
- QGIS 3.36 
Definition at line 23 of file qgsdataproviderelevationproperties.cpp.
 
 
◆ setContainsElevationData()
  
  | 
        
          | void QgsDataProviderElevationProperties::setContainsElevationData | ( | bool | contains | ) |  |  | virtual | 
 
 
◆ mContainsElevationData
  
  | 
        
          | bool QgsDataProviderElevationProperties::mContainsElevationData = false |  | protected | 
 
 
The documentation for this class was generated from the following files: