|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--stsci.archive.HTTPwraper | +--stsci.archive.HTTPImageArchive
The assumtion is that images (probably fits) will be provided via HTTP usually. The job of this class will be to create PlanerImages from them hoipefully usingf the CODEC from ESO.
Fields inherited from class stsci.archive.HTTPwraper |
factory, factoryName, local, name, url |
Constructor Summary | |
HTTPImageArchive(ArchiveDescriptor d)
Factories could be used here too like in HTTPArchive but for now we assume they are all the same |
Method Summary | |
ImageProd |
area(double alpha,
double delta,
double radius)
ImageProd is a factory which produces PlanarImages - this returns a reference to the factory rather than the image to allow for easier background loading. |
Methods inherited from class stsci.archive.HTTPwraper |
name |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface stsci.arci.Archive |
name |
Constructor Detail |
public HTTPImageArchive(ArchiveDescriptor d) throws java.rmi.RemoteException
Method Detail |
public ImageProd area(double alpha, double delta, double radius) throws ArchiveException, java.rmi.RemoteException
ImageArchive
area
in interface ImageArchive
stsci.arci.ImageArchive
delta
- radius
- ArchiveException,RemoteException
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |