17#ifndef QGSCOORDINATEREFERENCESYSTEMUTILS_H
18#define QGSCOORDINATEREFERENCESYSTEMUTILS_H
CrsType
Coordinate reference system types.
CoordinateOrder
Order of coordinates.
CrsAxisDirection
Coordinate reference system axis directions.
Utility functions for working with QgsCoordinateReferenceSystem objects.
static QString crsTypeToString(Qgis::CrsType type)
Returns a translated string representing a CRS type.
static QString translateProjection(const QString &projection)
Returns a translated string for a projection method.
static Qgis::CoordinateOrder defaultCoordinateOrderForCrs(const QgsCoordinateReferenceSystem &crs)
Returns the default coordinate order to use for the specified crs.
static QString axisDirectionToAbbreviatedString(Qgis::CrsAxisDirection axis)
Returns a translated abbreviation representing an axis direction.
Represents a coordinate reference system (CRS).