Class: QgsDatumEnsembleMember

Contains information about a member of a datum ensemble.

Note

Only used in builds based on on PROJ 7.2 or later

Added in version 3.20.

Methods

authority

Authority name, e.g. EPSG.

code

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

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.

class qgis.core.QgsDatumEnsembleMember[source]

Bases: object

authority(self) str[source]

Authority name, e.g. EPSG.

Return type:

str

code(self) str[source]

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

Return type:

str

name(self) str[source]

Returns the name of the member.

Return type:

str

remarks(self) str[source]

Remarks for operation, from EPSG registry database.

Return type:

str

scope(self) str[source]

Returns the scope of operation, from EPSG registry database.

Return type:

str