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

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

Uses of Epoch in edu.nrao.sss.astronomy
 

Methods in edu.nrao.sss.astronomy that return Epoch
static Epoch Epoch.fromString(String text)
          Returns an epoch for the given text.
static Epoch Epoch.getDefault()
          Returns a default epoch.
 Epoch PolynomialPositionTable.getEpoch()
           
 Epoch SkyPosition.getEpoch()
          Returns the epoch on which this position is based.
 Epoch SolarSystemBodyPosition.getEpoch()
           
static Epoch Epoch.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Epoch[] Epoch.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.astronomy with parameters of type Epoch
 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)
           
 void CompositeConverter.setConverter(CelestialCoordinateConverter converter, CelestialCoordinateSystem fromSystem, Epoch fromEpoch, CelestialCoordinateSystem toSystem, Epoch toEpoch)
          Sets the converter to use for the given conversion.
 void PolynomialPositionTable.setEpoch(Epoch newEpoch)
          Sets the epoch of all entries in this table.
 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 Epoch
SimpleSkyPosition(CelestialCoordinateSystem system, Epoch epoch)
          Creates a new instance with the given properties.
 



Copyright © 2009. All Rights Reserved.