asdm::CalPhaseRow Class Reference

The CalPhaseRow class is a row of a CalPhaseTable. More...

#include <CalPhaseRow.h>

List of all members.

Public Member Functions

virtual ~CalPhaseRow ()
 friend class asdm::TableStreamReader<CalPhaseTable, CalPhaseRow>;
CalPhaseTablegetTable () 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< LengthgetBaselineLengths () 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< AnglegetDirection () const
 ===> Attribute direction
void setDirection (vector< Angle > direction)
 Set direction with the specified vector<Angle >.
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.
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 *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 (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.

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.

Private Attributes

CalPhaseTabletable
 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< LengthbaselineLengths
 ===> Attribute baselineLengths
vector< vector< float > > decorrelationFactor
 ===> Attribute decorrelationFactor
vector< Angledirection
 ===> Attribute direction
vector< FrequencyfrequencyRange
 ===> 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 >

Detailed Description

The CalPhaseRow class is a row of a CalPhaseTable.

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

Definition at line 158 of file CalPhaseRow.h.


Constructor & Destructor Documentation

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.

Parameters:
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.

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

Member Function Documentation

void asdm::CalPhaseRow::ampliFromBin ( EndianIStream eis  )  [private]
void asdm::CalPhaseRow::ampliFromText ( const string &  s  )  [private]
void asdm::CalPhaseRow::antennaNamesFromBin ( EndianIStream eis  )  [private]
void asdm::CalPhaseRow::antennaNamesFromText ( const string &  s  )  [private]
void asdm::CalPhaseRow::atmPhaseCorrectionFromBin ( EndianIStream eis  )  [private]
void asdm::CalPhaseRow::atmPhaseCorrectionFromText ( const string &  s  )  [private]
void asdm::CalPhaseRow::basebandNameFromBin ( EndianIStream eis  )  [private]
void asdm::CalPhaseRow::basebandNameFromText ( const string &  s  )  [private]
void asdm::CalPhaseRow::baselineLengthsFromBin ( EndianIStream eis  )  [private]
void asdm::CalPhaseRow::baselineLengthsFromText ( const string &  s  )  [private]
void asdm::CalPhaseRow::calDataIdFromBin ( EndianIStream eis  )  [private]
void asdm::CalPhaseRow::calDataIdFromText ( const string &  s  )  [private]
void asdm::CalPhaseRow::calReductionIdFromBin ( EndianIStream eis  )  [private]
void asdm::CalPhaseRow::calReductionIdFromText ( const string &  s  )  [private]
void asdm::CalPhaseRow::clearCorrectionValidity (  ) 

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.

Parameters:
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.

Parameters:
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::correctionValidityFromText ( const string &  s  )  [private]
void asdm::CalPhaseRow::decorrelationFactorFromBin ( EndianIStream eis  )  [private]
void asdm::CalPhaseRow::decorrelationFactorFromText ( const string &  s  )  [private]
void asdm::CalPhaseRow::directionFromBin ( EndianIStream eis  )  [private]
void asdm::CalPhaseRow::directionFromText ( const string &  s  )  [private]
void asdm::CalPhaseRow::endValidTimeFromBin ( EndianIStream eis  )  [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.

Parameters:
x a pointer on the CalPhaseRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.
void asdm::CalPhaseRow::frequencyRangeFromBin ( EndianIStream eis  )  [private]
void asdm::CalPhaseRow::frequencyRangeFromText ( const string &  s  )  [private]
vector<vector<float > > asdm::CalPhaseRow::getAmpli (  )  const

===> Attribute ampli

Get ampli.

Returns:
ampli as vector<vector<float > >
vector<vector<string > > asdm::CalPhaseRow::getAntennaNames (  )  const

===> Attribute antennaNames

Get antennaNames.

Returns:
antennaNames as vector<vector<string > >
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPhaseRow::getAtmPhaseCorrection (  )  const

===> Attribute atmPhaseCorrection

Get atmPhaseCorrection.

Returns:
atmPhaseCorrection as AtmPhaseCorrectionMod::AtmPhaseCorrection
vector<Length > asdm::CalPhaseRow::getBaselineLengths (  )  const

===> Attribute baselineLengths

Get baselineLengths.

Returns:
baselineLengths as vector<Length >
Links* CalDataRow* asdm::CalPhaseRow::getCalDataUsingCalDataId (  ) 

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

Returns:
a CalDataRow*
Tag asdm::CalPhaseRow::getCalReductionId (  )  const

===> Attribute calReductionId

Get calReductionId.

Returns:
calReductionId as Tag
CalReductionRow* asdm::CalPhaseRow::getCalReductionUsingCalReductionId (  ) 

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

Returns:
a CalReductionRow*
vector<bool > asdm::CalPhaseRow::getCorrectionValidity (  )  const

Get correctionValidity, which is optional.

Returns:
correctionValidity as vector<bool >
Exceptions:
IllegalAccessException If correctionValidity does not exist.
vector<vector<float > > asdm::CalPhaseRow::getDecorrelationFactor (  )  const

===> Attribute decorrelationFactor

Get decorrelationFactor.

Returns:
decorrelationFactor as vector<vector<float > >
vector<Angle > asdm::CalPhaseRow::getDirection (  )  const

===> Attribute direction

Get direction.

Returns:
direction as vector<Angle >
ArrayTime asdm::CalPhaseRow::getEndValidTime (  )  const

===> Attribute endValidTime

Get endValidTime.

Returns:
endValidTime as ArrayTime
vector<Frequency > asdm::CalPhaseRow::getFrequencyRange (  )  const

===> Attribute frequencyRange

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >
Interval asdm::CalPhaseRow::getIntegrationTime (  )  const

===> Attribute integrationTime

Get integrationTime.

Returns:
integrationTime as Interval
int asdm::CalPhaseRow::getNumBaseline (  )  const

===> Attribute numBaseline

Get numBaseline.

Returns:
numBaseline as int
int asdm::CalPhaseRow::getNumReceptor (  )  const

===> Attribute numReceptor

Get numReceptor.

Returns:
numReceptor as int
vector<vector<float > > asdm::CalPhaseRow::getPhase (  )  const

===> Attribute phase

Get phase.

Returns:
phase as vector<vector<float > >
vector<vector<float > > asdm::CalPhaseRow::getPhaseRMS (  )  const

===> Attribute phaseRMS

Get phaseRMS.

Returns:
phaseRMS as vector<vector<float > >
vector<PolarizationTypeMod::PolarizationType > asdm::CalPhaseRow::getPolarizationTypes (  )  const

===> Attribute polarizationTypes

Get polarizationTypes.

Returns:
polarizationTypes as vector<PolarizationTypeMod::PolarizationType >
ReceiverBandMod::ReceiverBand asdm::CalPhaseRow::getReceiverBand (  )  const

===> Attribute receiverBand

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand
ArrayTime asdm::CalPhaseRow::getStartValidTime (  )  const

===> Attribute startValidTime

Get startValidTime.

Returns:
startValidTime as ArrayTime
vector<vector<float > > asdm::CalPhaseRow::getStatPhaseRMS (  )  const

===> Attribute statPhaseRMS

Get statPhaseRMS.

Returns:
statPhaseRMS as vector<vector<float > >
CalPhaseTable& asdm::CalPhaseRow::getTable (  )  const

Return the table to which this row belongs.

void asdm::CalPhaseRow::integrationTimeFromBin ( EndianIStream eis  )  [private]
void asdm::CalPhaseRow::integrationTimeFromText ( const string &  s  )  [private]
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::isAdded (  )  const

Has this row been added to its table ?

Returns:
true if and only if it has been added.
bool asdm::CalPhaseRow::isCorrectionValidityExists (  )  const

===> Attribute correctionValidity, which is optional

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

Returns:
true if and only if the correctionValidity attribute exists.
void asdm::CalPhaseRow::numBaselineFromBin ( EndianIStream eis  )  [private]
void asdm::CalPhaseRow::numBaselineFromText ( const string &  s  )  [private]
void asdm::CalPhaseRow::numReceptorFromBin ( EndianIStream eis  )  [private]
void asdm::CalPhaseRow::numReceptorFromText ( const string &  s  )  [private]
void asdm::CalPhaseRow::phaseFromBin ( EndianIStream eis  )  [private]
void asdm::CalPhaseRow::phaseFromText ( const string &  s  )  [private]
void asdm::CalPhaseRow::phaseRMSFromBin ( EndianIStream eis  )  [private]
void asdm::CalPhaseRow::phaseRMSFromText ( const string &  s  )  [private]
void asdm::CalPhaseRow::polarizationTypesFromBin ( EndianIStream eis  )  [private]
void asdm::CalPhaseRow::polarizationTypesFromText ( const string &  s  )  [private]
void asdm::CalPhaseRow::receiverBandFromBin ( EndianIStream eis  )  [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 > >.

Parameters:
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 > >.

Parameters:
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.

Parameters:
atmPhaseCorrection The AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set.
Exceptions:
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.

Parameters:
basebandName The BasebandNameMod::BasebandName value to which basebandName is to be set.
Exceptions:
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 >.

Parameters:
baselineLengths The vector<Length > value to which baselineLengths is to be set.
void asdm::CalPhaseRow::setCalDataId ( Tag  calDataId  ) 

Set calDataId with the specified Tag.

Parameters:
calDataId The Tag value to which calDataId is to be set.
Exceptions:
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.

Parameters:
calReductionId The Tag value to which calReductionId is to be set.
Exceptions:
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 >.

Parameters:
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 > >.

Parameters:
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 >.

Parameters:
direction The vector<Angle > value to which direction is to be set.
void asdm::CalPhaseRow::setEndValidTime ( ArrayTime  endValidTime  ) 

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTime The ArrayTime value to which endValidTime is to be set.
void asdm::CalPhaseRow::setFrequencyRange ( vector< Frequency frequencyRange  ) 

Set frequencyRange with the specified vector<Frequency >.

Parameters:
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.

Parameters:
x The IDL struct containing the values used to fill this row.
Exceptions:
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.

Parameters:
rowDoc the XML string being used to set the values of this row.
Exceptions:
ConversionException 
void asdm::CalPhaseRow::setIntegrationTime ( Interval  integrationTime  ) 

Set integrationTime with the specified Interval.

Parameters:
integrationTime The Interval value to which integrationTime is to be set.
void asdm::CalPhaseRow::setNumBaseline ( int  numBaseline  ) 

Set numBaseline with the specified int.

Parameters:
numBaseline The int value to which numBaseline is to be set.
void asdm::CalPhaseRow::setNumReceptor ( int  numReceptor  ) 

Set numReceptor with the specified int.

Parameters:
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 > >.

Parameters:
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 > >.

Parameters:
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 >.

Parameters:
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.

Parameters:
receiverBand The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.
void asdm::CalPhaseRow::setStartValidTime ( ArrayTime  startValidTime  ) 

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTime The ArrayTime value to which startValidTime is to be set.
void asdm::CalPhaseRow::setStatPhaseRMS ( vector< vector< float > >  statPhaseRMS  ) 

Set statPhaseRMS with the specified vector<vector<float > >.

Parameters:
statPhaseRMS The vector<vector<float > > value to which statPhaseRMS is to be set.
void asdm::CalPhaseRow::startValidTimeFromBin ( EndianIStream eis  )  [private]
void asdm::CalPhaseRow::startValidTimeFromText ( const string &  s  )  [private]
void asdm::CalPhaseRow::statPhaseRMSFromBin ( EndianIStream eis  )  [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.

Parameters:
eoss the EndianOSStream to be written to
void asdm::CalPhaseRow::toIDL ( asdmIDL::CalPhaseRowIDL &  x  )  const

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

Parameters:
x a reference to the CalPhaseRowIDL struct to be set.
asdmIDL::CalPhaseRowIDL* asdm::CalPhaseRow::toIDL (  )  const

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalPhaseRowIDL struct.
std::string asdm::CalPhaseRow::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

friend class 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.


Member Data Documentation

vector<vector<float > > asdm::CalPhaseRow::ampli [private]

===> Attribute ampli

Definition at line 1189 of file CalPhaseRow.h.

vector<vector<string > > asdm::CalPhaseRow::antennaNames [private]

===> Attribute antennaNames

Definition at line 1200 of file CalPhaseRow.h.

AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPhaseRow::atmPhaseCorrection [private]

===> Attribute atmPhaseCorrection

Definition at line 1134 of file CalPhaseRow.h.

Definition at line 774 of file CalPhaseRow.h.

Definition at line 183 of file CalPhaseRow.h.

===> Attribute baselineLengths

Definition at line 1211 of file CalPhaseRow.h.

===> Attribute calReductionId

Definition at line 1338 of file CalPhaseRow.h.

vector<bool > asdm::CalPhaseRow::correctionValidity [private]

Definition at line 1312 of file CalPhaseRow.h.

===> Attribute correctionValidity, which is optional

Definition at line 1309 of file CalPhaseRow.h.

vector<vector<float > > asdm::CalPhaseRow::decorrelationFactor [private]

===> Attribute decorrelationFactor

Definition at line 1222 of file CalPhaseRow.h.

vector<Angle > asdm::CalPhaseRow::direction [private]

===> Attribute direction

Definition at line 1233 of file CalPhaseRow.h.

===> Attribute endValidTime

Definition at line 1156 of file CalPhaseRow.h.

===> Attribute frequencyRange

Definition at line 1244 of file CalPhaseRow.h.

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.

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

Definition at line 1068 of file CalPhaseRow.h.

===> Attribute integrationTime

Definition at line 1255 of file CalPhaseRow.h.

===> Attribute numBaseline

Definition at line 1167 of file CalPhaseRow.h.

===> Attribute numReceptor

Definition at line 1178 of file CalPhaseRow.h.

vector<vector<float > > asdm::CalPhaseRow::phase [private]

===> Attribute phase

Definition at line 1266 of file CalPhaseRow.h.

vector<vector<float > > asdm::CalPhaseRow::phaseRMS [private]

===> Attribute phaseRMS

Definition at line 1288 of file CalPhaseRow.h.

vector<PolarizationTypeMod::PolarizationType > asdm::CalPhaseRow::polarizationTypes [private]

===> Attribute polarizationTypes

Definition at line 1277 of file CalPhaseRow.h.

ReceiverBandMod::ReceiverBand asdm::CalPhaseRow::receiverBand [private]

===> Attribute receiverBand

Definition at line 1123 of file CalPhaseRow.h.

===> Attribute startValidTime

Definition at line 1145 of file CalPhaseRow.h.

vector<vector<float > > asdm::CalPhaseRow::statPhaseRMS [private]

===> Attribute statPhaseRMS

Definition at line 1299 of file CalPhaseRow.h.

The table to which this row belongs.

Definition at line 1064 of file CalPhaseRow.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1