Uses of Class
edu.nrao.sss.geom.EarthPosition

Packages that use EarthPosition
edu.nrao.sss.astronomy General astronomical concepts. 
edu.nrao.sss.geom Geometric concepts. 
 

Uses of EarthPosition in edu.nrao.sss.astronomy
 

Methods in edu.nrao.sss.astronomy that return EarthPosition
 EarthPosition DopplerTracker.getObserver()
          Returns the position on earth whose velocity will be measured relative to a celestial source.
 

Methods in edu.nrao.sss.astronomy with parameters of type EarthPosition
 SkyPosition HeasarcCoordConverter.createFrom(SkyPosition position, CelestialCoordinateSystem toSystem, Epoch toEpoch, EarthPosition observer, LocalSiderealTime lst)
          Returns a new position that is equivalent to position, but in the given coordinate system and epoch.
 SkyPosition CompositeConverter.createFrom(SkyPosition position, CelestialCoordinateSystem toSystem, Epoch toEpoch, EarthPosition observer, LocalSiderealTime lst)
           
 SkyPosition StarlinkPalConverter.createFrom(SkyPosition position, CelestialCoordinateSystem toSystem, Epoch toEpoch, EarthPosition observer, LocalSiderealTime lst)
           
 SkyPosition CelestialCoordinateConverter.createFrom(SkyPosition position, CelestialCoordinateSystem toSystem, Epoch toEpoch, EarthPosition observer, LocalSiderealTime lst)
          Returns a new position that is equivalent to position, but in the given coordinate system and epoch.
 SkyPosition EquatorialHorizontalConverter.createFrom(SkyPosition position, CelestialCoordinateSystem toSystem, Epoch toEpoch, EarthPosition observer, LocalSiderealTime lst)
           
 SkyPosition CompositeConverter.executeChain(edu.nrao.sss.astronomy.CompositeConverter.CcsEpochChain chain, SkyPosition position, EarthPosition observer, LocalSiderealTime lst)
          Executes all the conversions in the chain.
 void DopplerTracker.setObserver(EarthPosition newObserver)
          Sets the position on earth whose velocity will be measured relative to a celestial source.
 SkyPosition PolynomialPositionTable.toPosition(CelestialCoordinateSystem system, Epoch epoch, EarthPosition observer, LocalSiderealTime lst)
           
 SkyPosition SkyPosition.toPosition(CelestialCoordinateSystem system, Epoch epoch, EarthPosition observer, LocalSiderealTime lst)
          Returns a new position expressed in the given coordinate system and epoch that is equivalent to this position.
 SkyPosition SolarSystemBodyPosition.toPosition(CelestialCoordinateSystem system, Epoch epoch, EarthPosition observer, LocalSiderealTime lst)
           
 SkyPosition PolynomialPositionTable.toPosition(CelestialCoordinateSystem system, Epoch epoch, EarthPosition observer, LocalSiderealTime lst, CelestialCoordinateConverter converter)
           
 SkyPosition SkyPosition.toPosition(CelestialCoordinateSystem system, Epoch epoch, EarthPosition observer, LocalSiderealTime lst, CelestialCoordinateConverter converter)
          Returns a new position expressed in the given coordinate system and epoch that is equivalent to this position.
 SkyPosition SolarSystemBodyPosition.toPosition(CelestialCoordinateSystem system, Epoch epoch, EarthPosition observer, LocalSiderealTime lst, CelestialCoordinateConverter converter)
           
 

Constructors in edu.nrao.sss.astronomy with parameters of type EarthPosition
DopplerTracker(EarthPosition observer)
          Creates a new Doppler tracker for the given earth-bound observer.
DopplerTracker(EarthPosition observer, SkyPosition skyPosition)
          Creates a new Doppler tracker for the given observer and celestial sky position.
DopplerTracker(EarthPosition observer, SkyPosition skyPosition, LinearVelocity sourceVelocity, VelocityFrame sourceFrame, VelocityConvention velocityConvention)
          Creates a new Doppler tracker with the given parameters.
 

Uses of EarthPosition in edu.nrao.sss.geom
 

Methods in edu.nrao.sss.geom that return EarthPosition
 EarthPosition EarthPosition.clone()
          Returns a copy of this position.
 



Copyright © 2009. All Rights Reserved.