Uses of Class
mil.nga.mgrs.MGRS
-
Packages that use MGRS Package Description mil.nga.mgrs mil.nga.mgrs.features 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(Point latLng)Encodes a point as a MGRS stringstatic MGRSMGRS. parse(String mgrs)Parse a MGRS string -
Uses of MGRS in mil.nga.mgrs.features
Methods in mil.nga.mgrs.features that return MGRS Modifier and Type Method Description MGRSPoint. toMGRS()Convert to a MGRS coordinateMethods in mil.nga.mgrs.features with parameters of type MGRS Modifier and Type Method Description static PointPoint. from(MGRS mgrs)Parse a MGRS value to a coordinate -
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
-