skyview.survey
Class UserSurvey

java.lang.Object
  extended by skyview.survey.UserSurvey
All Implemented Interfaces:
java.io.Serializable, Component, Survey

public class UserSurvey
extends java.lang.Object
implements Survey

See Also:
Serialized Form

Constructor Summary
UserSurvey()
           
 
Method Summary
 java.lang.String getDescription()
          Get the description of this component.
 Image[] getImages(Position pos, double size)
          Find a list of images that are within size of the given position.
 java.lang.String getName()
          Get the name of this component.
 void updateHeader(Header fitsHeader)
          Update a FITS header for an image generated from this survey.
 void updateSettings()
          This is a NOP for the User survey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserSurvey

public UserSurvey()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: Component
Get the name of this component.

Specified by:
getName in interface Component

getDescription

public java.lang.String getDescription()
Description copied from interface: Component
Get the description of this component.

Specified by:
getDescription in interface Component

updateSettings

public void updateSettings()
This is a NOP for the User survey

Specified by:
updateSettings in interface Survey

updateHeader

public void updateHeader(Header fitsHeader)
Description copied from interface: Survey
Update a FITS header for an image generated from this survey.

Specified by:
updateHeader in interface Survey

getImages

public Image[] getImages(Position pos,
                         double size)
Description copied from interface: Survey
Find a list of images that are within size of the given position.

Specified by:
getImages in interface Survey