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 MGRS
MGRS. create(int zone, char band, char column, char row, long easting, long northing)
Createstatic MGRS
MGRS. create(int zone, char band, long easting, long northing)
Createstatic MGRS
MGRS. from(double longitude, double latitude)
Convert the coordinate to MGRSstatic MGRS
MGRS. from(Point point)
Encodes a point as a MGRS stringstatic MGRS
MGRS. 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 MGRS
GridLabel. getCoordinate()
Get the MGRS coordinateMethods in mil.nga.mgrs.grid with parameters of type MGRS Modifier and Type Method Description void
GridLabel. 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 GridZone
GridZones. 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 MGRS
UTM. toMGRS()
Convert to a MGRS coordinate
-