net.grelf.astro
Class Hipparcos

java.lang.Object
  extended by net.grelf.astro.StarChartLoader
      extended by net.grelf.astro.Hipparcos

public class Hipparcos
extends StarChartLoader

For loading data from the Hipparcos data file hip_main.dat for use in class StarChart.


Field Summary
 
Fields inherited from class net.grelf.astro.StarChartLoader
cos90ap, cosdp, epoch, sin90ap, sindp, sinFieldRadius
 
Constructor Summary
Hipparcos()
           
 
Method Summary
 void load(java.util.List<Star> stars, java.util.Map<java.lang.String,Star> hipStars, SkyPoint plotCentre, double fieldRadius)
          Append stars from the Hipparcos data set to the given list.
 
Methods inherited from class net.grelf.astro.StarChartLoader
calculateChartCoordinates, getEpoch, initialiseChartCoordinates
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hipparcos

public Hipparcos()
Method Detail

load

public void load(java.util.List<Star> stars,
                 java.util.Map<java.lang.String,Star> hipStars,
                 SkyPoint plotCentre,
                 double fieldRadius)
Append stars from the Hipparcos data set to the given list.