Class: QgsDatumEnsembleMember

class qgis.core.QgsDatumEnsembleMember

Bases: sip.wrapper

Contains information about a member of a datum ensemble.

Note

Only used in builds based on on PROJ 7.2 or later

New in version 3.20:

Methods

authority

Authority name, e.g.

code

Authority code, e.g.

name

Returns the name of the member.

remarks

Remarks for operation, from EPSG registry database.

scope

Returns the scope of operation, from EPSG registry database.

authority(self) str

Authority name, e.g. EPSG.

Return type

str

code(self) str

Authority code, e.g. “8447” (for EPSG:8447).

Return type

str

name(self) str

Returns the name of the member.

Return type

str

remarks(self) str

Remarks for operation, from EPSG registry database.

Return type

str

scope(self) str

Returns the scope of operation, from EPSG registry database.

Return type

str