Class: QgsDatumEnsemble

Contains information about a datum ensemble.

Note

Only used in builds based on on PROJ 7.2 or later

Added in version 3.20.

class qgis.core.QgsDatumEnsemble[source]

Bases: object

accuracy(self) float[source]

Positional accuracy (in meters).

Return type:

float

authority(self) str[source]

Authority name, e.g. EPSG.

Return type:

str

code(self) str[source]

Identification code, e.g. “8447” (For EPSG:8447).

Return type:

str

isValid(self) bool[source]

Returns True if the datum ensemble is a valid object, or False if it is a null/invalid object.

Return type:

bool

members(self) List[QgsDatumEnsembleMember]

Contains a list of members of the ensemble.

Return type:

List[QgsDatumEnsembleMember]

name(self) str[source]

Display name of datum ensemble.

Return type:

str

remarks(self) str[source]

Remarks for ensemble, from EPSG registry database.

Return type:

str

scope(self) str[source]

Scope of ensemble, from EPSG registry database.

Return type:

str