stsci.factory
Class TYCfactory

java.lang.Object
  |
  +--stsci.factory.Factory
        |
        +--stsci.factory.WebFactory
              |
              +--stsci.factory.ArcObjFactory
                    |
                    +--stsci.factory.HIPfactory
                          |
                          +--stsci.factory.TYCfactory

public class TYCfactory
extends HIPfactory

This just sets Tyc and skips over the HIP stars to get to the tyc ones. Just did this so I do not have to change the web server while still being able to show HIP and tyc as two sepereate catalogues.


Fields inherited from class stsci.factory.HIPfactory
hipDone, hipOnly
 
Fields inherited from class stsci.factory.ArcObjFactory
alpha, delta, r, vlim
 
Fields inherited from class stsci.factory.WebFactory
local
 
Fields inherited from class stsci.factory.Factory
dstream, finished, name, opened
 
Constructor Summary
TYCfactory()
           
 
Method Summary
 void open()
          Override open to open the url.
 
Methods inherited from class stsci.factory.HIPfactory
getCmd, getURL, hipDone, makeStar, nextObj, setTyc
 
Methods inherited from class stsci.factory.ArcObjFactory
getNext, init
 
Methods inherited from class stsci.factory.WebFactory
finished, openCmd, openURL, setLocal, skipToData
 
Methods inherited from class stsci.factory.Factory
openDisk, setFinished
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TYCfactory

public TYCfactory()
Method Detail

open

public void open()
Description copied from class: WebFactory
Override open to open the url. This calls getURL so the subclass can specify the exact URL it needs.
Overrides:
open in class WebFactory