Uses of Class
org.stellarium.data.HipData

Packages that use HipData
org.stellarium.astro Astronomical computations 
org.stellarium.data   
 

Uses of HipData in org.stellarium.astro
 

Methods in org.stellarium.astro with parameters of type HipData
(package private)  boolean HipStar.read(HipData data)
          Read datas in binary catalog and compute x,y,z; The aliasing bug on some architecture has been fixed by Rainer Canavan on 26/11/2003 Really ?
 

Uses of HipData in org.stellarium.data
 

Fields in org.stellarium.data declared as HipData
private static HipData[] HipparcosDataReaderTest.testHipData
           
 

Fields in org.stellarium.data with type parameters of type HipData
private  java.util.Map<java.lang.Integer,HipData> HipparcosDataReaderTest.hipTestDataMap
           
 

Methods in org.stellarium.data with parameters of type HipData
 int HipData.compareTo(HipData o)