|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--stsci.factory.Factory | +--stsci.factory.WebFactory | +--stsci.factory.ArcObjFactory | +--stsci.factory.GSC1factory
Field Summary | |
protected java.lang.String |
cat
|
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 | |
GSC1factory()
To use this for other catalogues server from here just create a factory sub-class of this and change cat to the catalogue string in the constructor. |
Method Summary | |
java.lang.String |
getCmd()
The id and different parameters to the command will be differnt for each system. |
java.lang.String |
getURL()
The id and different parameters to the web page will be differnt for each system. |
java.lang.Object |
nextObj()
The abstract method to consume input from dstream and create the next object. |
protected void |
skipToData()
Skip down the data stream to where the data is. |
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 |
|
Field Detail |
protected java.lang.String cat
Constructor Detail |
public GSC1factory()
Method Detail |
protected void skipToData()
skipToData
in class WebFactory
public java.lang.String getURL()
WebFactory
getURL
in class WebFactory
public java.lang.String getCmd()
WebFactory
getCmd
in class WebFactory
public java.lang.Object nextObj() throws java.lang.Exception
Factory
nextObj
in class Factory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |