UtmGridStyle Enumeration
Specifies the style of a UtmGridGenerator.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOperators assembly)
Syntax
public enum UtmGridStyle
Values
Value name | Value | Description |
---|---|---|
NewMgrs | 0 | The UTM grid will be generated in the MGRS style, using the "MGRS-New" or "AA" lettering scheme for the 100-km squares of division 1. |
OldMgrs | 1 | The UTM grid will be generated in the MGRS style, using the "MGRS-Old" or "AL" lettering scheme for the 100-km squares of division 1. |
Utm | 2 | The UTM grid will be generated in the plain UTM style. |
Remarks
The OldMgrs style is used for some old geodetics datums, of which the most important is the North American Datum of 1927 (NAD27).
For more details, see the section Six Combinations under UtmGridGenerator, as well as UtmGridGenerator.Style and UtmGridGenerator.GeodeticDatum.
Platforms
Windows, Linux, Android