NASA World Wind

Uses of Class
gov.nasa.worldwind.geom.coords.MGRSCoord

Packages that use MGRSCoord
gov.nasa.worldwind.geom.coords   
 

Uses of MGRSCoord in gov.nasa.worldwind.geom.coords
 

Methods in gov.nasa.worldwind.geom.coords that return MGRSCoord
static MGRSCoord MGRSCoord.fromLatLon(Angle latitude, Angle longitude)
          Create a WGS84 MGRS coordinate from a pair of latitude and longitude Angle with the maximum precision of five digits (one meter).
static MGRSCoord MGRSCoord.fromLatLon(Angle latitude, Angle longitude, Globe globe)
          Create a MGRS coordinate from a pair of latitude and longitude Angle with the maximum precision of five digits (one meter).
static MGRSCoord MGRSCoord.fromLatLon(Angle latitude, Angle longitude, Globe globe, int precision)
          Create a MGRS coordinate from a pair of latitude and longitude Angle with the given precision or number of digits (1 to 5).
static MGRSCoord MGRSCoord.fromLatLon(Angle latitude, Angle longitude, int precision)
          Create a WGS84 MGRS coordinate from a pair of latitude and longitude Angle with the given precision or number of digits.
static MGRSCoord MGRSCoord.fromString(java.lang.String MGRSString, Globe globe)
          Create a MGRS coordinate from a standard MGRS coordinate text string.
 


NASA World Wind