GeodeticDatum.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 GeodeticDatum manually. However, the property will usually be set in a GeodeticDatum that is predefined, or is part of a Crs that is predefined or created by Crs.FromAuthorityAndCode or by Crs.FromWellKnownText, or created by a DataSet that reads its Crs from file.
Platforms
Windows, Linux, Android