Uses of Class
mil.nga.mgrs.MGRS
- 
Packages that use MGRS Package Description mil.nga.mgrs mil.nga.mgrs.grid mil.nga.mgrs.gzd mil.nga.mgrs.utm  - 
- 
Uses of MGRS in mil.nga.mgrs
Methods in mil.nga.mgrs that return MGRS Modifier and Type Method Description static MGRSMGRS. create(int zone, char band, char column, char row, long easting, long northing)Createstatic MGRSMGRS. create(int zone, char band, long easting, long northing)Createstatic MGRSMGRS. from(double longitude, double latitude)Convert the coordinate to MGRSstatic MGRSMGRS. from(Point point)Encodes a point as a MGRS stringstatic MGRSMGRS. parse(String mgrs)Parse a MGRS string - 
Uses of MGRS in mil.nga.mgrs.grid
Methods in mil.nga.mgrs.grid that return MGRS Modifier and Type Method Description MGRSGridLabel. getCoordinate()Get the MGRS coordinateMethods in mil.nga.mgrs.grid with parameters of type MGRS Modifier and Type Method Description voidGridLabel. setCoordinate(MGRS coordinate)Set the MGRS coordinateConstructors in mil.nga.mgrs.grid with parameters of type MGRS Constructor Description GridLabel(String name, Point center, Bounds bounds, GridType gridType, MGRS coordinate)Constructor - 
Uses of MGRS in mil.nga.mgrs.gzd
Methods in mil.nga.mgrs.gzd with parameters of type MGRS Modifier and Type Method Description static GridZoneGridZones. getGridZone(MGRS mgrs)Get the grid zone by MGRS - 
Uses of MGRS in mil.nga.mgrs.utm
Methods in mil.nga.mgrs.utm that return MGRS Modifier and Type Method Description MGRSUTM. toMGRS()Convert to a MGRS coordinate 
 -