Class: QgsCelestialBody

class qgis.core.QgsCelestialBody

Bases: sip.wrapper

Contains information about a celestial body.

Note

Only used in builds based on on PROJ 8.1 or later

New in version 3.20:

Methods

authority

Authority name, e.g.

isValid

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

name

Name of celestial body.

authority(self) str

Authority name, e.g. EPSG.

Return type:

str

isValid(self) bool

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

Return type:

bool

name(self) str

Name of celestial body.

Return type:

str