Projection.Authority Property
Gets the name of an authority, which is often "epsg".
Syntax
public System.String Authority { get; }
Property Value
Default: "epsg"
The name of the authority that has assigned a unique code.
Remarks
You cannot set the Authority property when you construct a Projection instance manually. However, the property will usually be set in a Projection instance that is predefined, or is part of a Crs that is predefined or created by Crs.FromAuthorityAndCode or by Crs.FromWellKnownText, or by a DataSet that reads the Crs specification from file.
Platforms
Windows, Linux, Android