Class: QgsDatumEnsemble

class qgis.core.QgsDatumEnsemble

Bases: sip.wrapper

Contains information about a datum ensemble.

Note

Only used in builds based on on PROJ 7.2 or later

New in version 3.20:

Methods

accuracy

Positional accuracy (in meters).

authority

Authority name, e.g. EPSG.

code

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

isValid

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

members

Contains a list of members of the ensemble.

name

Display name of datum ensemble.

remarks

Remarks for ensemble, from EPSG registry database.

scope

Scope of ensemble, from EPSG registry database.

accuracy(self) float

Positional accuracy (in meters).

Return type:

float

authority(self) str

Authority name, e.g. EPSG.

Return type:

str

code(self) str

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

Return type:

str

isValid(self) bool

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

Display name of datum ensemble.

Return type:

str

remarks(self) str

Remarks for ensemble, from EPSG registry database.

Return type:

str

scope(self) str

Scope of ensemble, from EPSG registry database.

Return type:

str