Package stsci.factory

Provides a set of factories to produce ArchiveObjects from URLs and other inputstreams.

See:
          Description

Class Summary
ADfactory Get archiveDescriptors from the file.
ArcObjFactory This extension of the WebFactory is for Area searches and returns ArchiveObjects.
COMPASSfactory  
DSS1factory  
DSS2Bfactory  
DSS2factory  
DSS2Ifactory  
DSS2Rfactory  
Factory Read objects from a text file on disk.
FactoryIter Iterate over the results from a factory query.
GenericFactory read a URL or execute a command next just returns the nextLine
GSC1factory  
GSC221factory  
GSC22factory  
GSC2factory  
HIPfactory Factory for the hipparcos web server.
PlanarImageFactory Construct a JAI image from the given page.
PlateFactory  
RemoteImageProd wrapper for PlanarImageFactory to allow remote interaction * @author
SDSSfactory  
TestGenericFactory  
TestPlateFactory  
TwoMASSfactory  
TYCfactory This just sets Tyc and skips over the HIP stars to get to the tyc ones.
WebFactory Read objects from a web feed, Subclasses must implement certain abstract methods to make this work e.g.
 

Package stsci.factory Description

Provides a set of factories to produce ArchiveObjects from URLs and other inputstreams. These clases provide the parsing required to construct an appropriate arcobj from a particular stream be it html or the output of running some executable.

Author: William O'Mullane