com.genlogic
Class GlgUtmMgrs
java.lang.Object
com.genlogic.GlgUtmMgrs
public class GlgUtmMgrs
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GLM_10000_METER
public static final int GLM_10000_METER
- See Also:
- Constant Field Values
GLM_1000_METER
public static final int GLM_1000_METER
- See Also:
- Constant Field Values
GLM_100_METER
public static final int GLM_100_METER
- See Also:
- Constant Field Values
GLM_10_METER
public static final int GLM_10_METER
- See Also:
- Constant Field Values
GLM_1_METER
public static final int GLM_1_METER
- See Also:
- Constant Field Values
GlgUtmMgrs
public GlgUtmMgrs()
MgrsToUtm
public static int MgrsToUtm(java.lang.String mgrs_buf,
GlgUtmPoint utm_point)
UtmToMgrs
public static java.lang.String UtmToMgrs(GlgUtmPoint utm_point,
int accuracy)
UtmToLatLon
public static boolean UtmToLatLon(GlgUtmPoint utm_point,
GlgLatLonPoint lat_lon)
LatLonToUtm
public static void LatLonToUtm(GlgLatLonPoint lat_lon_point,
GlgUtmPoint utm_point)
LatLonToUtm
public static void LatLonToUtm(double lat,
double lon,
GlgUtmPoint utm_point)