Package uk.ac.starlink.topcat.vizier
Class VizierInfo
java.lang.Object
uk.ac.starlink.topcat.vizier.VizierInfo
Can obtain information about VizieR service.
Most of the methods in this class may take time to interrogate the
VizieR server, and therefore ought not to be called on the event
dispatch thread.
- Since:
- 3 Nov 2009
- Author:
- Mark Taylor
-
Method Summary
Modifier and TypeMethodDescriptionInfoItem[]
Returns a list of the known archive resources.String[]
Returns the list of keyword values permitted for the Astronomy controlled vocabulary.String[]
Returns the list of keyword values permitted for the Mission controlled vocabulary.Returns the declared parent component used by this object for placing warning messages.InfoItem[]
Returns a list of the known survey resources.String[]
Returns the list of keyword values permitted for the Wavelength controlled vocabulary.
-
Method Details
-
getBaseUrl
-
getSurveys
Returns a list of the known survey resources.- Returns:
- survey array; may be empty, but not null, if there was an error
-
getArchives
Returns a list of the known archive resources.- Returns:
- archive array; may be empty, but not null, if there was an error
-
getWavelengthKws
Returns the list of keyword values permitted for the Wavelength controlled vocabulary.- Returns:
- wavelength keywords
-
getMissionKws
Returns the list of keyword values permitted for the Mission controlled vocabulary.- Returns:
- mission keywords
-
getAstronomyKws
Returns the list of keyword values permitted for the Astronomy controlled vocabulary.- Returns:
- astronomy keywords
-
getParent
Returns the declared parent component used by this object for placing warning messages.- Returns:
- parent component
-