public interface MgrsConversionMode
Modifier and Type | Field and Description |
---|---|
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.
|
static final int mgrsAutomatic
static final int mgrsNewStyle
static final int mgrsOldStyle
static final int mgrsNewWith180InZone01
static final int mgrsOldWith180InZone01
Copyright © 2018. All rights reserved.