com.esri.core.geometry
Interface MgrsConversionMode


public interface MgrsConversionMode

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


Field Summary
static int mgrsAutomatic
          Uses the spheroid to determine the military grid string.
static int mgrsNewStyle
          Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string.
static int mgrsNewWith180InZone01
          Treats all spheroids as new, like WGS 1984, when creating or reading a military grid string.
static int mgrsOldStyle
          Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string.
static int mgrsOldWith180InZone01
          Treats all spheroids as old, like Bessel 1841, when creating or reading a military grid string.
 

Field Detail

mgrsAutomatic

static final int mgrsAutomatic
Uses the spheroid to determine the military grid string.

See Also:
Constant Field Values

mgrsNewStyle

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.

See Also:
Constant Field Values

mgrsOldStyle

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.

See Also:
Constant Field Values

mgrsNewWith180InZone01

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.

See Also:
Constant Field Values

mgrsOldWith180InZone01

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.

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.