public interface

MgrsConversionMode

com.esri.core.geometry.MgrsConversionMode

Class Overview

The modes for converting between military grid reference system (MGRS) notation and coordinates.

Summary

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.

Constants

public static final int mgrsAutomatic

Uses the spheroid to determine the military grid string.

Constant Value: 0 (0x00000000)

public static final int mgrsNewStyle

Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string. The 180 longitude falls into zone 60.

Constant Value: 256 (0x00000100)

public static final int mgrsNewWith180InZone01

Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string. The 180 longitude falls into zone 01.

Constant Value: 4352 (0x00001100)

public static final int mgrsOldStyle

Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string. The 180 longitude falls into zone 60.

Constant Value: 512 (0x00000200)

public static final int mgrsOldWith180InZone01

Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string. The 180 longitude falls into zone 01.

Constant Value: 4608 (0x00001200)