stsci.factory
Class GSC221factory

java.lang.Object
  |
  +--stsci.factory.Factory
        |
        +--stsci.factory.WebFactory
              |
              +--stsci.factory.ArcObjFactory
                    |
                    +--stsci.factory.GSC2factory
                          |
                          +--stsci.factory.GSC22factory
                                |
                                +--stsci.factory.GSC221factory

public class GSC221factory
extends GSC22factory


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
GSC221factory()
           
 
Methods inherited from class stsci.factory.GSC22factory
getCmd, nextObj
 
Methods inherited from class stsci.factory.GSC2factory
getURL, skipToData
 
Methods inherited from class stsci.factory.ArcObjFactory
getNext, init
 
Methods inherited from class stsci.factory.WebFactory
finished, open, openCmd, openURL, setLocal
 
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

GSC221factory

public GSC221factory()