Uses of Interface
edu.nrao.sss.astronomy.CelestialCoordinateConverter

Packages that use CelestialCoordinateConverter
edu.nrao.sss.astronomy General astronomical concepts. 
 

Uses of CelestialCoordinateConverter in edu.nrao.sss.astronomy
 

Classes in edu.nrao.sss.astronomy that implement CelestialCoordinateConverter
 class CompositeConverter
          A coordinate converter that delegates its work to other converters.
 class EquatorialHorizontalConverter
          A converter that converts only equatorial positions to or from horizontal positions.
 class HeasarcCoordConverter
          A celestial coordinate system converter provided by NASA's High Energy Astrophysics Science Archive Research Center (HEASARC).
 class StarlinkPalConverter
          A coordinate converter based on the Positional Astronomy Library of the defunct Starlink project.
 

Methods in edu.nrao.sss.astronomy with parameters of type CelestialCoordinateConverter
 void CompositeConverter.setConverter(CelestialCoordinateConverter converter, CelestialCoordinateSystem fromSystem, Epoch fromEpoch, CelestialCoordinateSystem toSystem, Epoch toEpoch)
          Sets the converter to use for the given conversion.
 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)
           
 



Copyright © 2009. All Rights Reserved.