QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Contains information about a datum ensemble. More...
#include <qgsdatums.h>
Public Member Functions | |
double | accuracy () const |
Positional accuracy (in meters). More... | |
QString | authority () const |
Authority name, e.g. More... | |
QString | code () const |
Identification code, e.g. More... | |
bool | isValid () const |
Returns true if the datum ensemble is a valid object, or false if it is a null/invalid object. More... | |
QList< QgsDatumEnsembleMember > | members () const |
Contains a list of members of the ensemble. More... | |
QString | name () const |
Display name of datum ensemble. More... | |
QString | remarks () const |
Remarks for ensemble, from EPSG registry database. More... | |
QString | scope () const |
Scope of ensemble, from EPSG registry database. More... | |
Friends | |
class | QgsCoordinateReferenceSystem |
Contains information about a datum ensemble.
Definition at line 94 of file qgsdatums.h.
|
inline |
Positional accuracy (in meters).
Definition at line 112 of file qgsdatums.h.
|
inline |
|
inline |
|
inline |
Returns true
if the datum ensemble is a valid object, or false
if it is a null/invalid object.
Definition at line 102 of file qgsdatums.h.
|
inline |
Contains a list of members of the ensemble.
Definition at line 137 of file qgsdatums.h.
|
inline |
Display name of datum ensemble.
Definition at line 107 of file qgsdatums.h.
|
inline |
Remarks for ensemble, from EPSG registry database.
Definition at line 132 of file qgsdatums.h.
|
inline |
Scope of ensemble, from EPSG registry database.
Definition at line 127 of file qgsdatums.h.
|
friend |
Definition at line 171 of file qgsdatums.h.