net.cds
Interface CDSConstants


public interface CDSConstants

An interface providing static strings for resolving of CDS-DTD returned with their AXIS services.


Field Summary
static String ALIAS
          Tags holding other known names of the target.
static String ALLSKYVIZIER
          The properties to convert the all-sky compiled catalog.
static String AVAILABLE
          In the availability response the only matter.
static String BSCVIZIER
          The properties to convert the bright star catalog.
static String DESCRIPTION
          The tag denoting a description.
static String ERRDEMAS
          The tag holding the error in the declination, in milliarcsec.
static String ERROR
          The element present in case of errors.
static String ERRRAMAS
          The tag holding the error in the right ascension, in milliarcsec.
static String FIELD
          The tag denoting a field entry in a table, i.e.
static String FIELDDATATYPE
          The attribute denoting the datatype of the field.
static String FIELDNAME
          The attribute denoting the name of the field.
static String GSC2VIZIER
          The properties to convert the guide-star catalog 2.2.
static String GSCVIZIER
          The properties to convert the guide-star catalog 1.2
static String HIPPARCHOSVIZIER
          The properties to convert the Hipparchos main catalog.
static String INFO
          The element present in successful queries.
static String JDEDEG
          The tag holding the declination in degrees.
static String JPOS
          The tag holding the sexagesimal position of the target.
static String JRADEG
          The tag holding the right ascension in degrees.
static String NREFS
          The tag with the number of references to this object.
static String ONAME
          The tag with the most commonly name of the target.
static String OTYPE
          The tag specifying the object type.
static String PPMXLVIZIER
           
static String PPMXVIZIER
           
static String REFPOS
          The tag with the reference to the position.
static String RESOLVER
          The tag name for the resolver used to handle the query.
static String RESOLVERCODE
          The optional resolver code attribute.
static String RESOLVERNAME
          The mandatory resolver attribute stating the name of the resolver.
static String SESAME
          The tag name of the top-level embracing sesame element.
static String TABLE
          The tag denoting a table entry.
static String TABLEID
          The tag denoting a table id attribute.
static String TABLENAME
          The tag denoting a table name attribute.
static String TARGET
          The tag name for the target as submitted to CDS.
static String TARGETOPTION
          The attribute to the target element.
static String TD
          The tag denoting a table column.
static String TR
          The tag denoting a table row.
static String TYCHO2VIZIER
          The properties to convert the tycho-2 catalog.
static String TYCHO2VIZIERSUPP
          The properties to convert the tycho-2 catalog.
static String UCAC2VIZIER
          The properties to convert the UCAC2-table.
static String UCAC3VIZIER
           
static String UCACSUPPLEMENTVIZIER
          The properties to convert the bright star supplement to the UCAC2.
 

Field Detail

SESAME

static final String SESAME
The tag name of the top-level embracing sesame element.

See Also:
Constant Field Values

TARGET

static final String TARGET
The tag name for the target as submitted to CDS.

See Also:
Constant Field Values

TARGETOPTION

static final String TARGETOPTION
The attribute to the target element.

See Also:
Constant Field Values

INFO

static final String INFO
The element present in successful queries.

See Also:
Constant Field Values

ERROR

static final String ERROR
The element present in case of errors.

See Also:
Constant Field Values

RESOLVER

static final String RESOLVER
The tag name for the resolver used to handle the query.

See Also:
Constant Field Values

RESOLVERNAME

static final String RESOLVERNAME
The mandatory resolver attribute stating the name of the resolver.

See Also:
Constant Field Values

RESOLVERCODE

static final String RESOLVERCODE
The optional resolver code attribute.

See Also:
Constant Field Values

OTYPE

static final String OTYPE
The tag specifying the object type.

See Also:
Constant Field Values

JPOS

static final String JPOS
The tag holding the sexagesimal position of the target.

See Also:
Constant Field Values

JRADEG

static final String JRADEG
The tag holding the right ascension in degrees.

See Also:
Constant Field Values

JDEDEG

static final String JDEDEG
The tag holding the declination in degrees.

See Also:
Constant Field Values

REFPOS

static final String REFPOS
The tag with the reference to the position.

See Also:
Constant Field Values

ERRRAMAS

static final String ERRRAMAS
The tag holding the error in the right ascension, in milliarcsec.

See Also:
Constant Field Values

ERRDEMAS

static final String ERRDEMAS
The tag holding the error in the declination, in milliarcsec.

See Also:
Constant Field Values

ONAME

static final String ONAME
The tag with the most commonly name of the target.

See Also:
Constant Field Values

ALIAS

static final String ALIAS
Tags holding other known names of the target.

See Also:
Constant Field Values

NREFS

static final String NREFS
The tag with the number of references to this object.

See Also:
Constant Field Values

TABLE

static final String TABLE
The tag denoting a table entry.

See Also:
Constant Field Values

TABLEID

static final String TABLEID
The tag denoting a table id attribute.

See Also:
Constant Field Values

TABLENAME

static final String TABLENAME
The tag denoting a table name attribute.

See Also:
Constant Field Values

FIELD

static final String FIELD
The tag denoting a field entry in a table, i.e. a row description.

See Also:
Constant Field Values

AVAILABLE

static final String AVAILABLE
In the availability response the only matter.

See Also:
Constant Field Values

FIELDNAME

static final String FIELDNAME
The attribute denoting the name of the field.

See Also:
Constant Field Values

FIELDDATATYPE

static final String FIELDDATATYPE
The attribute denoting the datatype of the field.

See Also:
Constant Field Values

DESCRIPTION

static final String DESCRIPTION
The tag denoting a description.

See Also:
Constant Field Values

TR

static final String TR
The tag denoting a table row.

See Also:
Constant Field Values

TD

static final String TD
The tag denoting a table column.

See Also:
Constant Field Values

UCAC2VIZIER

static final String UCAC2VIZIER
The properties to convert the UCAC2-table.

See Also:
Constant Field Values

UCAC3VIZIER

static final String UCAC3VIZIER
See Also:
Constant Field Values

PPMXVIZIER

static final String PPMXVIZIER
See Also:
Constant Field Values

PPMXLVIZIER

static final String PPMXLVIZIER
See Also:
Constant Field Values

HIPPARCHOSVIZIER

static final String HIPPARCHOSVIZIER
The properties to convert the Hipparchos main catalog.

See Also:
Constant Field Values

UCACSUPPLEMENTVIZIER

static final String UCACSUPPLEMENTVIZIER
The properties to convert the bright star supplement to the UCAC2.

See Also:
Constant Field Values

GSCVIZIER

static final String GSCVIZIER
The properties to convert the guide-star catalog 1.2

See Also:
Constant Field Values

GSC2VIZIER

static final String GSC2VIZIER
The properties to convert the guide-star catalog 2.2.

See Also:
Constant Field Values

BSCVIZIER

static final String BSCVIZIER
The properties to convert the bright star catalog.

See Also:
Constant Field Values

ALLSKYVIZIER

static final String ALLSKYVIZIER
The properties to convert the all-sky compiled catalog.

See Also:
Constant Field Values

TYCHO2VIZIER

static final String TYCHO2VIZIER
The properties to convert the tycho-2 catalog.

See Also:
Constant Field Values

TYCHO2VIZIERSUPP

static final String TYCHO2VIZIERSUPP
The properties to convert the tycho-2 catalog.

See Also:
Constant Field Values