Uses of Class
edu.nrao.sss.measure.LocalSiderealTime

Packages that use LocalSiderealTime
edu.nrao.sss.astronomy General astronomical concepts. 
edu.nrao.sss.geom Geometric concepts. 
edu.nrao.sss.measure Measurements and their units. 
 

Uses of LocalSiderealTime in edu.nrao.sss.astronomy
 

Methods in edu.nrao.sss.astronomy with parameters of type LocalSiderealTime
 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 LocalSiderealTime in edu.nrao.sss.geom
 

Methods in edu.nrao.sss.geom that return LocalSiderealTime
 LocalSiderealTime EarthPosition.getLocalSiderealTime()
          Returns the current local sidereal time at this location.
 

Uses of LocalSiderealTime in edu.nrao.sss.measure
 

Methods in edu.nrao.sss.measure that return LocalSiderealTime
 LocalSiderealTime LocalSiderealTime.addSidereal(TimeDuration siderealDuration)
          Increments this LST by the given amount of sidereal time.
 LocalSiderealTime LocalSiderealTime.addSolar(TimeDuration solarDuration)
          Increments this LST by the given amount of solar time.
 LocalSiderealTime LocalSiderealTime.advanceTo(TimeOfDay lstTimeOfDay)
          Advances this LST to the given time of day.
 LocalSiderealTime LocalSiderealTime.clone()
          Returns a copy of this LST.
 LocalSiderealTime LocalSiderealTime.set(int year, int month, int day, int lstHour, int lstMinute, BigDecimal lstSecond)
          Sets the local solar calendar date and the local sidereal time.
 LocalSiderealTime LocalSiderealTime.set(int year, int month, int day, int lstHour, int lstMinute, String lstSecond)
          Sets the local solar calendar date and the local sidereal time.
 LocalSiderealTime LocalSiderealTime.setLocationAndTimeZone(Longitude newLongitude, TimeZone newTimeZone)
          Changes the location and time zone for which this LST is valid.
 LocalSiderealTime LocalSiderealTime.setSiderealTime(int localSiderealDay, TimeOfDay localSiderealTime)
          Sets this LST to the given day and time of day.
 LocalSiderealTime LocalSiderealTime.setSiderealTime(TimeOfDay lst)
          Sets this LST to the given day and time of day.
 LocalSiderealTime LocalSiderealTime.setSolarTime()
          Sets the solar time on which this LST is based to the current system time.
 LocalSiderealTime LocalSiderealTime.setSolarTime(Date gregorianCalendarDate)
          Sets the solar time on which this LST is based to the given time.
 LocalSiderealTime LocalSiderealTime.setSolarTime(JulianDate julianDate)
          Sets the solar time on which this LST is based to the given time.
 LocalSiderealTime LocalSiderealTime.subtractSidereal(TimeDuration siderealDuration)
          Decrements this LST by the given amount of sidereal time.
 LocalSiderealTime LocalSiderealTime.subtractSolar(TimeDuration solarDuration)
          Decrements this LST by the given amount of solar time.
 

Methods in edu.nrao.sss.measure with parameters of type LocalSiderealTime
 int LocalSiderealTime.compareTo(LocalSiderealTime other)
           
 boolean LocalSiderealTime.isAfter(LocalSiderealTime other)
          Returns true if this LST is later than other.
 boolean LocalSiderealTime.isBefore(LocalSiderealTime other)
          Returns true if this LST is earlier than other.
 TimeDuration LocalSiderealTime.siderealTimeUntil(LocalSiderealTime otherSidereal)
          Returns a duration, in sidereal time, from this LST to otherSidereal.
 TimeDuration LocalSiderealTime.solarTimeUntil(LocalSiderealTime otherSidereal)
          Returns a duration, in solar time, from this LST to otherSidereal.
 



Copyright © 2009. All Rights Reserved.