Package uk.ac.starlink.topcat.vizier
Interface Queryable
-
- All Known Implementing Classes:
VizierCatalog
public interface Queryable
Defines a Vizier catalogue which may be searched or downloaded.- Since:
- 19 Oct 2009
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getQueryId()
Returns a short name suitable for presentation to the user to represent the name of the catalogue.java.lang.String
getQuerySource()
Returns the source name of the catalogue, as presented to the VizieR server's-source
parameter.
-
-
-
Method Detail
-
getQuerySource
java.lang.String getQuerySource()
Returns the source name of the catalogue, as presented to the VizieR server's-source
parameter.- Returns:
- source string
-
getQueryId
java.lang.String getQueryId()
Returns a short name suitable for presentation to the user to represent the name of the catalogue.- Returns:
- identifier string
-
-