Package skyview.survey
Class UserSurvey
- java.lang.Object
-
- skyview.survey.UserSurvey
-
- All Implemented Interfaces:
Serializable
,Component
,Survey
public class UserSurvey extends Object implements Survey
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserSurvey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Get the description of this component.Image[]
getImages(Position pos, double size, double scale)
Find a list of images that are within size of the given position.String
getName()
Get the name of this component.void
updateHeader(nom.tam.fits.Header fitsHeader)
Update a FITS header for an image generated from this survey.void
updateSettings()
This is a NOP for the User survey
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:Component
Get the name of this component.
-
getDescription
public String getDescription()
Description copied from interface:Component
Get the description of this component.- Specified by:
getDescription
in interfaceComponent
-
updateSettings
public void updateSettings()
This is a NOP for the User survey- Specified by:
updateSettings
in interfaceSurvey
-
updateHeader
public void updateHeader(nom.tam.fits.Header fitsHeader)
Description copied from interface:Survey
Update a FITS header for an image generated from this survey.- Specified by:
updateHeader
in interfaceSurvey
-
-