casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | Friends
asdm::CalSeeingRow Class Reference

The CalSeeingRow class is a row of a CalSeeingTable. More...

#include <CalSeeingRow.h>

List of all members.

Public Member Functions

virtual ~CalSeeingRow ()
 friend class asdm::TableStreamReader<CalSeeingTable, CalSeeingRow>;
CalSeeingTablegetTable () const
 Return the table to which this row belongs.
bool isAdded () const
 Has this row been added to its table ?
void setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection)
 Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.
ArrayTime getStartValidTime () const
 ===> Attribute startValidTime
void setStartValidTime (ArrayTime startValidTime)
 Set startValidTime with the specified ArrayTime.
ArrayTime getEndValidTime () const
 ===> Attribute endValidTime
void setEndValidTime (ArrayTime endValidTime)
 Set endValidTime with the specified ArrayTime.
vector< FrequencygetFrequencyRange () const
 ===> Attribute frequencyRange
void setFrequencyRange (vector< Frequency > frequencyRange)
 Set frequencyRange with the specified vector<Frequency >.
Interval getIntegrationTime () const
 ===> Attribute integrationTime
void setIntegrationTime (Interval integrationTime)
 Set integrationTime with the specified Interval.
int getNumBaseLengths () const
 ===> Attribute numBaseLengths
void setNumBaseLengths (int numBaseLengths)
 Set numBaseLengths with the specified int.
vector< LengthgetBaselineLengths () const
 ===> Attribute baselineLengths
void setBaselineLengths (vector< Length > baselineLengths)
 Set baselineLengths with the specified vector<Length >.
vector< AnglegetPhaseRMS () const
 ===> Attribute phaseRMS
void setPhaseRMS (vector< Angle > phaseRMS)
 Set phaseRMS with the specified vector<Angle >.
Angle getSeeing () const
 ===> Attribute seeing
void setSeeing (Angle seeing)
 Set seeing with the specified Angle.
Angle getSeeingError () const
 ===> Attribute seeingError
void setSeeingError (Angle seeingError)
 Set seeingError with the specified Angle.
bool isExponentExists () const
 ===> Attribute exponent, which is optional
float getExponent () const
 Get exponent, which is optional.
void setExponent (float exponent)
 Set exponent with the specified float.
void clearExponent ()
 Mark exponent, which is an optional field, as non-existent.
bool isOuterScaleExists () const
 ===> Attribute outerScale, which is optional
Length getOuterScale () const
 Get outerScale, which is optional.
void setOuterScale (Length outerScale)
 Set outerScale with the specified Length.
void clearOuterScale ()
 Mark outerScale, which is an optional field, as non-existent.
bool isOuterScaleRMSExists () const
 ===> Attribute outerScaleRMS, which is optional
Angle getOuterScaleRMS () const
 Get outerScaleRMS, which is optional.
void setOuterScaleRMS (Angle outerScaleRMS)
 Set outerScaleRMS with the specified Angle.
void clearOuterScaleRMS ()
 Mark outerScaleRMS, which is an optional field, as non-existent.
void setCalDataId (Tag calDataId)
 Set calDataId with the specified Tag.
Tag getCalReductionId () const
 ===> Attribute calReductionId
void setCalReductionId (Tag calReductionId)
 Set calReductionId with the specified Tag.
Links *CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
bool compareNoAutoInc (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, Interval integrationTime, int numBaseLengths, vector< Length > baselineLengths, vector< Angle > phaseRMS, Angle seeing, Angle seeingError)
 Compare each mandatory attribute except the autoincrementable one of this CalSeeingRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, Interval integrationTime, int numBaseLengths, vector< Length > baselineLengths, vector< Angle > phaseRMS, Angle seeing, Angle seeingError)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalSeeingRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalSeeingRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void toIDL (asdmIDL::CalSeeingRowIDL &x) const
 Define the content of a CalSeeingRowIDL struct from the values found in this row.
void setFromIDL (asdmIDL::CalSeeingRowIDL x)
 Fill the values of this row from the IDL struct CalSeeingRowIDL.
std::string toXML () const
 Return this row in the form of an XML string.
void setFromXML (std::string rowDoc)
 Fill the values of this row from an XML string that was produced by the toXML() method.
virtual ~CalSeeingRow ()
 friend class asdm::TableStreamReader<CalSeeingTable, CalSeeingRow>;
