23  if ( axisList.size() < 2 )
 
   87      return QObject::tr( 
"N", 
"axis" );
 
   89      return QObject::tr( 
"NNE", 
"axis" );
 
   91      return QObject::tr( 
"SSE", 
"axis" );
 
   93      return QObject::tr( 
"S", 
"axis" );
 
   95      return QObject::tr( 
"SSW", 
"axis" );
 
   97      return QObject::tr( 
"NNW", 
"axis" );
 
   99      return QObject::tr( 
"Y", 
"axis" );
 
  101      return QObject::tr( 
"Up", 
"axis" );
 
  103      return QObject::tr( 
"Down", 
"axis" );
 
  105      return QObject::tr( 
"NE", 
"axis" );
 
  107      return QObject::tr( 
"ENE", 
"axis" );
 
  109      return QObject::tr( 
"E", 
"axis" );
 
  111      return QObject::tr( 
"ESE", 
"axis" );
 
  113      return QObject::tr( 
"SE", 
"axis" );
 
  115      return QObject::tr( 
"SW", 
"axis" );
 
  117      return QObject::tr( 
"WSW", 
"axis" );
 
  119      return QObject::tr( 
"W", 
"axis" );
 
  121      return QObject::tr( 
"WNW", 
"axis" );
 
  123      return QObject::tr( 
"NW", 
"axis" );
 
  125      return QObject::tr( 
"X", 
"axis" );
 
  127      return QObject::tr( 
"Disp. R", 
"axis" );
 
  129      return QObject::tr( 
"Disp. L", 
"axis" );
 
  131      return QObject::tr( 
"Z", 
"axis" );
 
  133      return QObject::tr( 
"U", 
"axis" );
 
  135      return QObject::tr( 
"D", 
"axis" );
 
  137      return QObject::tr( 
"F", 
"axis" );
 
  139      return QObject::tr( 
"A", 
"axis" );
 
  141      return QObject::tr( 
"P", 
"axis" );
 
  143      return QObject::tr( 
"STBD", 
"axis" );
 
  145      return QObject::tr( 
"CW", 
"axis" );
 
  147      return QObject::tr( 
"CCW", 
"axis" );
 
  149      return QObject::tr( 
"C+", 
"axis" );
 
  151      return QObject::tr( 
"C-", 
"axis" );
 
  153      return QObject::tr( 
"R+", 
"axis" );
 
  155      return QObject::tr( 
"R-", 
"axis" );
 
  157      return QObject::tr( 
"F", 
"axis" );
 
  159      return QObject::tr( 
"P", 
"axis" );
 
  161      return QObject::tr( 
"T", 
"axis" );
 
  163      return QObject::tr( 
"AF", 
"axis" );
 
CoordinateOrder
Order of coordinates.
 
@ XY
Easting/Northing (or Longitude/Latitude for geographic CRS)
 
@ YX
Northing/Easting (or Latitude/Longitude for geographic CRS)
 
CrsAxisDirection
Data provider flags.
 
@ ColumnPositive
Column positive.
 
@ SouthSouthEast
South South East.
 
@ ColumnNegative
Column negative.
 
@ RowPositive
Row positive.
 
@ DisplayDown
Display down.
 
@ GeocentricZ
Geocentric (Z)
 
@ DisplayRight
Display right.
 
@ WestSouthWest
West South West.
 
@ RowNegative
Row negative.
 
@ NorthNorthEast
North North East.
 
@ EastNorthEast
East North East.
 
@ Unspecified
Unspecified.
 
@ NorthNorthWest
North North West.
 
@ GeocentricY
Geocentric (Y)
 
@ CounterClockwise
Counter clockwise.
 
@ SouthSouthWest
South South West.
 
@ DisplayLeft
Display left.
 
@ WestNorthWest
West North West.
 
@ EastSouthEast
East South East.
 
@ GeocentricX
Geocentric (X)
 
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.
 
This class represents a coordinate reference system (CRS).
 
QList< Qgis::CrsAxisDirection > axisOrdering() const
Returns an ordered list of the axis directions reflecting the native axis order for the CRS.
 
const QgsCoordinateReferenceSystem & crs