Uses of Class
mil.nga.mgrs.utm.UTM
- 
Packages that use UTM Package Description mil.nga.mgrs mil.nga.mgrs.utm  - 
- 
Uses of UTM in mil.nga.mgrs
Methods in mil.nga.mgrs that return UTM Modifier and Type Method Description UTMMGRS. toUTM()Convert to UTM coordinateMethods in mil.nga.mgrs with parameters of type UTM Modifier and Type Method Description static charMGRS. getColumnLetter(UTM utm)Get the column letter from the UTMstatic charMGRS. getRowLetter(UTM utm)Get the row letter from the UTM - 
Uses of UTM in mil.nga.mgrs.utm
Methods in mil.nga.mgrs.utm that return UTM Modifier and Type Method Description static UTMUTM. create(int zone, Hemisphere hemisphere, double easting, double northing)Createstatic UTMUTM. from(Point point)Create from a pointstatic UTMUTM. from(Point point, int zone)Create from a point and zone numberstatic UTMUTM. from(Point point, int zone, Hemisphere hemisphere)Create from a coordinate, zone number, and hemispherestatic UTMUTM. parse(String utm)Parse a UTM value (Zone N|S Easting Northing) 
 -