Crs.AuthoritativeAreaOfUseName Method
Gives the name of the largest area of use for a Crs, according to an authority.
AuthoritativeAreaOfUseName(System.String crsAuthority, System.String crsAuthorityCode)
Gives the name of the largest area of use for a Crs, according to an authority.Syntax
public static System.String AuthoritativeAreaOfUseName (
System.String crsAuthority,
System.String crsAuthorityCode
)
Parameters
The name of the authority, usually "epsg".
The unique code for the Crs, according to the authority, for example "3034".
Return Value
A short string, giving the name of the largest area of use.
Remarks
The name will be short, and is suitable for display in a list. For example, if the authority is "epsg" and the CRS code is "3034", then the method returns
"Europe - LCC & LAEA".
The supported authorities are "EPSG", "ESRI", "IGNF", "CRS" and "OGC". Carmenta methods will regard authority strings as case insensitive.
Platforms
Windows, Linux, Android