public class VO extends Object
The UCD parsing functions are based on Grégory Mantelet's library Ucidy corresponding to UCD1+ 1.5, and the VOUnit parsing functions are based on Norman Gray's library Unity corresponding to VOUnits 1.0.
TFCat refers to the Time-Frequency Radio Catalogues format, TFCat 1.0.
Modifier and Type | Method and Description |
---|---|
static String |
tfcatMessage(String tfcat)
Returns a human-readable message associated with the parsing of a
TFCat text.
|
static String |
tfcatStatus(String tfcat)
Returns a token string giving the category of TFCat compliance.
|
static String |
ucdMessage(String ucd)
Returns a human-readable message associated with the parsing of a UCD.
|
static String |
ucdStatus(String ucd)
Returns a token string giving the category of UCD compliance.
|
static String |
vounitMessage(String unit)
Returns a human-readable message associated with the parsing of a
unit string.
|
static String |
vounitStatus(String unit)
Returns a token string giving the category of VOUnits compliance.
|
public static String ucdStatus(String ucd)
Possible return values are currently:
In the case of non-compliant values, more information can be found
using the ucdMessage
function.
ucd
- UCD stringpublic static String ucdMessage(String ucd)
ucd
- UCD valuepublic static String vounitStatus(String unit)
Possible return values are currently:
In the case of non-compliant values, more information can be found
using the vounitMessage
function.
unit
- unit stringpublic static String vounitMessage(String unit)
unit
- unit stringpublic static String tfcatStatus(String tfcat)
Possible return values are currently:
For non-OK values, more information can be found
using the tfcatMessage
function.
tfcat
- JSON string giving TFCat textpublic static String tfcatMessage(String tfcat)
tfcat
- JSON string giving TFCat textCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.