DatumShift.AuthorityCode Property
Gets the unique code for the datum shift instance, according to the Authority, for example "15978".
Syntax
public System.String AuthorityCode { get; }
Property Value
Default: ""
The unique code assigned by the authority.
Remarks
You can set the AuthorityCode property when you construct a DatumShift manually. And the property will usually be set in a DatumShift that 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.
The Authority and AuthorityCode form a unique identification of the DatumShift and can be useful as documentation. If the authority is "epsg" or "carmenta", Carmenta Engine can usually construct the Info for the datum shift automatically. And the metadata information can then be inspected, for example in the Properties panel of Carmenta Explorer when a dataset is selected in the DataSets panel, or in the output of a SpyOperator.
Platforms
Windows, Linux, Android