Uses of Class
edu.nrao.sss.astronomy.CoordinateConversionException

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

Uses of CoordinateConversionException in edu.nrao.sss.astronomy
 

Methods in edu.nrao.sss.astronomy that throw CoordinateConversionException
 LinearVelocity DopplerTracker.calculateRelativeVelocity(Date dateTime)
          Calculates and returns the relative velocity between the earth-bound observer and celestial source held by this tracker.
 Frequency DopplerTracker.calculateShiftedFrequency(Frequency restFreq, Date dateTime)
          Returns a shifted frequency based on restFreq and the relative velocity of the observer to the emitter at dateTime.
 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.
 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)
           
 

Uses of CoordinateConversionException in edu.nrao.sss.geom
 

Methods in edu.nrao.sss.geom that throw CoordinateConversionException
 LinearVelocity EarthPosition.calcVelocityRelativeTo(SkyPosition skyPosition, Date calcTime, VelocityFrame referenceFrame)
          Returns the velocity of this position to the given sky position at a particular point in time and with respect to the given frame of reference.
 



Copyright © 2009. All Rights Reserved.