Property LocalDatumCode
| Edit this page View SourceLocalDatumCode
Local datum code
Declaration
public string LocalDatumCode { get; }
Property Value
Type | Description |
---|---|
string |
Remarks
Three character alpha code for local datum. If not one of the listed earth-centered datums, or 999
for user defined datum, use IHO datum code from International Hydrographic Organization Publication S-60
Appendices B and C. String.Empty if unknown.
Users should be aware that chart transformations based on IHO S60 parameters may result in significant positional errors when applied to chart data.
Common known datum codes are:
Code | Datum |
---|---|
W84 | WGS 84 |
W72 | WGS 72 |
S85 | SGS 85 |
P90 | PE 90 |
999 | User Defined |
Others | IHO Datum Code |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | main, v3.0, v2.2, v2.1 |
.NET | main, v3.0 |
.NET Windows | main, v3.0 |
.NET Android | main, v3.0 |
.NET iOS | main, v3.0 |
.NET Framework | main, v3.0, v2.2, v2.1 |
UWP | main, v3.0, v2.2, v2.1 |
Xamarin.Android | v2.2, v2.1 |
Xamarin.iOS | v2.2, v2.1 |