Class: QgsProjOperation

class qgis.core.QgsProjOperation

Bases: sip.wrapper

Contains information about a PROJ operation.

New 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.

description(self) str

Description.

Return type

str

details(self) str

Additional details.

Return type

str

id(self) str

ID of operation.

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