CalSeeingTablegetTable () const
 Return the table to which this row belongs.
bool isAdded () const
 Has this row been added to its table ?
void setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection)
 Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.
ArrayTime getStartValidTime () const
 ===> Attribute startValidTime
void setStartValidTime (ArrayTime startValidTime)
 Set startValidTime with the specified ArrayTime.
ArrayTime getEndValidTime () const
 ===> Attribute endValidTime
void setEndValidTime (ArrayTime endValidTime)
 Set endValidTime with the specified ArrayTime.
vector< FrequencygetFrequencyRange () const
 ===> Attribute frequencyRange
void setFrequencyRange (vector< Frequency > frequencyRange)
 Set frequencyRange with the specified vector<Frequency >.
Interval getIntegrationTime () const
 ===> Attribute integrationTime
void setIntegrationTime (Interval integrationTime)
 Set integrationTime with the specified Interval.
int getNumBaseLengths () const
 ===> Attribute numBaseLengths
void setNumBaseLengths (int numBaseLengths)
 Set numBaseLengths with the specified int.
vector< LengthgetBaselineLengths () const
 ===> Attribute baselineLengths
void setBaselineLengths (vector< Length > baselineLengths)
 Set baselineLengths with the specified vector<Length >.
vector< AnglegetPhaseRMS () const
 ===> Attribute phaseRMS
void setPhaseRMS (vector< Angle > phaseRMS)
 Set phaseRMS with the specified vector<Angle >.
Angle getSeeing () const
 ===> Attribute seeing
void setSeeing (Angle seeing)
 Set seeing with the specified Angle.
Angle getSeeingError () const
 ===> Attribute seeingError
void setSeeingError (Angle seeingError)
 Set seeingError with the specified Angle.
bool isExponentExists () const
 ===> Attribute exponent, which is optional
float getExponent () const
 Get exponent, which is optional.
void setExponent (float exponent)
 Set exponent with the specified float.
void clearExponent ()
 Mark exponent, which is an optional field, as non-existent.
bool isOuterScaleExists () const
 ===> Attribute outerScale, which is optional
Length getOuterScale () const
 Get outerScale, which is optional.
void setOuterScale (Length outerScale)
 Set outerScale with the specified Length.
void clearOuterScale ()
 Mark outerScale, which is an optional field, as non-existent.
bool isOuterScaleRMSExists () const
 ===> Attribute outerScaleRMS, which is optional
Angle getOuterScaleRMS () const
 Get outerScaleRMS, which is optional.
void setOuterScaleRMS (Angle outerScaleRMS)
 Set outerScaleRMS with the specified Angle.
void clearOuterScaleRMS ()
 Mark outerScaleRMS, which is an optional field, as non-existent.
void setCalDataId (Tag calDataId)
 Set calDataId with the specified Tag.
Tag getCalReductionId () const
 ===> Attribute calReductionId
void setCalReductionId (Tag calReductionId)
 Set calReductionId with the specified Tag.
Links *CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
bool compareNoAutoInc (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, Interval integrationTime, int numBaseLengths, vector< Length > baselineLengths, vector< Angle > phaseRMS, Angle seeing, Angle seeingError)
 Compare each mandatory attribute except the autoincrementable one of this CalSeeingRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, Interval integrationTime, int numBaseLengths, vector< Length > baselineLengths, vector< Angle > phaseRMS, Angle seeing, Angle seeingError)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalSeeingRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalSeeingRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void setFromIDL (asdmIDL::CalSeeingRowIDL x)
 Fill the values of this row from the IDL struct CalSeeingRowIDL.
std::string toXML () const
 Return this row in the form of an XML string.
void setFromXML (std::string rowDoc)
 Fill the values of this row from an XML string that was produced by the toXML() method.

Public Attributes

Intrinsic Table Attributes
Extrinsic Table Attributes

Private Member Functions

void isAdded (bool added)
 This method is used by the Table class when this row is added to the table.
 CalSeeingRow (CalSeeingTable &table)
 Create a CalSeeingRow.
 CalSeeingRow (CalSeeingTable &table, CalSeeingRow &row)
 Create a CalSeeingRow using a copy constructor mechanism.
void atmPhaseCorrectionFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void frequencyRangeFromBin (EndianIStream &eis)
void integrationTimeFromBin (EndianIStream &eis)
void numBaseLengthsFromBin (EndianIStream &eis)
void baselineLengthsFromBin (EndianIStream &eis)
void phaseRMSFromBin (EndianIStream &eis)
void seeingFromBin (EndianIStream &eis)
void seeingErrorFromBin (EndianIStream &eis)
void exponentFromBin (EndianIStream &eis)
void outerScaleFromBin (EndianIStream &eis)
void outerScaleRMSFromBin (EndianIStream &eis)
void atmPhaseCorrectionFromText (const string &s)
void calDataIdFromText (const string &s)
void calReductionIdFromText (const string &s)
void startValidTimeFromText (const string &s)
void endValidTimeFromText (const string &s)
void frequencyRangeFromText (const string &s)
void integrationTimeFromText (const string &s)
void numBaseLengthsFromText (const string &s)
void baselineLengthsFromText (const string &s)
void phaseRMSFromText (const string &s)
void seeingFromText (const string &s)
void seeingErrorFromText (const string &s)
void exponentFromText (const string &s)
void outerScaleFromText (const string &s)
void outerScaleRMSFromText (const string &s)
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream.
void isAdded (bool added)
 This method is used by the Table class when this row is added to the table.
 CalSeeingRow (CalSeeingTable &table)
 Create a CalSeeingRow.
 CalSeeingRow (CalSeeingTable &table, CalSeeingRow &row)
 Create a CalSeeingRow using a copy constructor mechanism.
void atmPhaseCorrectionFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void frequencyRangeFromBin (EndianIStream &eis)
void integrationTimeFromBin (EndianIStream &eis)
void numBaseLengthsFromBin (EndianIStream &eis)
void baselineLengthsFromBin (EndianIStream &eis)
void phaseRMSFromBin (EndianIStream &eis)
void seeingFromBin (EndianIStream &eis)
void seeingErrorFromBin (EndianIStream &eis)
void exponentFromBin (EndianIStream &eis)
void outerScaleFromBin (EndianIStream &eis)
void outerScaleRMSFromBin (EndianIStream &eis)
void atmPhaseCorrectionFromText (const string &s)
void calDataIdFromText (const string &s)
void calReductionIdFromText (const string &s)
void startValidTimeFromText (const string &s)
void endValidTimeFromText (const string &s)
void frequencyRangeFromText (const string &s)
void integrationTimeFromText (const string &s)
void numBaseLengthsFromText (const string &s)
void baselineLengthsFromText (const string &s)
void phaseRMSFromText (const string &s)
void seeingFromText (const string &s)
void seeingErrorFromText (const string &s)
void exponentFromText (const string &s)
void outerScaleFromText (const string &s)
void outerScaleRMSFromText (const string &s)
void fromText (const std::string &attributeName, const std::string &t)
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream.

Private Attributes

CalSeeingTabletable
 The table to which this row belongs.
bool hasBeenAdded
 Whether this row has been added to the table or not.
ArrayTime startValidTime
 ===> Attribute startValidTime
ArrayTime endValidTime
 ===> Attribute endValidTime
vector< FrequencyfrequencyRange
 ===> Attribute frequencyRange
Interval integrationTime
 ===> Attribute integrationTime
int numBaseLengths
 ===> Attribute numBaseLengths
vector< LengthbaselineLengths
 ===> Attribute baselineLengths
vector< AnglephaseRMS
 ===> Attribute phaseRMS
Angle seeing
 ===> Attribute seeing
Angle seeingError
 ===> Attribute seeingError
bool exponentExists
 ===> Attribute exponent, which is optional
float exponent
bool outerScaleExists
 ===> Attribute outerScale, which is optional
Length outerScale
bool outerScaleRMSExists
 ===> Attribute outerScaleRMS, which is optional
Angle outerScaleRMS
Tag calReductionId
 ===> Attribute calReductionId
Links *binary deserialization
material from an EndianIStream
std::map< std::string,
CalSeeingAttributeFromBin
fromBinMethods
*text deserialization material
std::map< std::string,
CalSeeingAttributeFromText
fromTextMethods

Friends

class asdm::CalSeeingTable
class asdm::RowTransformer< CalSeeingRow >

Detailed Description

The CalSeeingRow class is a row of a CalSeeingTable.

