Package uk.ac.starlink.topcat.vizier
Class VizierCatalog
- java.lang.Object
-
- uk.ac.starlink.topcat.vizier.VizierCatalog
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getAstros()Returns astronomy type categories covered by this catalogue.java.lang.IntegergetCpopu()Returns popularity as number of calls.java.lang.IntegergetDensity()Returns measure of density (on sky?).java.lang.StringgetDescription()Returns catalogue description.java.lang.FloatgetIpopu()Returns popularity score.java.lang.String[]getLambdas()Returns wavelength categories covered by this catalogue.java.lang.StringgetName()Returns catalogue name.java.lang.StringgetQueryId()Returns a short name suitable for presentation to the user to represent the name of the catalogue.java.lang.StringgetQuerySource()Returns the source name of the catalogue, as presented to the VizieR server's-sourceparameter.java.lang.LonggetRowCount()Returns the number of rows reported for this table.java.lang.IntegergetTableCount()Returns the number of tables reported for this catalog.voidsetRowCount(java.lang.Long nRow)Sets the number of rows reported for this table.voidsetTableCount(int nTable)Sets the number of tables reported for this catalog.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Returns catalogue name.- Returns:
- name
-
getDescription
public java.lang.String getDescription()
Returns catalogue description.- Returns:
- description
-
getDensity
public java.lang.Integer getDensity()
Returns measure of density (on sky?).- Returns:
- density
-
getLambdas
public java.lang.String[] getLambdas()
Returns wavelength categories covered by this catalogue.- Returns:
- terms from wavelength controlled vocabulary
-
getAstros
public java.lang.String[] getAstros()
Returns astronomy type categories covered by this catalogue.- Returns:
- terms from astronomy controlled vocabulary
-
getCpopu
public java.lang.Integer getCpopu()
Returns popularity as number of calls.- Returns:
- integer giving popularity
-
getIpopu
public java.lang.Float getIpopu()
Returns popularity score.- Returns:
- float giving popularity
-
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
public java.lang.Integer getTableCount()
Returns the number of tables reported for this catalog.- Returns:
- number of subordinate tables
-
setRowCount
public void setRowCount(java.lang.Long nRow)
Sets the number of rows reported for this table. Only makes much sense for a single table.- Parameters:
nRow- row count
-
getRowCount
public java.lang.Long getRowCount()
Returns the number of rows reported for this table.- Returns:
- row count
-
getQuerySource
public java.lang.String 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
public java.lang.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
-
-