uk.ac.starlink.vo
Class ValueConverter.HMSDegreesValueConverter
java.lang.Object
uk.ac.starlink.vo.ValueConverter
uk.ac.starlink.vo.ValueConverter.HMSDegreesValueConverter
- Enclosing class:
- ValueConverter
public static class ValueConverter.HMSDegreesValueConverter
- extends ValueConverter
Converter for hours:minute:seconds format.
Method Summary |
double |
convertValue(String sval)
Converts a string value to a numeric for this format |
String |
unconvertValue(double dval)
Converts a numeric value to a string value for this format. |
ValueConverter.HMSDegreesValueConverter
public ValueConverter.HMSDegreesValueConverter()
convertValue
public double convertValue(String sval)
- Description copied from class:
ValueConverter
- Converts a string value to a numeric for this format
- Specified by:
convertValue
in class ValueConverter
- Parameters:
sval
- string value
- Returns:
- numeric equivalent of sval
unconvertValue
public String unconvertValue(double dval)
- Description copied from class:
ValueConverter
- Converts a numeric value to a string value for this format.
- Specified by:
unconvertValue
in class ValueConverter
- Parameters:
dval
- numeric value
- Returns:
- string representation of dval
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.