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 UTM
MGRS. toUTM()
Convert to UTM coordinateMethods in mil.nga.mgrs with parameters of type UTM Modifier and Type Method Description static char
MGRS. getColumnLetter(UTM utm)
Get the column letter from the UTMstatic char
MGRS. 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 UTM
UTM. create(int zone, Hemisphere hemisphere, double easting, double northing)
Createstatic UTM
UTM. from(Point point)
Create from a pointstatic UTM
UTM. from(Point point, int zone)
Create from a point and zone numberstatic UTM
UTM. from(Point point, int zone, Hemisphere hemisphere)
Create from a coordinate, zone number, and hemispherestatic UTM
UTM. parse(String utm)
Parse a UTM value (Zone N|S Easting Northing)
-