Sky View Café - Java

org.shetline.astronomy
Class StarCatalog.CacheEntry

java.lang.Object
  extended by org.shetline.astronomy.StarCatalog.CacheEntry
Enclosing class:
StarCatalog

protected static class StarCatalog.CacheEntry
extends Object


Field Summary
 int flags
           
 SphericalPosition pos
           
 double time
           
 
Constructor Summary
protected StarCatalog.CacheEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

flags

public int flags

pos

public SphericalPosition pos

time

public double time
Constructor Detail

StarCatalog.CacheEntry

protected StarCatalog.CacheEntry()

Sky View Café - Java