stsci.factory
Class GSC22factory

java.lang.Object
  |
  +--stsci.factory.Factory
        |
        +--stsci.factory.WebFactory
              |
              +--stsci.factory.ArcObjFactory
                    |
                    +--stsci.factory.GSC2factory
                          |
                          +--stsci.factory.GSC22factory
Direct Known Subclasses:
GSC221factory

public class GSC22factory
extends GSC2factory


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
GSC22factory()
           
 
Method Summary
 java.lang.String getCmd()
          The id and different parameters to the command will be differnt for each system.
 java.lang.Object nextObj()
          just a few more fields
 
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

GSC22factory

public GSC22factory()
Method Detail

nextObj

public java.lang.Object nextObj()
                         throws java.lang.Exception
just a few more fields
Overrides:
nextObj in class GSC2factory

getCmd

public java.lang.String getCmd()
Description copied from class: WebFactory
The id and different parameters to the command will be differnt for each system. This abstarct method will be called to get the Command which should be executed.
Overrides:
getCmd in class GSC2factory