Class VizierCatalog
java.lang.Object
uk.ac.starlink.topcat.vizier.VizierCatalog
- All Implemented Interfaces:
Queryable
-
Method Summary
Modifier and TypeMethodDescriptionString[]Returns astronomy type categories covered by this catalogue.getCpopu()Returns popularity as number of calls.Returns measure of density (on sky?).Returns catalogue description.getIpopu()Returns popularity score.String[]Returns wavelength categories covered by this catalogue.getName()Returns catalogue name.Returns a short name suitable for presentation to the user to represent the name of the catalogue.Returns the source name of the catalogue, as presented to the VizieR server's-sourceparameter.Returns the number of rows reported for this table.Returns the number of tables reported for this catalog.voidsetRowCount(Long nRow) Sets the number of rows reported for this table.voidsetTableCount(int nTable) Sets the number of tables reported for this catalog.
-
Method Details
-
getName
-
getDescription
-
getDensity
-
getLambdas
Returns wavelength categories covered by this catalogue.- Returns:
- terms from wavelength controlled vocabulary
-
getAstros
Returns astronomy type categories covered by this catalogue.- Returns:
- terms from astronomy controlled vocabulary
-
getCpopu
-
getIpopu
-
setTableCount
public void setTableCount(int nTable) Sets the number of tables reported for this catalog. Only makes much sense for a top-level entry.- Parameters:
nTable- number of subordinate tables
-
getTableCount
Returns the number of tables reported for this catalog.- Returns:
- number of subordinate tables
-
setRowCount
Sets the number of rows reported for this table. Only makes much sense for a single table.- Parameters:
nRow- row count
-
getRowCount
-
getQuerySource
Description copied from interface:QueryableReturns the source name of the catalogue, as presented to the VizieR server's-sourceparameter.- Specified by:
getQuerySourcein interfaceQueryable- Returns:
- source string
-
getQueryId
Description copied from interface:QueryableReturns a short name suitable for presentation to the user to represent the name of the catalogue.- Specified by:
getQueryIdin interfaceQueryable- Returns:
- identifier string
-