Uses of Class
mil.nga.mgrs.utm.UTM
-
Packages that use UTM Package Description mil.nga.mgrs mil.nga.mgrs.features 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.features
Methods in mil.nga.mgrs.features that return UTM Modifier and Type Method Description UTMPoint. toUTM()Convert to UTM coordinateMethods in mil.nga.mgrs.features with parameters of type UTM Modifier and Type Method Description static PointPoint. from(UTM utm)Create from a Universal Transverse Mercator Projection -
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 latLng)Create from a coordinatestatic UTMUTM. from(Point latLng, int zone)Create from a coordinate and zone numberstatic UTMUTM. from(Point latLng, 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)
-