Class: QgsProjOperation

Contains information about a PROJ operation.

Added in version 3.20.

Methods

description

Description.

details

Additional details.

id

ID of operation.

isValid

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

class qgis.core.QgsProjOperation[source]

Bases: object

description(self) str[source]

Description.

Return type:

str

details(self) str[source]

Additional details.

Return type:

str

id(self) str[source]

ID of operation.

Return type:

str

isValid(self) bool[source]

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

Return type:

bool