Simulcast 4.2

gov.nasa.gsfc.aisb.simulcast.util
Class OrbitLocation

java.lang.Object
  extended by gov.nasa.gsfc.aisb.simulcast.util.OrbitLocation

public class OrbitLocation
extends java.lang.Object


Constructor Summary
OrbitLocation(Orbit orbit, long time)
          OrbitLocation.
 
Method Summary
 double getLat()
          getLat.
 double getLon()
          getLon.
 long getTime()
          getTime.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrbitLocation

public OrbitLocation(Orbit orbit,
                     long time)
OrbitLocation.

Method Detail

getTime

public long getTime()
getTime.


getLat

public double getLat()
getLat.


getLon

public double getLon()
getLon.


Simulcast 4.2