Generated from model's revision "1.64", branch "HEAD"

Generated from model's revision "1.61", branch "HEAD"

Definition at line 140 of file CalSeeingRow.h.


Constructor & Destructor Documentation

virtual asdm::CalSeeingRow::~CalSeeingRow ( ) [virtual]

friend class asdm::TableStreamReader<CalSeeingTable, CalSeeingRow>;

Create a CalSeeingRow.

This constructor is private because only the table can create rows. All rows know the table to which they belong.

Parameters:
tableThe table to which this row belongs.
asdm::CalSeeingRow::CalSeeingRow ( CalSeeingTable table,
CalSeeingRow row 
) [private]

Create a CalSeeingRow using a copy constructor mechanism.

Given a CalSeeingRow row and a CalSeeingTable table, the method creates a new CalSeeingRow owned by table. Each attribute of the created row is a copy (deep) of the corresponding attribute of row. The method does not add the created row to its table, its simply parents it to table, a call to the add method has to be done in order to get the row added (very likely after having modified some of its attributes). If row is null then the method returns a row with default values for its attributes.

This constructor is private because only the table can create rows. All rows know the table to which they belong.

Parameters:
tableThe table to which this row belongs.
rowThe row which is to be copied.
virtual asdm::CalSeeingRow::~CalSeeingRow ( ) [virtual]

friend class asdm::TableStreamReader<CalSeeingTable, CalSeeingRow>;

Create a CalSeeingRow.

This constructor is private because only the table can create rows. All rows know the table to which they belong.

Parameters:
tableThe table to which this row belongs.
asdm::CalSeeingRow::CalSeeingRow ( CalSeeingTable table,
CalSeeingRow row 
) [private]

Create a CalSeeingRow using a copy constructor mechanism.

Given a CalSeeingRow row and a CalSeeingTable table, the method creates a new CalSeeingRow owned by table. Each attribute of the created row is a copy (deep) of the corresponding attribute of row. The method does not add the created row to its table, its simply parents it to table, a call to the add method has to be done in order to get the row added (very likely after having modified some of its attributes). If row is null then the method returns a row with default values for its attributes.

This constructor is private because only the table can create rows. All rows know the table to which they belong.

Parameters:
tableThe table to which this row belongs.
rowThe row which is to be copied.

Member Function Documentation

void asdm::CalSeeingRow::atmPhaseCorrectionFromText ( const string &  s) [private]
void asdm::CalSeeingRow::atmPhaseCorrectionFromText ( const string &  s) [private]
void asdm::CalSeeingRow::baselineLengthsFromText ( const string &  s) [private]
void asdm::CalSeeingRow::baselineLengthsFromText ( const string &  s) [private]
void asdm::CalSeeingRow::calDataIdFromText ( const string &  s) [private]
void asdm::CalSeeingRow::calDataIdFromText ( const string &  s) [private]
void asdm::CalSeeingRow::calReductionIdFromText ( const string &  s) [private]
void asdm::CalSeeingRow::calReductionIdFromText ( const string &  s) [private]

Mark exponent, which is an optional field, as non-existent.

Mark exponent, which is an optional field, as non-existent.

Mark outerScale, which is an optional field, as non-existent.

Mark outerScale, which is an optional field, as non-existent.

Mark outerScaleRMS, which is an optional field, as non-existent.

Mark outerScaleRMS, which is an optional field, as non-existent.

bool asdm::CalSeeingRow::compareNoAutoInc ( AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency frequencyRange,
Interval  integrationTime,
int  numBaseLengths,
vector< Length baselineLengths,
vector< Angle phaseRMS,
Angle  seeing,
Angle  seeingError 
)

Compare each mandatory attribute except the autoincrementable one of this CalSeeingRow with the corresponding parameters and return true if there is a match and false otherwise.

Parameters:
atmPhaseCorrection
calDataId
calReductionId
startValidTime
endValidTime
frequencyRange
integrationTime
numBaseLengths
baselineLengths
phaseRMS
seeing
seeingError
bool asdm::CalSeeingRow::compareNoAutoInc ( AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency frequencyRange,
Interval  integrationTime,
int  numBaseLengths,
vector< Length baselineLengths,
vector< Angle phaseRMS,
Angle  seeing,
Angle  seeingError 
)

Compare each mandatory attribute except the autoincrementable one of this CalSeeingRow with the corresponding parameters and return true if there is a match and false otherwise.

Parameters:
atmPhaseCorrection
calDataId
calReductionId
startValidTime
endValidTime
frequencyRange
integrationTime
numBaseLengths
baselineLengths
phaseRMS
seeing
seeingError
bool asdm::CalSeeingRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency frequencyRange,
Interval  integrationTime,
int  numBaseLengths,
vector< Length baselineLengths,
vector< Angle phaseRMS,
Angle  seeing,
Angle  seeingError 
)

Compare each mandatory value (i.e.

not in the key) attribute with the corresponding parameters and return true if there is a match and false otherwise.

Parameters:
startValidTime
endValidTime
frequencyRange
integrationTime
numBaseLengths
baselineLengths
phaseRMS
seeing
seeingError
bool asdm::CalSeeingRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency frequencyRange,
Interval  integrationTime,
int  numBaseLengths,
vector< Length baselineLengths,
vector< Angle phaseRMS,
Angle  seeing,
Angle  seeingError 
)

Compare each mandatory value (i.e.

not in the key) attribute with the corresponding parameters and return true if there is a match and false otherwise.

Parameters:
startValidTime
endValidTime
frequencyRange
integrationTime
numBaseLengths
baselineLengths
phaseRMS
seeing
seeingError
void asdm::CalSeeingRow::endValidTimeFromText ( const string &  s) [private]
void asdm::CalSeeingRow::endValidTimeFromText ( const string &  s) [private]

Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.

Parameters:
xa pointer on the CalSeeingRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.

Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.

Parameters:
xa pointer on the CalSeeingRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.
void asdm::CalSeeingRow::exponentFromText ( const string &  s) [private]
void asdm::CalSeeingRow::exponentFromText ( const string &  s) [private]
void asdm::CalSeeingRow::frequencyRangeFromText ( const string &  s) [private]
void asdm::CalSeeingRow::frequencyRangeFromText ( const string &  s) [private]
void asdm::CalSeeingRow::fromText ( const std::string &  attributeName,
const std::string &  t 
) [private]

===> Attribute baselineLengths

         

Get baselineLengths.

Returns:
baselineLengths as vector<Length >

===> Attribute baselineLengths

         

Get baselineLengths.

Returns:
baselineLengths as vector<Length >

calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId

Returns:
a CalDataRow*

calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId

Returns:
a CalDataRow*

===> Attribute calReductionId

         

Get calReductionId.

Returns:
calReductionId as Tag

===> Attribute calReductionId

         

Get calReductionId.

Returns:
calReductionId as Tag

calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId

Returns:
a CalReductionRow*

calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId

Returns:
a CalReductionRow*

===> Attribute endValidTime

         

Get endValidTime.

Returns:
endValidTime as ArrayTime

===> Attribute endValidTime

         

Get endValidTime.

Returns:
endValidTime as ArrayTime

Get exponent, which is optional.

Returns:
exponent as float
Exceptions:
IllegalAccessExceptionIf exponent does not exist.

Get exponent, which is optional.

Returns:
exponent as float
Exceptions:
IllegalAccessExceptionIf exponent does not exist.

===> Attribute frequencyRange

         

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >

===> Attribute frequencyRange

         

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >

===> Attribute integrationTime

         

Get integrationTime.

Returns:
integrationTime as Interval

===> Attribute integrationTime

         

Get integrationTime.

Returns:
integrationTime as Interval

===> Attribute numBaseLengths

         

Get numBaseLengths.

Returns:
numBaseLengths as int

===> Attribute numBaseLengths

         

Get numBaseLengths.

Returns:
numBaseLengths as int

Get outerScale, which is optional.

Returns:
outerScale as Length
Exceptions:
IllegalAccessExceptionIf outerScale does not exist.

Get outerScale, which is optional.

Returns:
outerScale as Length
Exceptions:
IllegalAccessExceptionIf outerScale does not exist.

Get outerScaleRMS, which is optional.

Returns:
outerScaleRMS as Angle
Exceptions:
IllegalAccessExceptionIf outerScaleRMS does not exist.

Get outerScaleRMS, which is optional.

Returns:
outerScaleRMS as Angle
Exceptions:
IllegalAccessExceptionIf outerScaleRMS does not exist.

===> Attribute phaseRMS

         

Get phaseRMS.

Returns:
phaseRMS as vector<Angle >

===> Attribute phaseRMS

         

Get phaseRMS.

Returns:
phaseRMS as vector<Angle >

===> Attribute seeing

         

Get seeing.

Returns:
seeing as Angle

===> Attribute seeing

         

Get seeing.

Returns:
seeing as Angle

===> Attribute seeingError

         

Get seeingError.

Returns:
seeingError as Angle

===> Attribute seeingError

         

Get seeingError.

Returns:
seeingError as Angle

===> Attribute startValidTime

         

Get startValidTime.

Returns:
startValidTime as ArrayTime

===> Attribute startValidTime

         

Get startValidTime.

Returns:
startValidTime as ArrayTime

Return the table to which this row belongs.

Return the table to which this row belongs.

void asdm::CalSeeingRow::integrationTimeFromText ( const string &  s) [private]
void asdm::CalSeeingRow::integrationTimeFromText ( const string &  s) [private]

Has this row been added to its table ?

Returns:
true if and only if it has been added.

Has this row been added to its table ?

Returns:
true if and only if it has been added.
void asdm::CalSeeingRow::isAdded ( bool  added) [private]

This method is used by the Table class when this row is added to the table.

void asdm::CalSeeingRow::isAdded ( bool  added) [private]

This method is used by the Table class when this row is added to the table.

===> Attribute exponent, which is optional

         

The attribute exponent is optional. Return true if this attribute exists.

Returns:
true if and only if the exponent attribute exists.

===> Attribute exponent, which is optional

         

The attribute exponent is optional. Return true if this attribute exists.

Returns:
true if and only if the exponent attribute exists.

===> Attribute outerScale, which is optional

         

The attribute outerScale is optional. Return true if this attribute exists.

Returns:
true if and only if the outerScale attribute exists.

===> Attribute outerScale, which is optional

         

The attribute outerScale is optional. Return true if this attribute exists.

Returns:
true if and only if the outerScale attribute exists.

===> Attribute outerScaleRMS, which is optional

         

The attribute outerScaleRMS is optional. Return true if this attribute exists.

Returns:
true if and only if the outerScaleRMS attribute exists.

===> Attribute outerScaleRMS, which is optional

         

The attribute outerScaleRMS is optional. Return true if this attribute exists.

Returns:
true if and only if the outerScaleRMS attribute exists.
void asdm::CalSeeingRow::numBaseLengthsFromText ( const string &  s) [private]
void asdm::CalSeeingRow::numBaseLengthsFromText ( const string &  s) [private]
void asdm::CalSeeingRow::outerScaleFromText ( const string &  s) [private]
void asdm::CalSeeingRow::outerScaleFromText ( const string &  s) [private]
void asdm::CalSeeingRow::outerScaleRMSFromText ( const string &  s) [private]
void asdm::CalSeeingRow::outerScaleRMSFromText ( const string &  s) [private]
void asdm::CalSeeingRow::phaseRMSFromText ( const string &  s) [private]
void asdm::CalSeeingRow::phaseRMSFromText ( const string &  s) [private]
void asdm::CalSeeingRow::seeingErrorFromText ( const string &  s) [private]
void asdm::CalSeeingRow::seeingErrorFromText ( const string &  s) [private]
void asdm::CalSeeingRow::seeingFromText ( const string &  s) [private]
void asdm::CalSeeingRow::seeingFromText ( const string &  s) [private]
void asdm::CalSeeingRow::setAtmPhaseCorrection ( AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection)

Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.

Parameters:
atmPhaseCorrectionThe AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalSeeingRow::setAtmPhaseCorrection ( AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection)

Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.

Parameters:
atmPhaseCorrectionThe AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalSeeingRow::setBaselineLengths ( vector< Length baselineLengths)

Set baselineLengths with the specified vector<Length >.

Parameters:
baselineLengthsThe vector<Length > value to which baselineLengths is to be set.
void asdm::CalSeeingRow::setBaselineLengths ( vector< Length baselineLengths)

Set baselineLengths with the specified vector<Length >.

Parameters:
baselineLengthsThe vector<Length > value to which baselineLengths is to be set.

Set calDataId with the specified Tag.

Parameters:
calDataIdThe Tag value to which calDataId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.

Set calDataId with the specified Tag.

Parameters:
calDataIdThe Tag value to which calDataId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalSeeingRow::setCalReductionId ( Tag  calReductionId)

Set calReductionId with the specified Tag.

Parameters:
calReductionIdThe Tag value to which calReductionId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalSeeingRow::setCalReductionId ( Tag  calReductionId)

Set calReductionId with the specified Tag.

Parameters:
calReductionIdThe Tag value to which calReductionId is to be set.
Exceptions:
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTimeThe ArrayTime value to which endValidTime is to be set.

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTimeThe ArrayTime value to which endValidTime is to be set.
void asdm::CalSeeingRow::setExponent ( float  exponent)

Set exponent with the specified float.

Parameters:
exponentThe float value to which exponent is to be set.
void asdm::CalSeeingRow::setExponent ( float  exponent)

Set exponent with the specified float.

Parameters:
exponentThe float value to which exponent is to be set.
void asdm::CalSeeingRow::setFrequencyRange ( vector< Frequency frequencyRange)

Set frequencyRange with the specified vector<Frequency >.

Parameters:
frequencyRangeThe vector<Frequency > value to which frequencyRange is to be set.
void asdm::CalSeeingRow::setFrequencyRange ( vector< Frequency frequencyRange)

Set frequencyRange with the specified vector<Frequency >.

Parameters:
frequencyRangeThe vector<Frequency > value to which frequencyRange is to be set.
void asdm::CalSeeingRow::setFromIDL ( asdmIDL::CalSeeingRowIDL  x)

Fill the values of this row from the IDL struct CalSeeingRowIDL.

Parameters:
xThe IDL struct containing the values used to fill this row.
Exceptions:
ConversionException
void asdm::CalSeeingRow::setFromIDL ( asdmIDL::CalSeeingRowIDL  x)

Fill the values of this row from the IDL struct CalSeeingRowIDL.

Parameters:
xThe IDL struct containing the values used to fill this row.
Exceptions:
ConversionException
void asdm::CalSeeingRow::setFromXML ( std::string  rowDoc)

Fill the values of this row from an XML string that was produced by the toXML() method.

Parameters:
rowDocthe XML string being used to set the values of this row.
Exceptions:
ConversionException
void asdm::CalSeeingRow::setFromXML ( std::string  rowDoc)

Fill the values of this row from an XML string that was produced by the toXML() method.

Parameters:
rowDocthe XML string being used to set the values of this row.
Exceptions:
ConversionException

Set integrationTime with the specified Interval.

Parameters:
integrationTimeThe Interval value to which integrationTime is to be set.

Set integrationTime with the specified Interval.

Parameters:
integrationTimeThe Interval value to which integrationTime is to be set.
void asdm::CalSeeingRow::setNumBaseLengths ( int  numBaseLengths)

Set numBaseLengths with the specified int.

Parameters:
numBaseLengthsThe int value to which numBaseLengths is to be set.
void asdm::CalSeeingRow::setNumBaseLengths ( int  numBaseLengths)

Set numBaseLengths with the specified int.

Parameters:
numBaseLengthsThe int value to which numBaseLengths is to be set.

Set outerScale with the specified Length.

Parameters:
outerScaleThe Length value to which outerScale is to be set.

Set outerScale with the specified Length.

Parameters:
outerScaleThe Length value to which outerScale is to be set.

Set outerScaleRMS with the specified Angle.

Parameters:
outerScaleRMSThe Angle value to which outerScaleRMS is to be set.

Set outerScaleRMS with the specified Angle.

Parameters:
outerScaleRMSThe Angle value to which outerScaleRMS is to be set.
void asdm::CalSeeingRow::setPhaseRMS ( vector< Angle phaseRMS)

Set phaseRMS with the specified vector<Angle >.

Parameters:
phaseRMSThe vector<Angle > value to which phaseRMS is to be set.
void asdm::CalSeeingRow::setPhaseRMS ( vector< Angle phaseRMS)

Set phaseRMS with the specified vector<Angle >.

Parameters:
phaseRMSThe vector<Angle > value to which phaseRMS is to be set.

Set seeing with the specified Angle.

Parameters:
seeingThe Angle value to which seeing is to be set.

Set seeing with the specified Angle.

