Class StandardIds

java.lang.Object
org.javastro.ivoa.schema.StandardIds

public final class StandardIds extends Object
URI values for the standardID attribute. Registrations of IVO service based on VOResource 1.0 and later use capability elements which are distinguished by the values of their standardID attribute. The values are usually IVORNs pointing to the registrations of standards. This class lists the known ones: global standards acknowledged by IVOA and local standards defined by AstroGrid.
Author:
Guy Rixon
  • Field Details

    • SIAP

      public static final String SIAP
      Simple Image Access Protocol: ivo://ivoa.net/std/SIA. Taken from IVOA's XML schema for http://www.ivoa.net/xml/SIA/v1.0.
      See Also:
    • SSAP

      public static final String SSAP
      Simple Spectral Access Protocol: ivo://ivoa.net/std/SSA. Taken from IVOA's XML schema for http://www.ivoa.net/xml/SSA/v0.2
      See Also:
    • OPEN_SKY_NODE

      @Deprecated public static final String OPEN_SKY_NODE
      Deprecated.
      Open Sky Node: ivo://ivoa.net/std/OpenSkyNode. Taken from IVOA's XML schema for http://www.ivoa.net/xml/SkyNode/v0.2,
      See Also:
    • REGISTRY

      public static final String REGISTRY
      IVOA registry: ivo://ivoa.net/std/Registry. Taken from IVOA's standard document for the registry interface.
      See Also:
    • CEA

      @Deprecated public static final String CEA
      Deprecated.
      Common Execution Architecture: ivo://org.astrogrid/std/CEA/v1.0. Chosen by AstroGrid during cycle 1 of AG3. A capability for CEA v1.0 implies the CEC SOAP service.
      See Also:
    • STAP

      public static final String STAP
      Simple Temporal Access Protocol: ivo://org.astrogrid/std/STAP/v1.0. Chosen by AstroGrid during cycle 1 of AG3.
      See Also:
    • TAP

      public static final String TAP
      Table Access Protocol: ivo://ivoa.net/std/TAP.
      See Also:
  • Constructor Details

    • StandardIds

      public StandardIds()