Interface | Description |
---|---|
ImageFactory |
This interface is implemented by methods which can
build an image using the given string.
|
ImageGenerator |
This interface is implemented by classes that dynamically
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 | Description |
---|---|
AkariGenerator | |
Cacher |
This class handles interactions with the file cache.
|
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.
|
HealPixImage |
This class defines an image gotten by reading a HEALPix image where the
pixels are in the nested pixel order.
|
HealPixImageFactory |
A little class that creates FITS images using a factory method.
|
HealPixSplitter | |
HipsGenerator |
This class simply returns the directory in which a HiPS is stored.
|
HipsImage |
This class defines an image gotten by reading a HEALPix image
where the pixels are in the nested pixel order.
|
HipsImageFactory |
A little class that creates a HiPS image from the spell provided.
|
HPXCvt | |
Image |
This class defines an image as the combination
of a set of pixel values and a WCS describing the
pixel coordinates.
|
MocReader |
Read a MOC and support tests to see if pixels/tiles are available.
|
NeatGenerator |
This class gets a set of candidates from a SIAP request
|
ProxyImage | |
SIAP2Generator |
This class gets a set of candidates from a SIAP request
|
SIAPGenerator |
This class gets a set of candidates from a SIAP request
|
Subset |
A image that is a subset of an existing image.
|
SurveyExtractor |
This class provides functionality to translate survey
names into associated survey description files.
|
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 |
This class provides functionality to translate survey
names into associated survey description files.
|
XMLSurveyFinder.SurveyLink |
Exception | Description |
---|---|
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.
|