|
|||||||||
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
This extension of the WebFactory is for Area searches and returns ArchiveObjects.
Field Summary | |
protected double |
alpha
|
protected double |
delta
|
protected double |
r
|
protected double |
vlim
|
Fields inherited from class stsci.factory.WebFactory |
local |
Fields inherited from class stsci.factory.Factory |
dstream, finished, name, opened |
Constructor Summary | |
ArcObjFactory()
|
Method Summary | |
ArchiveObject |
getNext()
|
void |
init(java.lang.String url,
double a,
double d,
double r,
double v)
The base url (of the server) plus the parameters need to query the web page are passed in the init method. |
Methods inherited from class stsci.factory.WebFactory |
finished, getCmd, getURL, open, openCmd, openURL, setLocal, skipToData |
Methods inherited from class stsci.factory.Factory |
nextObj, openDisk, setFinished |
Methods inherited from class java.lang.Object |
|
Field Detail |
protected double alpha
protected double delta
protected double vlim
protected double r
Constructor Detail |
public ArcObjFactory()
Method Detail |
public ArchiveObject getNext() throws java.lang.Exception
public void init(java.lang.String url, double a, double d, double r, double v)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |