| com.esri.core.geometry.MgrsConversionMode |
The modes for converting between military grid reference system (MGRS) notation and coordinates.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | mgrsAutomatic | Uses the spheroid to determine the military grid string. | |||||||||
| int | mgrsNewStyle | Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string. | |||||||||
| int | mgrsNewWith180InZone01 | Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string. | |||||||||
| int | mgrsOldStyle | Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string. | |||||||||
| int | mgrsOldWith180InZone01 | Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string. | |||||||||
Uses the spheroid to determine the military grid string.
Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string. The 180 longitude falls into zone 60.
Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string. The 180 longitude falls into zone 01.
Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string. The 180 longitude falls into zone 60.
Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string. The 180 longitude falls into zone 01.