cfa.vo.sed.dm
Interface ICharacterizationAxis

All Known Implementing Classes:
CharacterizationAxis, FluxCharAxis, SpatialCharAxis, SpectralCharAxis, TimeCharAxis

public interface ICharacterizationAxis


Method Summary
 Accuracy getAccuracy()
           
 IValue getCalibration()
          Get the IValue object for the calibration property.
 CoordSys getCoordSys()
          Returns a reference to the CoordSys object.
 Coverage getCoverage()
           
 java.lang.String getName()
           
 IValue getResolution()
           
 SamplingPrecision getSamplingPrecision()
           
 java.lang.String getUCD()
           
 java.lang.String getUnit()
           
 void setAccuracy(Accuracy accuracy)
           
 void setCalibration(IValue calibration)
          Sets the IValue object for the calibration property.
 void setCoverage(Coverage coverage)
           
 void setName(java.lang.String name)
           
 void setResolution(IValue resolution)
           
 void setSamplingPrecision(SamplingPrecision sampPrec)
           
 void setUCD(java.lang.String ucd)
           
 void setUnit(java.lang.String unit)
           
 

Method Detail

getName

java.lang.String getName()

setName

void setName(java.lang.String name)

getUCD

java.lang.String getUCD()

setUCD

void setUCD(java.lang.String ucd)

getUnit

java.lang.String getUnit()

setUnit

void setUnit(java.lang.String unit)

getCoverage

Coverage getCoverage()

setCoverage

void setCoverage(Coverage coverage)

getAccuracy

Accuracy getAccuracy()

setAccuracy

void setAccuracy(Accuracy accuracy)

getResolution

IValue getResolution()

setResolution

void setResolution(IValue resolution)

getSamplingPrecision

SamplingPrecision getSamplingPrecision()

setSamplingPrecision

void setSamplingPrecision(SamplingPrecision sampPrec)

getCalibration

IValue getCalibration()
Get the IValue object for the calibration property. Can have values ABSOLUTE, RELATIVE, or UNCALIBRATED. ABSOLUTE indicates values in the data are expected to be correct within the given uncertainty. RELATIVE indicates that although an unknown systematic error is present, the ratio of any two values will be correct. UNCALIBRATED indicates that although the values reflect a measurement of the given UCD, they are modified by an unspecified coordinate-dependent correction.

Returns:
IValue.

setCalibration

void setCalibration(IValue calibration)
Sets the IValue object for the calibration property. Can have values ABSOLUTE, RELATIVE, or UNCALIBRATED. ABSOLUTE indicates values in the data are expected to be correct within the given uncertainty. RELATIVE indicates that although an unknown systematic error is present, the ratio of any two values will be correct. UNCALIBRATED indicates that although the values reflect a measurement of the given UCD, they are modified by an unspecified coordinate-dependent correction.

Parameters:
calibration - allowed object is IValue

getCoordSys

CoordSys getCoordSys()
Returns a reference to the CoordSys object.

Returns:
possible object is CoordSys