Ellipsoid.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 an authority, often epsg.
Remarks
You cannot set the Authority property when you construct an Ellipsoid manually. However, the property will usually be set in an Ellipsoid that is predefined, or is part of a Crs created by Crs.FromAuthorityAndCode or by Crs.FromWellKnownText, or created by a DataSet that reads its Crs from metadata in the files.
Platforms
Windows, Linux, Android