Crs.AuthoritativeAxisAbbreviation Method
Gives an axis abbreviation according to an authority
AuthoritativeAxisAbbreviation(System.Int32 axis, System.String crsAuthority, System.String crsAuthorityCode)
Gives an axis abbreviation according to an authoritySyntax
public static System.String AuthoritativeAxisAbbreviation (
System.Int32 axis,
System.String crsAuthority,
System.String crsAuthorityCode
)
Parameters
An integer specifying which axis: 0 for first axis, 1 for second axis.
The name of the authority, usually "epsg".
The unique code for the Crs, according to the authority, for example "3034".
Return Value
The axis abbreviation according to the authority (usually one of "N", "E", "X", "Y", "Lat", "Long").
Remarks
Note that internally, a Crs object does not contain any axis names (although the components of a Point object are called X, Y and Z). This static method just gives the authoritative axis abbreviations (usually: what EPSG says).
The supported authorities are "EPSG", "ESRI", "IGNF", "CRS" and "OGC". Carmenta methods will regard authority strings as case insensitive.
Platforms
Windows, Linux, Android