|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcfa.vo.sed.dm.CharacterizationAxis
public class CharacterizationAxis
| Field Summary | |
|---|---|
protected Accuracy |
_accuracy
|
protected Coverage |
_coverage
|
protected java.lang.String |
_name
|
protected Characterization |
_parent
|
protected IValue |
_resolution
|
protected SamplingPrecision |
_sampPrec
|
protected java.lang.String |
_ucd
|
protected java.lang.String |
_unit
|
| Constructor Summary | |
|---|---|
CharacterizationAxis(Characterization parent)
|
|
| Method Summary | |
|---|---|
Accuracy |
getAccuracy()
Gets the Accuracy object. |
IValue |
getCalibration()
Get the IValue object for the calibration property. |
CoordSys |
getCoordSys()
Returns a reference to the CoordSys object contained in the parent SEDSegment. |
Coverage |
getCoverage()
Gets the Coverage object. |
java.lang.String |
getName()
Gets the value of the name property. |
IValue |
getResolution()
Gets the Ivalue object for Resolution. |
SamplingPrecision |
getSamplingPrecision()
Gets the SamplingPrecision object. |
java.lang.String |
getUCD()
Gets the value of the UCD property. |
java.lang.String |
getUnit()
Gets the value of the units property. |
void |
setAccuracy(Accuracy accuracy)
Sets the Accuracy object |
void |
setCalibration(IValue calibration)
Sets the IValue object for the calibration property. |
void |
setCoverage(Coverage coverage)
Sets the Coverage object |
void |
setName(java.lang.String name)
Sets the value of the name property |
void |
setResolution(IValue resolution)
Sets the IValue object for Resolution |
void |
setSamplingPrecision(SamplingPrecision sampPrec)
Sets the SamplingPrecision object |
void |
setUCD(java.lang.String ucd)
Sets the value of the UCD property |
void |
setUnit(java.lang.String unit)
Sets the value of the unit property |
java.lang.String |
toString()
Override Object's toString() method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Characterization _parent
protected java.lang.String _name
protected java.lang.String _ucd
protected java.lang.String _unit
protected Coverage _coverage
protected Accuracy _accuracy
protected IValue _resolution
protected SamplingPrecision _sampPrec
| Constructor Detail |
|---|
public CharacterizationAxis(Characterization parent)
| Method Detail |
|---|
public java.lang.String getName()
getName in interface ICharacterizationAxisStringpublic void setName(java.lang.String name)
setName in interface ICharacterizationAxisname - allowed object is
Stringpublic java.lang.String getUCD()
getUCD in interface ICharacterizationAxisStringpublic void setUCD(java.lang.String ucd)
setUCD in interface ICharacterizationAxisucd - allowed object is
Stringpublic java.lang.String getUnit()
getUnit in interface ICharacterizationAxisStringpublic void setUnit(java.lang.String unit)
setUnit in interface ICharacterizationAxisunit - allowed object is
Stringpublic Coverage getCoverage()
getCoverage in interface ICharacterizationAxisCoveragepublic void setCoverage(Coverage coverage)
setCoverage in interface ICharacterizationAxiscoverage - allowed object is
Coveragepublic Accuracy getAccuracy()
getAccuracy in interface ICharacterizationAxisAccuracypublic void setAccuracy(Accuracy accuracy)
setAccuracy in interface ICharacterizationAxisaccuracy - allowed object is
Accuracypublic IValue getResolution()
getResolution in interface ICharacterizationAxisIValuepublic void setResolution(IValue resolution)
setResolution in interface ICharacterizationAxisresolution - allowed object is
IValuepublic SamplingPrecision getSamplingPrecision()
getSamplingPrecision in interface ICharacterizationAxisSamplingPrecisionpublic void setSamplingPrecision(SamplingPrecision sampPrec)
setSamplingPrecision in interface ICharacterizationAxissampPrec - allowed object is
SamplingPrecisionpublic IValue getCalibration()
getCalibration in interface ICharacterizationAxisIValue.public void setCalibration(IValue calibration)
setCalibration in interface ICharacterizationAxiscalibration - allowed object is
IValuepublic CoordSys getCoordSys()
getCoordSys in interface ICharacterizationAxisCoordSyspublic java.lang.String toString()
toString in class java.lang.ObjectString
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||