Class: QgsProjUtils

class qgis.core.QgsProjUtils

Bases: sip.wrapper

Utility functions for working with the proj library.

New in version 3.8: Enums

Methods

projVersionMajor

Returns the proj library major version number.

searchPaths

Returns the current list of Proj file search paths.

Signals

Attributes

projVersionMajor() → int

Returns the proj library major version number.

searchPaths() → List[str]

Returns the current list of Proj file search paths.

Note

Only available on builds based on Proj >= 6.0. Builds based on earlier Proj versions will always return an empty list.