casa
5.7.0-16
|
The CalSeeingRow class is a row of a CalSeeingTable. More...
#include <CalSeeingRow.h>
Public Member Functions | |
virtual | ~CalSeeingRow () |
friend class asdm::TableStreamReader<CalSeeingTable, CalSeeingRow>; More... | |
CalSeeingTable & | getTable () const |
Return the table to which this row belongs. More... | |
bool | isAdded () const |
Has this row been added to its table ? More... | |
void | setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection) |
Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection. More... | |
ArrayTime | getStartValidTime () const |
===> Attribute startValidTime More... | |
void | setStartValidTime (ArrayTime startValidTime) |
Set startValidTime with the specified ArrayTime. More... | |
ArrayTime | getEndValidTime () const |
===> Attribute endValidTime More... | |
void | setEndValidTime (ArrayTime endValidTime) |
Set endValidTime with the specified ArrayTime. More... | |
std::vector< Frequency > | getFrequencyRange () const |
===> Attribute frequencyRange More... | |
void | setFrequencyRange (std::vector< Frequency > frequencyRange) |
Set frequencyRange with the specified std::vector<Frequency >. More... | |
Interval | getIntegrationTime () const |
===> Attribute integrationTime More... | |
void | setIntegrationTime (Interval integrationTime) |
Set integrationTime with the specified Interval. More... | |
int | getNumBaseLengths () const |
===> Attribute numBaseLengths More... | |
void | setNumBaseLengths (int numBaseLengths) |
Set numBaseLengths with the specified int. More... | |
std::vector< Length > | getBaselineLengths () const |
===> Attribute baselineLengths More... | |
void | setBaselineLengths (std::vector< Length > baselineLengths) |
Set baselineLengths with the specified std::vector<Length >. More... | |
std::vector< Angle > | getPhaseRMS () const |
===> Attribute phaseRMS More... | |
void | setPhaseRMS (std::vector< Angle > phaseRMS) |
Set phaseRMS with the specified std::vector<Angle >. More... | |
Angle | getSeeing () const |
===> Attribute seeing More... | |
void | setSeeing (Angle seeing) |
Set seeing with the specified Angle. More... | |
Angle | getSeeingError () const |
===> Attribute seeingError More... | |
void | setSeeingError (Angle seeingError) |
Set seeingError with the specified Angle. More... | |
bool | isExponentExists () const |
===> Attribute exponent, which is optional More... | |
float | getExponent () const |
Get exponent, which is optional. More... | |
void | setExponent (float exponent) |
Set exponent with the specified float. More... | |
void | clearExponent () |
Mark exponent, which is an optional field, as non-existent. More... | |
bool | isOuterScaleExists () const |
===> Attribute outerScale, which is optional More... | |
Length | getOuterScale () const |
Get outerScale, which is optional. More... | |
void | setOuterScale (Length outerScale) |
Set outerScale with the specified Length. More... | |
void | clearOuterScale () |
Mark outerScale, which is an optional field, as non-existent. More... | |
bool | isOuterScaleRMSExists () const |
===> Attribute outerScaleRMS, which is optional More... | |
Angle | getOuterScaleRMS () const |
Get outerScaleRMS, which is optional. More... | |
void | setOuterScaleRMS (Angle outerScaleRMS) |
Set outerScaleRMS with the specified Angle. More... | |
void | clearOuterScaleRMS () |
Mark outerScaleRMS, which is an optional field, as non-existent. More... | |
void | setCalDataId (Tag calDataId) |
Set calDataId with the specified Tag. More... | |
Tag | getCalReductionId () const |
===> Attribute calReductionId More... | |
void | setCalReductionId (Tag calReductionId) |
Set calReductionId with the specified Tag. More... | |
Links *CalDataRow * | getCalDataUsingCalDataId () |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId More... | |
CalReductionRow * | getCalReductionUsingCalReductionId () |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId More... | |
bool | compareNoAutoInc (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, std::vector< Frequency > frequencyRange, Interval integrationTime, int numBaseLengths, std::vector< Length > baselineLengths, std::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. More... | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, std::vector< Frequency > frequencyRange, Interval integrationTime, int numBaseLengths, std::vector< Length > baselineLengths, std::vector< Angle > phaseRMS, Angle seeing, Angle seeingError) |
Compare each mandatory value (i.e. More... | |
bool | equalByRequiredValue (CalSeeingRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More... | |
asdmIDL::CalSeeingRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. More... | |
void | toIDL (asdmIDL::CalSeeingRowIDL &x) const |
Define the content of a CalSeeingRowIDL struct from the values found in this row. More... | |
void | setFromIDL (asdmIDL::CalSeeingRowIDL x) |
Fill the values of this row from the IDL struct CalSeeingRowIDL. More... | |
std::string | toXML () const |
Return this row in the form of an XML string. More... | |
void | setFromXML (std::string rowDoc) |
Fill the values of this row from an XML string that was produced by the toXML() method. More... | |
Public Attributes | |
Intrinsic Table | Attributes |
Extrinsic Table | Attributes |
Private Attributes | |
CalSeeingTable & | table |
The table to which this row belongs. More... | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. More... | |
ArrayTime | startValidTime |
===> Attribute startValidTime More... | |
ArrayTime | endValidTime |
===> Attribute endValidTime More... | |
std::vector< Frequency > | frequencyRange |
===> Attribute frequencyRange More... | |
Interval | integrationTime |
===> Attribute integrationTime More... | |
int | numBaseLengths |
===> Attribute numBaseLengths More... | |
std::vector< Length > | baselineLengths |
===> Attribute baselineLengths More... | |
std::vector< Angle > | phaseRMS |
===> Attribute phaseRMS More... | |
Angle | seeing |
===> Attribute seeing More... | |
Angle | seeingError |
===> Attribute seeingError More... | |
bool | exponentExists |
===> Attribute exponent, which is optional More... | |
float | exponent |
bool | outerScaleExists |
===> Attribute outerScale, which is optional More... | |
Length | outerScale |
bool | outerScaleRMSExists |
===> Attribute outerScaleRMS, which is optional More... | |
Angle | outerScaleRMS |
Tag | calReductionId |
===> Attribute calReductionId More... | |
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 > |
The CalSeeingRow class is a row of a CalSeeingTable.
Generated from model's revision "-1", branch ""
Definition at line 140 of file CalSeeingRow.h.
|
virtual |
friend class asdm::TableStreamReader<CalSeeingTable, CalSeeingRow>;
|
private |
Create a CalSeeingRow.
This constructor is private because only the table can create rows. All rows know the table to which they belong.
table | The table to which this row belongs. |
|
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.
table | The table to which this row belongs. |
row | The row which is to be copied. |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void asdm::CalSeeingRow::clearExponent | ( | ) |
Mark exponent, which is an optional field, as non-existent.
void asdm::CalSeeingRow::clearOuterScale | ( | ) |
Mark outerScale, which is an optional field, as non-existent.
void asdm::CalSeeingRow::clearOuterScaleRMS | ( | ) |
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, | ||
std::vector< Frequency > | frequencyRange, | ||
Interval | integrationTime, | ||
int | numBaseLengths, | ||
std::vector< Length > | baselineLengths, | ||
std::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.
atmPhaseCorrection | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
frequencyRange | |
integrationTime | |
numBaseLengths | |
baselineLengths | |
phaseRMS | |
seeing | |
seeingError |
bool asdm::CalSeeingRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
std::vector< Frequency > | frequencyRange, | ||
Interval | integrationTime, | ||
int | numBaseLengths, | ||
std::vector< Length > | baselineLengths, | ||
std::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.
startValidTime | |
endValidTime | |
frequencyRange | |
integrationTime | |
numBaseLengths | |
baselineLengths | |
phaseRMS | |
seeing | |
seeingError |
|
private |
|
private |
bool asdm::CalSeeingRow::equalByRequiredValue | ( | CalSeeingRow * | x | ) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
x | a pointer on the CalSeeingRow whose required attributes of the value part will be compared with those of this. |
|
private |
|
private |
|
private |
|
private |
std::vector<Length > asdm::CalSeeingRow::getBaselineLengths | ( | ) | const |
===> Attribute baselineLengths
Get baselineLengths.
Links* CalDataRow* asdm::CalSeeingRow::getCalDataUsingCalDataId | ( | ) |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
Tag asdm::CalSeeingRow::getCalReductionId | ( | ) | const |
CalReductionRow* asdm::CalSeeingRow::getCalReductionUsingCalReductionId | ( | ) |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
ArrayTime asdm::CalSeeingRow::getEndValidTime | ( | ) | const |
float asdm::CalSeeingRow::getExponent | ( | ) | const |
Get exponent, which is optional.
IllegalAccessException | If exponent does not exist. |
std::vector<Frequency > asdm::CalSeeingRow::getFrequencyRange | ( | ) | const |
===> Attribute frequencyRange
Get frequencyRange.
Interval asdm::CalSeeingRow::getIntegrationTime | ( | ) | const |
int asdm::CalSeeingRow::getNumBaseLengths | ( | ) | const |
===> Attribute numBaseLengths
Get numBaseLengths.
Length asdm::CalSeeingRow::getOuterScale | ( | ) | const |
Get outerScale, which is optional.
IllegalAccessException | If outerScale does not exist. |
Angle asdm::CalSeeingRow::getOuterScaleRMS | ( | ) | const |
Get outerScaleRMS, which is optional.
IllegalAccessException | If outerScaleRMS does not exist. |
std::vector<Angle > asdm::CalSeeingRow::getPhaseRMS | ( | ) | const |
===> Attribute phaseRMS
Get phaseRMS.
Angle asdm::CalSeeingRow::getSeeing | ( | ) | const |
Angle asdm::CalSeeingRow::getSeeingError | ( | ) | const |
ArrayTime asdm::CalSeeingRow::getStartValidTime | ( | ) | const |
CalSeeingTable& asdm::CalSeeingRow::getTable | ( | ) | const |
Return the table to which this row belongs.
|
private |
|
private |
bool asdm::CalSeeingRow::isAdded | ( | ) | const |
Has this row been added to its table ?
|
private |
This method is used by the Table class when this row is added to the table.
bool asdm::CalSeeingRow::isExponentExists | ( | ) | const |
===> Attribute exponent, which is optional
The attribute exponent is optional. Return true if this attribute exists.
bool asdm::CalSeeingRow::isOuterScaleExists | ( | ) | const |
===> Attribute outerScale, which is optional
The attribute outerScale is optional. Return true if this attribute exists.
bool asdm::CalSeeingRow::isOuterScaleRMSExists | ( | ) | const |
===> Attribute outerScaleRMS, which is optional
The attribute outerScaleRMS is optional. Return true if this attribute exists.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void asdm::CalSeeingRow::setAtmPhaseCorrection | ( | AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection | ) |
Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.
atmPhaseCorrection | The AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalSeeingRow::setBaselineLengths | ( | std::vector< Length > | baselineLengths | ) |
Set baselineLengths with the specified std::vector<Length >.
baselineLengths | The std::vector<Length > value to which baselineLengths is to be set. |
void asdm::CalSeeingRow::setCalDataId | ( | Tag | calDataId | ) |
Set calDataId with the specified Tag.
calDataId | The Tag value to which calDataId is to be set. |
IllegalAccessException | If 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.
calReductionId | The Tag value to which calReductionId is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalSeeingRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalSeeingRow::setExponent | ( | float | exponent | ) |
Set exponent with the specified float.
exponent | The float value to which exponent is to be set. |
void asdm::CalSeeingRow::setFrequencyRange | ( | std::vector< Frequency > | frequencyRange | ) |
Set frequencyRange with the specified std::vector<Frequency >.
frequencyRange | The std::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.
x | The IDL struct containing the values used to fill this row. |
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.
rowDoc | the XML string being used to set the values of this row. |
ConversionException |
void asdm::CalSeeingRow::setIntegrationTime | ( | Interval | integrationTime | ) |
void asdm::CalSeeingRow::setNumBaseLengths | ( | int | numBaseLengths | ) |
Set numBaseLengths with the specified int.
numBaseLengths | The int value to which numBaseLengths is to be set. |
void asdm::CalSeeingRow::setOuterScale | ( | Length | outerScale | ) |
void asdm::CalSeeingRow::setOuterScaleRMS | ( | Angle | outerScaleRMS | ) |
void asdm::CalSeeingRow::setPhaseRMS | ( | std::vector< Angle > | phaseRMS | ) |
Set phaseRMS with the specified std::vector<Angle >.
phaseRMS | The std::vector<Angle > value to which phaseRMS is to be set. |
void asdm::CalSeeingRow::setSeeing | ( | Angle | seeing | ) |
void asdm::CalSeeingRow::setSeeingError | ( | Angle | seeingError | ) |
void asdm::CalSeeingRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
|
private |
|
private |
|
private |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::CalSeeingRowIDL* asdm::CalSeeingRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::CalSeeingRow::toIDL | ( | asdmIDL::CalSeeingRowIDL & | x | ) | const |
Define the content of a CalSeeingRowIDL struct from the values found in this row.
x | a reference to the CalSeeingRowIDL struct to be set. |
std::string asdm::CalSeeingRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
|
friend |
Definition at line 141 of file CalSeeingRow.h.
|
friend |
Definition at line 142 of file CalSeeingRow.h.
Extrinsic Table asdm::CalSeeingRow::Attributes |
Definition at line 165 of file CalSeeingRow.h.
Extrinsic Table asdm::CalSeeingRow::Attributes |
Definition at line 594 of file CalSeeingRow.h.
|
private |
===> Attribute baselineLengths
Definition at line 964 of file CalSeeingRow.h.
|
private |
===> Attribute calReductionId
Definition at line 1062 of file CalSeeingRow.h.
|
private |
===> Attribute endValidTime
Definition at line 920 of file CalSeeingRow.h.
|
private |
Definition at line 1010 of file CalSeeingRow.h.
|
private |
===> Attribute exponent, which is optional
Definition at line 1007 of file CalSeeingRow.h.
|
private |
===> Attribute frequencyRange
Definition at line 931 of file CalSeeingRow.h.
|
private |
Definition at line 1091 of file CalSeeingRow.h.
|
private |
Definition at line 1114 of file CalSeeingRow.h.
|
private |
Whether this row has been added to the table or not.
Definition at line 854 of file CalSeeingRow.h.
|
private |
===> Attribute integrationTime
Definition at line 942 of file CalSeeingRow.h.
|
private |
===> Attribute numBaseLengths
Definition at line 953 of file CalSeeingRow.h.
|
private |
Definition at line 1023 of file CalSeeingRow.h.
|
private |
===> Attribute outerScale, which is optional
Definition at line 1020 of file CalSeeingRow.h.
|
private |
Definition at line 1036 of file CalSeeingRow.h.
|
private |
===> Attribute outerScaleRMS, which is optional
Definition at line 1033 of file CalSeeingRow.h.
|
private |
===> Attribute phaseRMS
Definition at line 975 of file CalSeeingRow.h.
|
private |
===> Attribute seeing
Definition at line 986 of file CalSeeingRow.h.
|
private |
===> Attribute seeingError
Definition at line 997 of file CalSeeingRow.h.
|
private |
===> Attribute startValidTime
Definition at line 909 of file CalSeeingRow.h.
|
private |
The table to which this row belongs.
Definition at line 850 of file CalSeeingRow.h.