Parameters:
seeingThe Angle value to which seeing is to be set.

Set seeingError with the specified Angle.

Parameters:
seeingErrorThe Angle value to which seeingError is to be set.

Set seeingError with the specified Angle.

Parameters:
seeingErrorThe Angle value to which seeingError is to be set.

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTimeThe ArrayTime value to which startValidTime is to be set.

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTimeThe ArrayTime value to which startValidTime is to be set.
void asdm::CalSeeingRow::startValidTimeFromText ( const string &  s) [private]
void asdm::CalSeeingRow::startValidTimeFromText ( const string &  s) [private]
void asdm::CalSeeingRow::toBin ( EndianOSStream eoss) [private]

Serialize this into a stream of bytes written to an EndianOSStream.

Parameters:
eossthe EndianOSStream to be written to
void asdm::CalSeeingRow::toBin ( EndianOSStream eoss) [private]

Serialize this into a stream of bytes written to an EndianOSStream.

Parameters:
eossthe EndianOSStream to be written to
asdmIDL::CalSeeingRowIDL* asdm::CalSeeingRow::toIDL ( ) const

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalSeeingRowIDL struct.
asdmIDL::CalSeeingRowIDL* asdm::CalSeeingRow::toIDL ( ) const

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalSeeingRowIDL struct.
void asdm::CalSeeingRow::toIDL ( asdmIDL::CalSeeingRowIDL &  x) const

Define the content of a CalSeeingRowIDL struct from the values found in this row.

Parameters:
xa reference to the CalSeeingRowIDL struct to be set.
std::string asdm::CalSeeingRow::toXML ( ) const

Return this row in the form of an XML string.

Returns:
The values of this row as an XML string.
std::string asdm::CalSeeingRow::toXML ( ) const

Return this row in the form of an XML string.

Returns:
The values of this row as an XML string.

Friends And Related Function Documentation

Definition at line 141 of file CalSeeingRow.h.

friend class asdm::RowTransformer< CalSeeingRow > [friend]

Definition at line 142 of file CalSeeingRow.h.


Member Data Documentation

Definition at line 165 of file CalSeeingRow.h.

Definition at line 594 of file CalSeeingRow.h.

===> Attribute baselineLengths

         

Definition at line 964 of file CalSeeingRow.h.

===> Attribute calReductionId

         

Definition at line 1062 of file CalSeeingRow.h.

===> Attribute endValidTime

         

Definition at line 920 of file CalSeeingRow.h.

Definition at line 1010 of file CalSeeingRow.h.

===> Attribute exponent, which is optional

         

Definition at line 1007 of file CalSeeingRow.h.

===> Attribute frequencyRange

         

Definition at line 931 of file CalSeeingRow.h.

Links *binary deserialization material from an EndianIStream std::map< std::string, CalSeeingAttributeFromBin > asdm::CalSeeingRow::fromBinMethods [private]

Definition at line 1091 of file CalSeeingRow.h.

*text deserialization material std::map< std::string, CalSeeingAttributeFromText > asdm::CalSeeingRow::fromTextMethods [private]

Definition at line 1114 of file CalSeeingRow.h.

Whether this row has been added to the table or not.

Definition at line 854 of file CalSeeingRow.h.

===> Attribute integrationTime

         

Definition at line 942 of file CalSeeingRow.h.

===> Attribute numBaseLengths

         

Definition at line 953 of file CalSeeingRow.h.

Definition at line 1023 of file CalSeeingRow.h.

===> Attribute outerScale, which is optional

         

Definition at line 1020 of file CalSeeingRow.h.

Definition at line 1036 of file CalSeeingRow.h.

===> Attribute outerScaleRMS, which is optional

         

Definition at line 1033 of file CalSeeingRow.h.

vector< Angle > asdm::CalSeeingRow::phaseRMS [private]

===> Attribute phaseRMS

         

Definition at line 975 of file CalSeeingRow.h.

===> Attribute seeing

         

Definition at line 986 of file CalSeeingRow.h.

===> Attribute seeingError

         

Definition at line 997 of file CalSeeingRow.h.

===> Attribute startValidTime

         

Definition at line 909 of file CalSeeingRow.h.

The table to which this row belongs.

Definition at line 850 of file CalSeeingRow.h.


The documentation for this class was generated from the following files: