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.coords
Methods in gov.nasa.worldwind.geom.coords that return TMCoord Modifier and Type Method Description static TMCoord
TMCoord. 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 givenGlobe
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 givenGlobe
, easting, northing and projection parameters.
-