Class: QgsProjUtils

class qgis.core.QgsProjUtils

Bases: sip.wrapper

Utility functions for working with the proj library.

Methods

projVersionMajor

Returns the proj library major version number.

searchPaths

Returns the current list of Proj file search paths.

projVersionMajor() → int

Returns the proj library major version number.

Return type

int

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.

Return type

List[str]