Package skyview.survey

Interface Summary
ImageFactory This interface is implemented by methods which can build an image using the given string.
ImageGenerator This interface is implemented by classes that dyamically generate a list of images (or more precisely the spells through which the images may be created by an ImageFactory).
Survey methods for describing and manipulating survey data
SurveyFinder This interface defines the role of something that can find a survey given a survey id.
 

Class Summary
CachingImageFactory  
DSS2ImageGenerator This class generates DSS2 image spells.
DSSImage This class defines an image as the combination of a set of pixel values and a WCS describing the pixel coordinates.
DSSImageFactory A little class that creates FITS images using a factory method.
FitsImage This class defines an image gotten by reading a file
FitsImageFactory A little class that creates FITS images using a factory method.
HDecompressor HDecompressor.
Image This class defines an image as the combination of a set of pixel values and a WCS describing the pixel coordinates.
NeatGenerator This class gets a set of candidates from a SIAP request
ProxyImage  
SIAPGenerator This class gets a set of candidates from a SIAP request
TwoMASSGenerator This is s special class just defined for a specific 2MASS SIAP service.
UserSurvey  
Util  
XMLSurvey This class defines a survey based upon an XML file which contains the metadata and image information for the survey.
XMLSurveyDescription This class writes an HTML description of a survey based upon its XML survey file.
XMLSurveyFinder  
 

Exception Summary
ParsingTermination This class is used to terminate the parsing of of XML file (typically a survey description file).
SurveyException This class is used for exceptions problems with the data in a survey.