NASA World Wind

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

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

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

Methods in gov.nasa.worldwind.geom.coords that return TMCoord
static TMCoord TMCoord.fromLatLon(Angle latitude, Angle longitude, Globe globe, Angle originLatitude, Angle centralMeridian, double falseEasting, double falseNorthing, double scale)
          Create a set of Transverse Mercator coordinates from a pair of latitude and longitude, for the given Globe and projection parameters.
static TMCoord TMCoord.fromTM(double easting, double northing, Globe globe, Angle originLatitude, Angle centralMeridian, double falseEasting, double falseNorthing, double scale)
          Create a set of Transverse Mercator coordinates for the given Globe, easting, northing and projection parameters.
 


NASA World Wind