Uses of Class
net.grelf.astro.Dec

Packages that use Dec
net.grelf.astro This package contains Java classes for astronomical applications. 
 

Uses of Dec in net.grelf.astro
 

Methods in net.grelf.astro that return Dec
 Dec Dec.clone()
          Returns a new Dec object with the same data.
 Dec SkyPoint.getDec()
           
 

Constructors in net.grelf.astro with parameters of type Dec
SkyPoint(RA ra, Dec dec, Epoch equinox)
           
Star(java.lang.String commonId, java.lang.String hipparcosId, java.lang.String tychoId, RA ra, Dec dec, Epoch epoch, Magnitude magnitude, Variability variability)
          Generally two of the ids passed in will be expected to be null; they may get set after construction.
Star(java.lang.String commonId, java.lang.String hipparcosId, java.lang.String tychoId, RA ra, Dec dec, Epoch epoch, Magnitude magnitude, Variability variability, double xdd, double zdd)
          Generally two of the ids passed in will be expected to be null.
Star(java.lang.String commonId, java.lang.String hipparcosId, java.lang.String tychoId, RA ra, Dec dec, Epoch epoch, Magnitude magnitude, Variability variability, ProperMotion pm)
          Generally two of the ids passed in will be expected to be null; they may get set after construction.
Star(java.lang.String commonId, java.lang.String hipparcosId, java.lang.String tychoId, RA ra, Dec dec, Epoch epoch, Magnitude magnitude, Variability variability, ProperMotion pm, double xdd, double zdd)
          Generally two of the ids passed in will be expected to be null.
StarChart(java.lang.String title, RA ra, Dec dec, Epoch equinox, JulianDate epoch, double fieldWidthDegrees, boolean showVariables, boolean showChartCentre, StarChartSource source)
          If the title is null then one is constructed from the data (so many degrees around position).
StarChart(java.lang.String title, RA ra, Dec dec, Epoch equinox, JulianDate epoch, double fieldWidthDegrees, StarChartSource source)
          Use this constructor if you always want to mark variable stars and the chart centre.