edu.cmu.emulator.world
Class LLAPos
java.lang.Object
edu.cmu.emulator.world.LLAPos
public class LLAPos
- extends Object
Constructor Summary |
LLAPos(double latitude,
double longitude,
double altitude)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
latitude
protected double latitude
longitude
protected double longitude
altitude
protected double altitude
MEAN_EARTH_RADIUS
private static final double MEAN_EARTH_RADIUS
- See Also:
- Constant Field Values
LLAPos
public LLAPos(double latitude,
double longitude,
double altitude)
getLatitude
public double getLatitude()
getLongitude
public double getLongitude()
getAltitude
public double getAltitude()
toECEF
public ECEFPos toECEF()
llaToEVector
public static double[] llaToEVector(LLAPos origin,
LLAPos pos)
parse
public static LLAPos parse(Element def)
Copyright © 2013. All Rights Reserved.