casa
$Rev:20696$
|
The CalPhaseRow class is a row of a CalPhaseTable. More...
#include <CalPhaseRow.h>
Public Member Functions | |
virtual | ~CalPhaseRow () |
friend class asdm::TableStreamReader<CalPhaseTable, CalPhaseRow>; | |
CalPhaseTable & | getTable () const |
Return the table to which this row belongs. | |
bool | isAdded () const |
Has this row been added to its table ? | |
void | setBasebandName (BasebandNameMod::BasebandName basebandName) |
Set basebandName with the specified BasebandNameMod::BasebandName. | |
ReceiverBandMod::ReceiverBand | getReceiverBand () const |
===> Attribute receiverBand | |
void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand. | |
AtmPhaseCorrectionMod::AtmPhaseCorrection | getAtmPhaseCorrection () const |
===> Attribute atmPhaseCorrection | |
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. | |
int | getNumBaseline () const |
===> Attribute numBaseline | |
void | setNumBaseline (int numBaseline) |
Set numBaseline with the specified int. | |
int | getNumReceptor () const |
===> Attribute numReceptor | |
void | setNumReceptor (int numReceptor) |
Set numReceptor with the specified int. | |
vector< vector< float > > | getAmpli () const |
===> Attribute ampli | |
void | setAmpli (vector< vector< float > > ampli) |
Set ampli with the specified vector<vector<float > >. | |
vector< vector< string > > | getAntennaNames () const |
===> Attribute antennaNames | |
void | setAntennaNames (vector< vector< string > > antennaNames) |
Set antennaNames with the specified vector<vector<string > >. | |
vector< Length > | getBaselineLengths () const |
===> Attribute baselineLengths | |
void | setBaselineLengths (vector< Length > baselineLengths) |
Set baselineLengths with the specified vector<Length >. | |
vector< vector< float > > | getDecorrelationFactor () const |
===> Attribute decorrelationFactor | |
void | setDecorrelationFactor (vector< vector< float > > decorrelationFactor) |
Set decorrelationFactor with the specified vector<vector<float > >. | |
vector< Angle > | getDirection () const |
===> Attribute direction | |
void | setDirection (vector< Angle > direction) |
Set direction with the specified vector<Angle >. | |
vector< Frequency > | getFrequencyRange () 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. | |
vector< vector< float > > | getPhase () const |
===> Attribute phase | |
void | setPhase (vector< vector< float > > phase) |
Set phase with the specified vector<vector<float > >. | |
vector < PolarizationTypeMod::PolarizationType > | getPolarizationTypes () const |
===> Attribute polarizationTypes | |
void | setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes) |
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >. | |
vector< vector< float > > | getPhaseRMS () const |
===> Attribute phaseRMS | |
void | setPhaseRMS (vector< vector< float > > phaseRMS) |
Set phaseRMS with the specified vector<vector<float > >. | |
vector< vector< float > > | getStatPhaseRMS () const |
===> Attribute statPhaseRMS | |
void | setStatPhaseRMS (vector< vector< float > > statPhaseRMS) |
Set statPhaseRMS with the specified vector<vector<float > >. | |
bool | isCorrectionValidityExists () const |
===> Attribute correctionValidity, which is optional | |
vector< bool > | getCorrectionValidity () const |
Get correctionValidity, which is optional. | |
void | setCorrectionValidity (vector< bool > correctionValidity) |
Set correctionValidity with the specified vector<bool >. | |
void | clearCorrectionValidity () |
Mark correctionValidity, 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 *CalDataRow * | getCalDataUsingCalDataId () |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId | |
CalReductionRow * | getCalReductionUsingCalReductionId () |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId | |
bool | compareNoAutoInc (BasebandNameMod::BasebandName basebandName, ReceiverBandMod::ReceiverBand receiverBand, AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, int numBaseline, int numReceptor, vector< vector< float > > ampli, vector< vector< string > > antennaNames, vector< Length > baselineLengths, vector< vector< float > > decorrelationFactor, vector< Angle > direction, vector< Frequency > frequencyRange, Interval integrationTime, vector< vector< float > > phase, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< vector< float > > phaseRMS, vector< vector< float > > statPhaseRMS) |
Compare each mandatory attribute except the autoincrementable one of this CalPhaseRow with the corresponding parameters and return true if there is a match and false otherwise. | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, int numBaseline, int numReceptor, vector< vector< float > > ampli, vector< vector< string > > antennaNames, vector< Length > baselineLengths, vector< vector< float > > decorrelationFactor, vector< Angle > direction, vector< Frequency > frequencyRange, Interval integrationTime, vector< vector< float > > phase, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< vector< float > > phaseRMS, vector< vector< float > > statPhaseRMS) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (CalPhaseRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::CalPhaseRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | toIDL (asdmIDL::CalPhaseRowIDL &x) const |
Define the content of a CalPhaseRowIDL struct from the values found in this row. | |
void | setFromIDL (asdmIDL::CalPhaseRowIDL x) |
Fill the values of this row from the IDL struct CalPhaseRowIDL. | |
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 | ~CalPhaseRow () |
friend class asdm::TableStreamReader<CalPhaseTable, CalPhaseRow>; | |
CalPhaseTable & | getTable () const |
Return the table to which this row belongs. | |
bool | isAdded () const |
Has this row been added to its table ? | |
void | setBasebandName (BasebandNameMod::BasebandName basebandName) |
Set basebandName with the specified BasebandNameMod::BasebandName. | |
ReceiverBandMod::ReceiverBand | getReceiverBand () const |
===> Attribute receiverBand | |
void | setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand. | |
AtmPhaseCorrectionMod::AtmPhaseCorrection | getAtmPhaseCorrection () const |
===> Attribute atmPhaseCorrection | |
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. | |
int | getNumBaseline () const |
===> Attribute numBaseline | |
void | setNumBaseline (int numBaseline) |
Set numBaseline with the specified int. | |
int | getNumReceptor () const |
===> Attribute numReceptor | |
void | setNumReceptor (int numReceptor) |
Set numReceptor with the specified int. | |
vector< vector< float > > | getAmpli () const |
===> Attribute ampli | |
void | setAmpli (vector< vector< float > > ampli) |
Set ampli with the specified vector<vector<float > >. | |
vector< vector< string > > | getAntennaNames () const |
===> Attribute antennaNames | |
void | setAntennaNames (vector< vector< string > > antennaNames) |
Set antennaNames with the specified vector<vector<string > >. | |
vector< Length > | getBaselineLengths () const |
===> Attribute baselineLengths | |
void | setBaselineLengths (vector< Length > baselineLengths) |
Set baselineLengths with the specified vector<Length >. | |
vector< vector< float > > | getDecorrelationFactor () const |
===> Attribute decorrelationFactor | |
void | setDecorrelationFactor (vector< vector< float > > decorrelationFactor) |
Set decorrelationFactor with the specified vector<vector<float > >. | |
vector< Angle > | getDirection () const |
===> Attribute direction | |
void | setDirection (vector< Angle > direction) |
Set direction with the specified vector<Angle >. | |
vector< Frequency > | getFrequencyRange () 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. | |
vector< vector< float > > | getPhase () const |
===> Attribute phase | |
void | setPhase (vector< vector< float > > phase) |
Set phase with the specified vector<vector<float > >. | |
vector < PolarizationTypeMod::PolarizationType > | getPolarizationTypes () const |
===> Attribute polarizationTypes | |
void | setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes) |
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >. | |
vector< vector< float > > | getPhaseRMS () const |
===> Attribute phaseRMS | |
void | setPhaseRMS (vector< vector< float > > phaseRMS) |
Set phaseRMS with the specified vector<vector<float > >. | |
vector< vector< float > > | getStatPhaseRMS () const |
===> Attribute statPhaseRMS | |
void | setStatPhaseRMS (vector< vector< float > > statPhaseRMS) |
Set statPhaseRMS with the specified vector<vector<float > >. | |
bool | isCorrectionValidityExists () const |
===> Attribute correctionValidity, which is optional | |
vector< bool > | getCorrectionValidity () const |
Get correctionValidity, which is optional. | |
void | setCorrectionValidity (vector< bool > correctionValidity) |
Set correctionValidity with the specified vector<bool >. | |
void | clearCorrectionValidity () |
Mark correctionValidity, 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 *CalDataRow * | getCalDataUsingCalDataId () |
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId | |
CalReductionRow * | getCalReductionUsingCalReductionId () |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId | |
bool | compareNoAutoInc (BasebandNameMod::BasebandName basebandName, ReceiverBandMod::ReceiverBand receiverBand, AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, int numBaseline, int numReceptor, vector< vector< float > > ampli, vector< vector< string > > antennaNames, vector< Length > baselineLengths, vector< vector< float > > decorrelationFactor, vector< Angle > direction, vector< Frequency > frequencyRange, Interval integrationTime, vector< vector< float > > phase, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< vector< float > > phaseRMS, vector< vector< float > > statPhaseRMS) |
Compare each mandatory attribute except the autoincrementable one of this CalPhaseRow with the corresponding parameters and return true if there is a match and false otherwise. | |
bool | compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, int numBaseline, int numReceptor, vector< vector< float > > ampli, vector< vector< string > > antennaNames, vector< Length > baselineLengths, vector< vector< float > > decorrelationFactor, vector< Angle > direction, vector< Frequency > frequencyRange, Interval integrationTime, vector< vector< float > > phase, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< vector< float > > phaseRMS, vector< vector< float > > statPhaseRMS) |
Compare each mandatory value (i.e. | |
bool | equalByRequiredValue (CalPhaseRow *x) |
Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. | |
asdmIDL::CalPhaseRowIDL * | toIDL () const |
Return this row in the form of an IDL struct. | |
void | setFromIDL (asdmIDL::CalPhaseRowIDL x) |
Fill the values of this row from the IDL struct CalPhaseRowIDL. | |
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. | |
CalPhaseRow (CalPhaseTable &table) | |
Create a CalPhaseRow. | |
CalPhaseRow (CalPhaseTable &table, CalPhaseRow &row) | |
Create a CalPhaseRow using a copy constructor mechanism. | |
void | basebandNameFromBin (EndianIStream &eis) |
void | receiverBandFromBin (EndianIStream &eis) |
void | atmPhaseCorrectionFromBin (EndianIStream &eis) |
void | calDataIdFromBin (EndianIStream &eis) |
void | calReductionIdFromBin (EndianIStream &eis) |
void | startValidTimeFromBin (EndianIStream &eis) |
void | endValidTimeFromBin (EndianIStream &eis) |
void | numBaselineFromBin (EndianIStream &eis) |
void | numReceptorFromBin (EndianIStream &eis) |
void | ampliFromBin (EndianIStream &eis) |
void | antennaNamesFromBin (EndianIStream &eis) |
void | baselineLengthsFromBin (EndianIStream &eis) |
void | decorrelationFactorFromBin (EndianIStream &eis) |
void | directionFromBin (EndianIStream &eis) |
void | frequencyRangeFromBin (EndianIStream &eis) |
void | integrationTimeFromBin (EndianIStream &eis) |
void | phaseFromBin (EndianIStream &eis) |
void | polarizationTypesFromBin (EndianIStream &eis) |
void | phaseRMSFromBin (EndianIStream &eis) |
void | statPhaseRMSFromBin (EndianIStream &eis) |
void | correctionValidityFromBin (EndianIStream &eis) |
void | basebandNameFromText (const string &s) |
void | receiverBandFromText (const string &s) |
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 | numBaselineFromText (const string &s) |
void | numReceptorFromText (const string &s) |
void | ampliFromText (const string &s) |
void | antennaNamesFromText (const string &s) |
void | baselineLengthsFromText (const string &s) |
void | decorrelationFactorFromText (const string &s) |
void | directionFromText (const string &s) |
void | frequencyRangeFromText (const string &s) |
void | integrationTimeFromText (const string &s) |
void | phaseFromText (const string &s) |
void | polarizationTypesFromText (const string &s) |
void | phaseRMSFromText (const string &s) |
void | statPhaseRMSFromText (const string &s) |
void | correctionValidityFromText (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. | |
CalPhaseRow (CalPhaseTable &table) | |
Create a CalPhaseRow. | |
CalPhaseRow (CalPhaseTable &table, CalPhaseRow &row) | |
Create a CalPhaseRow using a copy constructor mechanism. | |
void | basebandNameFromBin (EndianIStream &eis) |
void | receiverBandFromBin (EndianIStream &eis) |
void | atmPhaseCorrectionFromBin (EndianIStream &eis) |
void | calDataIdFromBin (EndianIStream &eis) |
void | calReductionIdFromBin (EndianIStream &eis) |
void | startValidTimeFromBin (EndianIStream &eis) |
void | endValidTimeFromBin (EndianIStream &eis) |
void | numBaselineFromBin (EndianIStream &eis) |
void | numReceptorFromBin (EndianIStream &eis) |
void | ampliFromBin (EndianIStream &eis) |
void | antennaNamesFromBin (EndianIStream &eis) |
void | baselineLengthsFromBin (EndianIStream &eis) |
void | decorrelationFactorFromBin (EndianIStream &eis) |
void | directionFromBin (EndianIStream &eis) |
void | frequencyRangeFromBin (EndianIStream &eis) |
void | integrationTimeFromBin (EndianIStream &eis) |
void | phaseFromBin (EndianIStream &eis) |
void | polarizationTypesFromBin (EndianIStream &eis) |
void | phaseRMSFromBin (EndianIStream &eis) |
void | statPhaseRMSFromBin (EndianIStream &eis) |
void | correctionValidityFromBin (EndianIStream &eis) |
void | basebandNameFromText (const string &s) |
void | receiverBandFromText (const string &s) |
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 | numBaselineFromText (const string &s) |
void | numReceptorFromText (const string &s) |
void | ampliFromText (const string &s) |
void | antennaNamesFromText (const string &s) |
void | baselineLengthsFromText (const string &s) |
void | decorrelationFactorFromText (const string &s) |
void | directionFromText (const string &s) |
void | frequencyRangeFromText (const string &s) |
void | integrationTimeFromText (const string &s) |
void | phaseFromText (const string &s) |
void | polarizationTypesFromText (const string &s) |
void | phaseRMSFromText (const string &s) |
void | statPhaseRMSFromText (const string &s) |
void | correctionValidityFromText (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 | |
CalPhaseTable & | table |
The table to which this row belongs. | |
bool | hasBeenAdded |
Whether this row has been added to the table or not. | |
ReceiverBandMod::ReceiverBand | receiverBand |
===> Attribute receiverBand | |
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection |
===> Attribute atmPhaseCorrection | |
ArrayTime | startValidTime |
===> Attribute startValidTime | |
ArrayTime | endValidTime |
===> Attribute endValidTime | |
int | numBaseline |
===> Attribute numBaseline | |
int | numReceptor |
===> Attribute numReceptor | |
vector< vector< float > > | ampli |
===> Attribute ampli | |
vector< vector< string > > | antennaNames |
===> Attribute antennaNames | |
vector< Length > | baselineLengths |
===> Attribute baselineLengths | |
vector< vector< float > > | decorrelationFactor |
===> Attribute decorrelationFactor | |
vector< Angle > | direction |
===> Attribute direction | |
vector< Frequency > | frequencyRange |
===> Attribute frequencyRange | |
Interval | integrationTime |
===> Attribute integrationTime | |
vector< vector< float > > | phase |
===> Attribute phase | |
vector < PolarizationTypeMod::PolarizationType > | polarizationTypes |
===> Attribute polarizationTypes | |
vector< vector< float > > | phaseRMS |
===> Attribute phaseRMS | |
vector< vector< float > > | statPhaseRMS |
===> Attribute statPhaseRMS | |
bool | correctionValidityExists |
===> Attribute correctionValidity, which is optional | |
vector< bool > | correctionValidity |
Tag | calReductionId |
===> Attribute calReductionId | |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalPhaseAttributeFromBin > | fromBinMethods |
*text deserialization material std::map< std::string, CalPhaseAttributeFromText > | fromTextMethods |
Friends | |
class | asdm::CalPhaseTable |
class | asdm::RowTransformer< CalPhaseRow > |
The CalPhaseRow class is a row of a CalPhaseTable.
Generated from model's revision "1.64", branch "HEAD"
Generated from model's revision "1.61", branch "HEAD"
Definition at line 158 of file CalPhaseRow.h.
virtual asdm::CalPhaseRow::~CalPhaseRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalPhaseTable, CalPhaseRow>;
asdm::CalPhaseRow::CalPhaseRow | ( | CalPhaseTable & | table | ) | [private] |
Create a CalPhaseRow.
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. |
asdm::CalPhaseRow::CalPhaseRow | ( | CalPhaseTable & | table, |
CalPhaseRow & | row | ||
) | [private] |
Create a CalPhaseRow using a copy constructor mechanism.
Given a CalPhaseRow row and a CalPhaseTable table, the method creates a new CalPhaseRow 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. |
virtual asdm::CalPhaseRow::~CalPhaseRow | ( | ) | [virtual] |
friend class asdm::TableStreamReader<CalPhaseTable, CalPhaseRow>;
asdm::CalPhaseRow::CalPhaseRow | ( | CalPhaseTable & | table | ) | [private] |
Create a CalPhaseRow.
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. |
asdm::CalPhaseRow::CalPhaseRow | ( | CalPhaseTable & | table, |
CalPhaseRow & | row | ||
) | [private] |
Create a CalPhaseRow using a copy constructor mechanism.
Given a CalPhaseRow row and a CalPhaseTable table, the method creates a new CalPhaseRow 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. |
void asdm::CalPhaseRow::ampliFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::ampliFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::ampliFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::ampliFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::antennaNamesFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::antennaNamesFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::antennaNamesFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::antennaNamesFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::atmPhaseCorrectionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::atmPhaseCorrectionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::atmPhaseCorrectionFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::atmPhaseCorrectionFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::basebandNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::basebandNameFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::basebandNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::basebandNameFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::baselineLengthsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::baselineLengthsFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::baselineLengthsFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::baselineLengthsFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::calDataIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::calDataIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::calReductionIdFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::calReductionIdFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::calReductionIdFromText | ( | const string & | s | ) | [private] |
Mark correctionValidity, which is an optional field, as non-existent.
Mark correctionValidity, which is an optional field, as non-existent.
bool asdm::CalPhaseRow::compareNoAutoInc | ( | BasebandNameMod::BasebandName | basebandName, |
ReceiverBandMod::ReceiverBand | receiverBand, | ||
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection, | ||
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
int | numBaseline, | ||
int | numReceptor, | ||
vector< vector< float > > | ampli, | ||
vector< vector< string > > | antennaNames, | ||
vector< Length > | baselineLengths, | ||
vector< vector< float > > | decorrelationFactor, | ||
vector< Angle > | direction, | ||
vector< Frequency > | frequencyRange, | ||
Interval | integrationTime, | ||
vector< vector< float > > | phase, | ||
vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
vector< vector< float > > | phaseRMS, | ||
vector< vector< float > > | statPhaseRMS | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalPhaseRow with the corresponding parameters and return true if there is a match and false otherwise.
basebandName | |
receiverBand | |
atmPhaseCorrection | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
numBaseline | |
numReceptor | |
ampli | |
antennaNames | |
baselineLengths | |
decorrelationFactor | |
direction | |
frequencyRange | |
integrationTime | |
phase | |
polarizationTypes | |
phaseRMS | |
statPhaseRMS |
bool asdm::CalPhaseRow::compareNoAutoInc | ( | BasebandNameMod::BasebandName | basebandName, |
ReceiverBandMod::ReceiverBand | receiverBand, | ||
AtmPhaseCorrectionMod::AtmPhaseCorrection | atmPhaseCorrection, | ||
Tag | calDataId, | ||
Tag | calReductionId, | ||
ArrayTime | startValidTime, | ||
ArrayTime | endValidTime, | ||
int | numBaseline, | ||
int | numReceptor, | ||
vector< vector< float > > | ampli, | ||
vector< vector< string > > | antennaNames, | ||
vector< Length > | baselineLengths, | ||
vector< vector< float > > | decorrelationFactor, | ||
vector< Angle > | direction, | ||
vector< Frequency > | frequencyRange, | ||
Interval | integrationTime, | ||
vector< vector< float > > | phase, | ||
vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
vector< vector< float > > | phaseRMS, | ||
vector< vector< float > > | statPhaseRMS | ||
) |
Compare each mandatory attribute except the autoincrementable one of this CalPhaseRow with the corresponding parameters and return true if there is a match and false otherwise.
basebandName | |
receiverBand | |
atmPhaseCorrection | |
calDataId | |
calReductionId | |
startValidTime | |
endValidTime | |
numBaseline | |
numReceptor | |
ampli | |
antennaNames | |
baselineLengths | |
decorrelationFactor | |
direction | |
frequencyRange | |
integrationTime | |
phase | |
polarizationTypes | |
phaseRMS | |
statPhaseRMS |
bool asdm::CalPhaseRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
int | numBaseline, | ||
int | numReceptor, | ||
vector< vector< float > > | ampli, | ||
vector< vector< string > > | antennaNames, | ||
vector< Length > | baselineLengths, | ||
vector< vector< float > > | decorrelationFactor, | ||
vector< Angle > | direction, | ||
vector< Frequency > | frequencyRange, | ||
Interval | integrationTime, | ||
vector< vector< float > > | phase, | ||
vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
vector< vector< float > > | phaseRMS, | ||
vector< vector< float > > | statPhaseRMS | ||
) |
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 | |
numBaseline | |
numReceptor | |
ampli | |
antennaNames | |
baselineLengths | |
decorrelationFactor | |
direction | |
frequencyRange | |
integrationTime | |
phase | |
polarizationTypes | |
phaseRMS | |
statPhaseRMS |
bool asdm::CalPhaseRow::compareRequiredValue | ( | ArrayTime | startValidTime, |
ArrayTime | endValidTime, | ||
int | numBaseline, | ||
int | numReceptor, | ||
vector< vector< float > > | ampli, | ||
vector< vector< string > > | antennaNames, | ||
vector< Length > | baselineLengths, | ||
vector< vector< float > > | decorrelationFactor, | ||
vector< Angle > | direction, | ||
vector< Frequency > | frequencyRange, | ||
Interval | integrationTime, | ||
vector< vector< float > > | phase, | ||
vector< PolarizationTypeMod::PolarizationType > | polarizationTypes, | ||
vector< vector< float > > | phaseRMS, | ||
vector< vector< float > > | statPhaseRMS | ||
) |
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 | |
numBaseline | |
numReceptor | |
ampli | |
antennaNames | |
baselineLengths | |
decorrelationFactor | |
direction | |
frequencyRange | |
integrationTime | |
phase | |
polarizationTypes | |
phaseRMS | |
statPhaseRMS |
void asdm::CalPhaseRow::correctionValidityFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::correctionValidityFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::correctionValidityFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::correctionValidityFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::decorrelationFactorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::decorrelationFactorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::decorrelationFactorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::decorrelationFactorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::directionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::directionFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::directionFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::directionFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::endValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::endValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::endValidTimeFromText | ( | const string & | s | ) | [private] |
bool asdm::CalPhaseRow::equalByRequiredValue | ( | CalPhaseRow * | 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 CalPhaseRow whose required attributes of the value part will be compared with those of this. |
bool asdm::CalPhaseRow::equalByRequiredValue | ( | CalPhaseRow * | 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 CalPhaseRow whose required attributes of the value part will be compared with those of this. |
void asdm::CalPhaseRow::frequencyRangeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::frequencyRangeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::frequencyRangeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::frequencyRangeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::fromText | ( | const std::string & | attributeName, |
const std::string & | t | ||
) | [private] |
vector<vector<float > > asdm::CalPhaseRow::getAmpli | ( | ) | const |
===> Attribute ampli
Get ampli.
vector<vector<float > > asdm::CalPhaseRow::getAmpli | ( | ) | const |
===> Attribute ampli
Get ampli.
vector<vector<string > > asdm::CalPhaseRow::getAntennaNames | ( | ) | const |
===> Attribute antennaNames
Get antennaNames.
vector<vector<string > > asdm::CalPhaseRow::getAntennaNames | ( | ) | const |
===> Attribute antennaNames
Get antennaNames.
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPhaseRow::getAtmPhaseCorrection | ( | ) | const |
===> Attribute atmPhaseCorrection
Get atmPhaseCorrection.
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPhaseRow::getAtmPhaseCorrection | ( | ) | const |
===> Attribute atmPhaseCorrection
Get atmPhaseCorrection.
vector<Length > asdm::CalPhaseRow::getBaselineLengths | ( | ) | const |
===> Attribute baselineLengths
Get baselineLengths.
vector<Length > asdm::CalPhaseRow::getBaselineLengths | ( | ) | const |
===> Attribute baselineLengths
Get baselineLengths.
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
Tag asdm::CalPhaseRow::getCalReductionId | ( | ) | const |
Tag asdm::CalPhaseRow::getCalReductionId | ( | ) | const |
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
vector<bool > asdm::CalPhaseRow::getCorrectionValidity | ( | ) | const |
Get correctionValidity, which is optional.
IllegalAccessException | If correctionValidity does not exist. |
vector<bool > asdm::CalPhaseRow::getCorrectionValidity | ( | ) | const |
Get correctionValidity, which is optional.
IllegalAccessException | If correctionValidity does not exist. |
vector<vector<float > > asdm::CalPhaseRow::getDecorrelationFactor | ( | ) | const |
===> Attribute decorrelationFactor
Get decorrelationFactor.
vector<vector<float > > asdm::CalPhaseRow::getDecorrelationFactor | ( | ) | const |
===> Attribute decorrelationFactor
Get decorrelationFactor.
vector<Angle > asdm::CalPhaseRow::getDirection | ( | ) | const |
===> Attribute direction
Get direction.
vector<Angle > asdm::CalPhaseRow::getDirection | ( | ) | const |
===> Attribute direction
Get direction.
ArrayTime asdm::CalPhaseRow::getEndValidTime | ( | ) | const |
ArrayTime asdm::CalPhaseRow::getEndValidTime | ( | ) | const |
vector<Frequency > asdm::CalPhaseRow::getFrequencyRange | ( | ) | const |
===> Attribute frequencyRange
Get frequencyRange.
vector<Frequency > asdm::CalPhaseRow::getFrequencyRange | ( | ) | const |
===> Attribute frequencyRange
Get frequencyRange.
int asdm::CalPhaseRow::getNumBaseline | ( | ) | const |
===> Attribute numBaseline
Get numBaseline.
int asdm::CalPhaseRow::getNumBaseline | ( | ) | const |
===> Attribute numBaseline
Get numBaseline.
int asdm::CalPhaseRow::getNumReceptor | ( | ) | const |
===> Attribute numReceptor
Get numReceptor.
int asdm::CalPhaseRow::getNumReceptor | ( | ) | const |
===> Attribute numReceptor
Get numReceptor.
vector<vector<float > > asdm::CalPhaseRow::getPhase | ( | ) | const |
===> Attribute phase
Get phase.
vector<vector<float > > asdm::CalPhaseRow::getPhase | ( | ) | const |
===> Attribute phase
Get phase.
vector<vector<float > > asdm::CalPhaseRow::getPhaseRMS | ( | ) | const |
===> Attribute phaseRMS
Get phaseRMS.
vector<vector<float > > asdm::CalPhaseRow::getPhaseRMS | ( | ) | const |
===> Attribute phaseRMS
Get phaseRMS.
vector<PolarizationTypeMod::PolarizationType > asdm::CalPhaseRow::getPolarizationTypes | ( | ) | const |
===> Attribute polarizationTypes
Get polarizationTypes.
vector<PolarizationTypeMod::PolarizationType > asdm::CalPhaseRow::getPolarizationTypes | ( | ) | const |
===> Attribute polarizationTypes
Get polarizationTypes.
ReceiverBandMod::ReceiverBand asdm::CalPhaseRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
ReceiverBandMod::ReceiverBand asdm::CalPhaseRow::getReceiverBand | ( | ) | const |
===> Attribute receiverBand
Get receiverBand.
vector<vector<float > > asdm::CalPhaseRow::getStatPhaseRMS | ( | ) | const |
===> Attribute statPhaseRMS
Get statPhaseRMS.
vector<vector<float > > asdm::CalPhaseRow::getStatPhaseRMS | ( | ) | const |
===> Attribute statPhaseRMS
Get statPhaseRMS.
CalPhaseTable& asdm::CalPhaseRow::getTable | ( | ) | const |
Return the table to which this row belongs.
CalPhaseTable& asdm::CalPhaseRow::getTable | ( | ) | const |
Return the table to which this row belongs.
void asdm::CalPhaseRow::integrationTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::integrationTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::integrationTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::integrationTimeFromText | ( | const string & | s | ) | [private] |
bool asdm::CalPhaseRow::isAdded | ( | ) | const |
Has this row been added to its table ?
bool asdm::CalPhaseRow::isAdded | ( | ) | const |
Has this row been added to its table ?
void asdm::CalPhaseRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
void asdm::CalPhaseRow::isAdded | ( | bool | added | ) | [private] |
This method is used by the Table class when this row is added to the table.
bool asdm::CalPhaseRow::isCorrectionValidityExists | ( | ) | const |
===> Attribute correctionValidity, which is optional
The attribute correctionValidity is optional. Return true if this attribute exists.
bool asdm::CalPhaseRow::isCorrectionValidityExists | ( | ) | const |
===> Attribute correctionValidity, which is optional
The attribute correctionValidity is optional. Return true if this attribute exists.
void asdm::CalPhaseRow::numBaselineFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::numBaselineFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::numBaselineFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::numBaselineFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::numReceptorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::numReceptorFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::numReceptorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::numReceptorFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::phaseFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::phaseFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::phaseFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::phaseFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::phaseRMSFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::phaseRMSFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::phaseRMSFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::phaseRMSFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::polarizationTypesFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::polarizationTypesFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::polarizationTypesFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::polarizationTypesFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::receiverBandFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::receiverBandFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::receiverBandFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::receiverBandFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::setAmpli | ( | vector< vector< float > > | ampli | ) |
Set ampli with the specified vector<vector<float > >.
ampli | The vector<vector<float > > value to which ampli is to be set. |
void asdm::CalPhaseRow::setAmpli | ( | vector< vector< float > > | ampli | ) |
Set ampli with the specified vector<vector<float > >.
ampli | The vector<vector<float > > value to which ampli is to be set. |
void asdm::CalPhaseRow::setAntennaNames | ( | vector< vector< string > > | antennaNames | ) |
Set antennaNames with the specified vector<vector<string > >.
antennaNames | The vector<vector<string > > value to which antennaNames is to be set. |
void asdm::CalPhaseRow::setAntennaNames | ( | vector< vector< string > > | antennaNames | ) |
Set antennaNames with the specified vector<vector<string > >.
antennaNames | The vector<vector<string > > value to which antennaNames is to be set. |
void asdm::CalPhaseRow::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::CalPhaseRow::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::CalPhaseRow::setBasebandName | ( | BasebandNameMod::BasebandName | basebandName | ) |
Set basebandName with the specified BasebandNameMod::BasebandName.
basebandName | The BasebandNameMod::BasebandName value to which basebandName is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalPhaseRow::setBasebandName | ( | BasebandNameMod::BasebandName | basebandName | ) |
Set basebandName with the specified BasebandNameMod::BasebandName.
basebandName | The BasebandNameMod::BasebandName value to which basebandName is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalPhaseRow::setBaselineLengths | ( | vector< Length > | baselineLengths | ) |
Set baselineLengths with the specified vector<Length >.
baselineLengths | The vector<Length > value to which baselineLengths is to be set. |
void asdm::CalPhaseRow::setBaselineLengths | ( | vector< Length > | baselineLengths | ) |
Set baselineLengths with the specified vector<Length >.
baselineLengths | The vector<Length > value to which baselineLengths is to be set. |
void asdm::CalPhaseRow::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::CalPhaseRow::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::CalPhaseRow::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::CalPhaseRow::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::CalPhaseRow::setCorrectionValidity | ( | vector< bool > | correctionValidity | ) |
Set correctionValidity with the specified vector<bool >.
correctionValidity | The vector<bool > value to which correctionValidity is to be set. |
void asdm::CalPhaseRow::setCorrectionValidity | ( | vector< bool > | correctionValidity | ) |
Set correctionValidity with the specified vector<bool >.
correctionValidity | The vector<bool > value to which correctionValidity is to be set. |
void asdm::CalPhaseRow::setDecorrelationFactor | ( | vector< vector< float > > | decorrelationFactor | ) |
Set decorrelationFactor with the specified vector<vector<float > >.
decorrelationFactor | The vector<vector<float > > value to which decorrelationFactor is to be set. |
void asdm::CalPhaseRow::setDecorrelationFactor | ( | vector< vector< float > > | decorrelationFactor | ) |
Set decorrelationFactor with the specified vector<vector<float > >.
decorrelationFactor | The vector<vector<float > > value to which decorrelationFactor is to be set. |
void asdm::CalPhaseRow::setDirection | ( | vector< Angle > | direction | ) |
Set direction with the specified vector<Angle >.
direction | The vector<Angle > value to which direction is to be set. |
void asdm::CalPhaseRow::setDirection | ( | vector< Angle > | direction | ) |
Set direction with the specified vector<Angle >.
direction | The vector<Angle > value to which direction is to be set. |
void asdm::CalPhaseRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalPhaseRow::setEndValidTime | ( | ArrayTime | endValidTime | ) |
void asdm::CalPhaseRow::setFrequencyRange | ( | vector< Frequency > | frequencyRange | ) |
Set frequencyRange with the specified vector<Frequency >.
frequencyRange | The vector<Frequency > value to which frequencyRange is to be set. |
void asdm::CalPhaseRow::setFrequencyRange | ( | vector< Frequency > | frequencyRange | ) |
Set frequencyRange with the specified vector<Frequency >.
frequencyRange | The vector<Frequency > value to which frequencyRange is to be set. |
void asdm::CalPhaseRow::setFromIDL | ( | asdmIDL::CalPhaseRowIDL | x | ) |
Fill the values of this row from the IDL struct CalPhaseRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalPhaseRow::setFromIDL | ( | asdmIDL::CalPhaseRowIDL | x | ) |
Fill the values of this row from the IDL struct CalPhaseRowIDL.
x | The IDL struct containing the values used to fill this row. |
ConversionException |
void asdm::CalPhaseRow::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::CalPhaseRow::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::CalPhaseRow::setIntegrationTime | ( | Interval | integrationTime | ) |
void asdm::CalPhaseRow::setIntegrationTime | ( | Interval | integrationTime | ) |
void asdm::CalPhaseRow::setNumBaseline | ( | int | numBaseline | ) |
Set numBaseline with the specified int.
numBaseline | The int value to which numBaseline is to be set. |
void asdm::CalPhaseRow::setNumBaseline | ( | int | numBaseline | ) |
Set numBaseline with the specified int.
numBaseline | The int value to which numBaseline is to be set. |
void asdm::CalPhaseRow::setNumReceptor | ( | int | numReceptor | ) |
Set numReceptor with the specified int.
numReceptor | The int value to which numReceptor is to be set. |
void asdm::CalPhaseRow::setNumReceptor | ( | int | numReceptor | ) |
Set numReceptor with the specified int.
numReceptor | The int value to which numReceptor is to be set. |
void asdm::CalPhaseRow::setPhase | ( | vector< vector< float > > | phase | ) |
Set phase with the specified vector<vector<float > >.
phase | The vector<vector<float > > value to which phase is to be set. |
void asdm::CalPhaseRow::setPhase | ( | vector< vector< float > > | phase | ) |
Set phase with the specified vector<vector<float > >.
phase | The vector<vector<float > > value to which phase is to be set. |
void asdm::CalPhaseRow::setPhaseRMS | ( | vector< vector< float > > | phaseRMS | ) |
Set phaseRMS with the specified vector<vector<float > >.
phaseRMS | The vector<vector<float > > value to which phaseRMS is to be set. |
void asdm::CalPhaseRow::setPhaseRMS | ( | vector< vector< float > > | phaseRMS | ) |
Set phaseRMS with the specified vector<vector<float > >.
phaseRMS | The vector<vector<float > > value to which phaseRMS is to be set. |
void asdm::CalPhaseRow::setPolarizationTypes | ( | vector< PolarizationTypeMod::PolarizationType > | polarizationTypes | ) |
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
polarizationTypes | The vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set. |
void asdm::CalPhaseRow::setPolarizationTypes | ( | vector< PolarizationTypeMod::PolarizationType > | polarizationTypes | ) |
Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
polarizationTypes | The vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set. |
void asdm::CalPhaseRow::setReceiverBand | ( | ReceiverBandMod::ReceiverBand | receiverBand | ) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
receiverBand | The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalPhaseRow::setReceiverBand | ( | ReceiverBandMod::ReceiverBand | receiverBand | ) |
Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
receiverBand | The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set. |
IllegalAccessException | If an attempt is made to change this field after is has been added to the table. |
void asdm::CalPhaseRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalPhaseRow::setStartValidTime | ( | ArrayTime | startValidTime | ) |
void asdm::CalPhaseRow::setStatPhaseRMS | ( | vector< vector< float > > | statPhaseRMS | ) |
Set statPhaseRMS with the specified vector<vector<float > >.
statPhaseRMS | The vector<vector<float > > value to which statPhaseRMS is to be set. |
void asdm::CalPhaseRow::setStatPhaseRMS | ( | vector< vector< float > > | statPhaseRMS | ) |
Set statPhaseRMS with the specified vector<vector<float > >.
statPhaseRMS | The vector<vector<float > > value to which statPhaseRMS is to be set. |
void asdm::CalPhaseRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::startValidTimeFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::startValidTimeFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::statPhaseRMSFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::statPhaseRMSFromBin | ( | EndianIStream & | eis | ) | [private] |
void asdm::CalPhaseRow::statPhaseRMSFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::statPhaseRMSFromText | ( | const string & | s | ) | [private] |
void asdm::CalPhaseRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
void asdm::CalPhaseRow::toBin | ( | EndianOSStream & | eoss | ) | [private] |
Serialize this into a stream of bytes written to an EndianOSStream.
eoss | the EndianOSStream to be written to |
asdmIDL::CalPhaseRowIDL* asdm::CalPhaseRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
asdmIDL::CalPhaseRowIDL* asdm::CalPhaseRow::toIDL | ( | ) | const |
Return this row in the form of an IDL struct.
void asdm::CalPhaseRow::toIDL | ( | asdmIDL::CalPhaseRowIDL & | x | ) | const |
Define the content of a CalPhaseRowIDL struct from the values found in this row.
x | a reference to the CalPhaseRowIDL struct to be set. |
std::string asdm::CalPhaseRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
std::string asdm::CalPhaseRow::toXML | ( | ) | const |
Return this row in the form of an XML string.
asdm::CalPhaseTable [friend] |
Definition at line 159 of file CalPhaseRow.h.
friend class asdm::RowTransformer< CalPhaseRow > [friend] |
Definition at line 160 of file CalPhaseRow.h.
vector< vector< float > > asdm::CalPhaseRow::ampli [private] |
vector< vector< string > > asdm::CalPhaseRow::antennaNames [private] |
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPhaseRow::atmPhaseCorrection [private] |
Extrinsic Table asdm::CalPhaseRow::Attributes |
Definition at line 183 of file CalPhaseRow.h.
Extrinsic Table asdm::CalPhaseRow::Attributes |
Definition at line 774 of file CalPhaseRow.h.
vector< Length > asdm::CalPhaseRow::baselineLengths [private] |
Tag asdm::CalPhaseRow::calReductionId [private] |
vector< bool > asdm::CalPhaseRow::correctionValidity [private] |
Definition at line 1312 of file CalPhaseRow.h.
bool asdm::CalPhaseRow::correctionValidityExists [private] |
vector< vector< float > > asdm::CalPhaseRow::decorrelationFactor [private] |
vector< Angle > asdm::CalPhaseRow::direction [private] |
ArrayTime asdm::CalPhaseRow::endValidTime [private] |
vector< Frequency > asdm::CalPhaseRow::frequencyRange [private] |
Links *binary deserialization material from an EndianIStream std::map< std::string, CalPhaseAttributeFromBin > asdm::CalPhaseRow::fromBinMethods [private] |
Definition at line 1367 of file CalPhaseRow.h.
*text deserialization material std::map< std::string, CalPhaseAttributeFromText > asdm::CalPhaseRow::fromTextMethods [private] |
Definition at line 1396 of file CalPhaseRow.h.
bool asdm::CalPhaseRow::hasBeenAdded [private] |
Whether this row has been added to the table or not.
Definition at line 1068 of file CalPhaseRow.h.
Interval asdm::CalPhaseRow::integrationTime [private] |
int asdm::CalPhaseRow::numBaseline [private] |
int asdm::CalPhaseRow::numReceptor [private] |
vector< vector< float > > asdm::CalPhaseRow::phase [private] |
vector< vector< float > > asdm::CalPhaseRow::phaseRMS [private] |
vector< PolarizationTypeMod::PolarizationType > asdm::CalPhaseRow::polarizationTypes [private] |
ReceiverBandMod::ReceiverBand asdm::CalPhaseRow::receiverBand [private] |
ArrayTime asdm::CalPhaseRow::startValidTime [private] |
vector< vector< float > > asdm::CalPhaseRow::statPhaseRMS [private] |
CalPhaseTable & asdm::CalPhaseRow::table [private] |
The table to which this row belongs.
Definition at line 1064 of file CalPhaseRow.h.