Uses of Class
gov.nasa.worldwind.geom.coords.TMCoord
- 
Packages that use TMCoord Package Description gov.nasa.worldwind.geom.coords 
- 
- 
Uses of TMCoord in gov.nasa.worldwind.geom.coordsMethods in gov.nasa.worldwind.geom.coords that return TMCoord Modifier and Type Method Description static TMCoordTMCoord. fromLatLon(Angle latitude, Angle longitude, Globe globe, java.lang.Double a, java.lang.Double f, 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 givenGlobeand projection parameters.static TMCoordTMCoord. 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 givenGlobe, easting, northing and projection parameters.
 
-