Package org.javastro.ivoa.schema
Class StandardIds
java.lang.Object
org.javastro.ivoa.schema.StandardIds
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringCone search: ivo://ivoa.net/std/ConeSearch.static final StringDeprecated.static final StringIVOA registry: ivo://ivoa.net/std/Registry.static final StringSimple Image Access Protocol: ivo://ivoa.net/std/SIA.static final StringSimple Spectral Access Protocol: ivo://ivoa.net/std/SSA.static final StringSimple Temporal Access Protocol: ivo://org.astrogrid/std/STAP/v1.0.static final StringTable Access Protocol: ivo://ivoa.net/std/TAP. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONE_SEARCH
Cone search: ivo://ivoa.net/std/ConeSearch. Taken from IVOA's XML schema for http://www.ivoa.net/xml/ConeSearch/v1.0.- See Also:
-
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
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.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
IVOA registry: ivo://ivoa.net/std/Registry. Taken from IVOA's standard document for the registry interface.- See Also:
-
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
Simple Temporal Access Protocol: ivo://org.astrogrid/std/STAP/v1.0. Chosen by AstroGrid during cycle 1 of AG3.- See Also:
-
TAP
Table Access Protocol: ivo://ivoa.net/std/TAP.- See Also:
-
-
Constructor Details
-
StandardIds
public StandardIds()
-