asdm::CalPrimaryBeamRow Class Reference

The CalPrimaryBeamRow class is a row of a CalPrimaryBeamTable. More...

#include <CalPrimaryBeamRow.h>

List of all members.

Public Member Functions

virtual ~CalPrimaryBeamRow ()
 friend class asdm::TableStreamReader<CalPrimaryBeamTable, CalPrimaryBeamRow>;
CalPrimaryBeamTablegetTable () const
 Return the table to which this row belongs.
bool isAdded () const
 Has this row been added to its table ?
void setAntennaName (string antennaName)
 Set antennaName with the specified string.
ReceiverBandMod::ReceiverBand getReceiverBand () const
 ===> Attribute receiverBand
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
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.
AntennaMakeMod::AntennaMake getAntennaMake () const
 ===> Attribute antennaMake
void setAntennaMake (AntennaMakeMod::AntennaMake antennaMake)
 Set antennaMake with the specified AntennaMakeMod::AntennaMake.
int getNumSubband () const
 ===> Attribute numSubband
void setNumSubband (int numSubband)
 Set numSubband with the specified int.
vector< vector< Frequency > > getFrequencyRange () const
 ===> Attribute frequencyRange
void setFrequencyRange (vector< vector< Frequency > > frequencyRange)
 Set frequencyRange with the specified vector<vector<Frequency > >.
int getNumReceptor () const
 ===> Attribute numReceptor
void setNumReceptor (int numReceptor)
 Set numReceptor with the specified int.
vector
< PolarizationTypeMod::PolarizationType > 
getPolarizationTypes () const
 ===> Attribute polarizationTypes
void setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes)
 Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
vector< double > getMainBeamEfficiency () const
 ===> Attribute mainBeamEfficiency
void setMainBeamEfficiency (vector< double > mainBeamEfficiency)
 Set mainBeamEfficiency with the specified vector<double >.
EntityRef getBeamDescriptionUID () const
 ===> Attribute beamDescriptionUID
void setBeamDescriptionUID (EntityRef beamDescriptionUID)
 Set beamDescriptionUID with the specified EntityRef.
float getRelativeAmplitudeRms () const
 ===> Attribute relativeAmplitudeRms
void setRelativeAmplitudeRms (float relativeAmplitudeRms)
 Set relativeAmplitudeRms with the specified float.
vector< AnglegetDirection () const
 ===> Attribute direction
void setDirection (vector< Angle > direction)
 Set direction with the specified vector<Angle >.
vector< AnglegetMinValidDirection () const
 ===> Attribute minValidDirection
void setMinValidDirection (vector< Angle > minValidDirection)
 Set minValidDirection with the specified vector<Angle >.
vector< AnglegetMaxValidDirection () const
 ===> Attribute maxValidDirection
void setMaxValidDirection (vector< Angle > maxValidDirection)
 Set maxValidDirection with the specified vector<Angle >.
PrimaryBeamDescriptionMod::PrimaryBeamDescription getDescriptionType () const
 ===> Attribute descriptionType
void setDescriptionType (PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType)
 Set descriptionType with the specified PrimaryBeamDescriptionMod::PrimaryBeamDescription.
vector< int > getImageChannelNumber () const
 ===> Attribute imageChannelNumber
void setImageChannelNumber (vector< int > imageChannelNumber)
 Set imageChannelNumber with the specified vector<int >.
vector< FrequencygetImageNominalFrequency () const
 ===> Attribute imageNominalFrequency
void setImageNominalFrequency (vector< Frequency > imageNominalFrequency)
 Set imageNominalFrequency with the specified vector<Frequency >.
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 *CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
bool compareNoAutoInc (string antennaName, ReceiverBandMod::ReceiverBand receiverBand, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, int numSubband, vector< vector< Frequency > > frequencyRange, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< double > mainBeamEfficiency, EntityRef beamDescriptionUID, float relativeAmplitudeRms, vector< Angle > direction, vector< Angle > minValidDirection, vector< Angle > maxValidDirection, PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType, vector< int > imageChannelNumber, vector< Frequency > imageNominalFrequency)
 Compare each mandatory attribute except the autoincrementable one of this CalPrimaryBeamRow with the corresponding parameters and return true if there is a match and false otherwise.
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, int numSubband, vector< vector< Frequency > > frequencyRange, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< double > mainBeamEfficiency, EntityRef beamDescriptionUID, float relativeAmplitudeRms, vector< Angle > direction, vector< Angle > minValidDirection, vector< Angle > maxValidDirection, PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType, vector< int > imageChannelNumber, vector< Frequency > imageNominalFrequency)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalPrimaryBeamRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalPrimaryBeamRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void toIDL (asdmIDL::CalPrimaryBeamRowIDL &x) const
 Define the content of a CalPrimaryBeamRowIDL struct from the values found in this row.
void setFromIDL (asdmIDL::CalPrimaryBeamRowIDL x)
 Fill the values of this row from the IDL struct CalPrimaryBeamRowIDL.
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.
 CalPrimaryBeamRow (CalPrimaryBeamTable &table)
 Create a CalPrimaryBeamRow.
 CalPrimaryBeamRow (CalPrimaryBeamTable &table, CalPrimaryBeamRow &row)
 Create a CalPrimaryBeamRow using a copy constructor mechanism.
void antennaNameFromBin (EndianIStream &eis)
void receiverBandFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void antennaMakeFromBin (EndianIStream &eis)
void numSubbandFromBin (EndianIStream &eis)
void frequencyRangeFromBin (EndianIStream &eis)
void numReceptorFromBin (EndianIStream &eis)
void polarizationTypesFromBin (EndianIStream &eis)
void mainBeamEfficiencyFromBin (EndianIStream &eis)
void beamDescriptionUIDFromBin (EndianIStream &eis)
void relativeAmplitudeRmsFromBin (EndianIStream &eis)
void directionFromBin (EndianIStream &eis)
void minValidDirectionFromBin (EndianIStream &eis)
void maxValidDirectionFromBin (EndianIStream &eis)
void descriptionTypeFromBin (EndianIStream &eis)
void imageChannelNumberFromBin (EndianIStream &eis)
void imageNominalFrequencyFromBin (EndianIStream &eis)
void antennaNameFromText (const string &s)
void receiverBandFromText (const string &s)
void calDataIdFromText (const string &s)
void calReductionIdFromText (const string &s)
void startValidTimeFromText (const string &s)
void endValidTimeFromText (const string &s)
void antennaMakeFromText (const string &s)
void numSubbandFromText (const string &s)
void frequencyRangeFromText (const string &s)
void numReceptorFromText (const string &s)
void polarizationTypesFromText (const string &s)
void mainBeamEfficiencyFromText (const string &s)
void relativeAmplitudeRmsFromText (const string &s)
void directionFromText (const string &s)
void minValidDirectionFromText (const string &s)
void maxValidDirectionFromText (const string &s)
void descriptionTypeFromText (const string &s)
void imageChannelNumberFromText (const string &s)
void imageNominalFrequencyFromText (const string &s)
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream.

Private Attributes

CalPrimaryBeamTabletable
 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
ArrayTime startValidTime
 ===> Attribute startValidTime
ArrayTime endValidTime
 ===> Attribute endValidTime
AntennaMakeMod::AntennaMake antennaMake
 ===> Attribute antennaMake
int numSubband
 ===> Attribute numSubband
vector< vector< Frequency > > frequencyRange
 ===> Attribute frequencyRange
int numReceptor
 ===> Attribute numReceptor
vector
< PolarizationTypeMod::PolarizationType > 
polarizationTypes
 ===> Attribute polarizationTypes
vector< double > mainBeamEfficiency
 ===> Attribute mainBeamEfficiency
EntityRef beamDescriptionUID
 ===> Attribute beamDescriptionUID
float relativeAmplitudeRms
 ===> Attribute relativeAmplitudeRms
vector< Angledirection
 ===> Attribute direction
vector< AngleminValidDirection
 ===> Attribute minValidDirection
vector< AnglemaxValidDirection
 ===> Attribute maxValidDirection
PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType
 ===> Attribute descriptionType
vector< int > imageChannelNumber
 ===> Attribute imageChannelNumber
vector< FrequencyimageNominalFrequency
 ===> Attribute imageNominalFrequency
Tag calReductionId
 ===> Attribute calReductionId
Links *binary deserialization
material from an EndianIStream
std::map< std::string,
CalPrimaryBeamAttributeFromBin
fromBinMethods
*text deserialization material
std::map< std::string,
CalPrimaryBeamAttributeFromText
fromTextMethods

Friends

class asdm::CalPrimaryBeamTable
class asdm::RowTransformer< CalPrimaryBeamRow >

Detailed Description

The CalPrimaryBeamRow class is a row of a CalPrimaryBeamTable.

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

Definition at line 152 of file CalPrimaryBeamRow.h.


Constructor & Destructor Documentation

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

friend class asdm::TableStreamReader<CalPrimaryBeamTable, CalPrimaryBeamRow>;

asdm::CalPrimaryBeamRow::CalPrimaryBeamRow ( CalPrimaryBeamTable table  )  [private]

Create a CalPrimaryBeamRow.

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::CalPrimaryBeamRow::CalPrimaryBeamRow ( CalPrimaryBeamTable table,
CalPrimaryBeamRow row 
) [private]

Create a CalPrimaryBeamRow using a copy constructor mechanism.

Given a CalPrimaryBeamRow row and a CalPrimaryBeamTable table, the method creates a new CalPrimaryBeamRow 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::CalPrimaryBeamRow::antennaMakeFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::antennaMakeFromText ( const string &  s  )  [private]
void asdm::CalPrimaryBeamRow::antennaNameFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::antennaNameFromText ( const string &  s  )  [private]
void asdm::CalPrimaryBeamRow::beamDescriptionUIDFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::calDataIdFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::calDataIdFromText ( const string &  s  )  [private]
void asdm::CalPrimaryBeamRow::calReductionIdFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::calReductionIdFromText ( const string &  s  )  [private]
bool asdm::CalPrimaryBeamRow::compareNoAutoInc ( string  antennaName,
ReceiverBandMod::ReceiverBand  receiverBand,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
AntennaMakeMod::AntennaMake  antennaMake,
int  numSubband,
vector< vector< Frequency > >  frequencyRange,
int  numReceptor,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
vector< double >  mainBeamEfficiency,
EntityRef  beamDescriptionUID,
float  relativeAmplitudeRms,
vector< Angle direction,
vector< Angle minValidDirection,
vector< Angle maxValidDirection,
PrimaryBeamDescriptionMod::PrimaryBeamDescription  descriptionType,
vector< int >  imageChannelNumber,
vector< Frequency imageNominalFrequency 
)

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

Parameters:
antennaName 
receiverBand 
calDataId 
calReductionId 
startValidTime 
endValidTime 
antennaMake 
numSubband 
frequencyRange 
numReceptor 
polarizationTypes 
mainBeamEfficiency 
beamDescriptionUID 
relativeAmplitudeRms 
direction 
minValidDirection 
maxValidDirection 
descriptionType 
imageChannelNumber 
imageNominalFrequency 
bool asdm::CalPrimaryBeamRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
AntennaMakeMod::AntennaMake  antennaMake,
int  numSubband,
vector< vector< Frequency > >  frequencyRange,
int  numReceptor,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
vector< double >  mainBeamEfficiency,
EntityRef  beamDescriptionUID,
float  relativeAmplitudeRms,
vector< Angle direction,
vector< Angle minValidDirection,
vector< Angle maxValidDirection,
PrimaryBeamDescriptionMod::PrimaryBeamDescription  descriptionType,
vector< int >  imageChannelNumber,
vector< Frequency imageNominalFrequency 
)

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 
antennaMake 
numSubband 
frequencyRange 
numReceptor 
polarizationTypes 
mainBeamEfficiency 
beamDescriptionUID 
relativeAmplitudeRms 
direction 
minValidDirection 
maxValidDirection 
descriptionType 
imageChannelNumber 
imageNominalFrequency 
void asdm::CalPrimaryBeamRow::descriptionTypeFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::descriptionTypeFromText ( const string &  s  )  [private]
void asdm::CalPrimaryBeamRow::directionFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::directionFromText ( const string &  s  )  [private]
void asdm::CalPrimaryBeamRow::endValidTimeFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::endValidTimeFromText ( const string &  s  )  [private]
bool asdm::CalPrimaryBeamRow::equalByRequiredValue ( CalPrimaryBeamRow 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 CalPrimaryBeamRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.
void asdm::CalPrimaryBeamRow::frequencyRangeFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::frequencyRangeFromText ( const string &  s  )  [private]
AntennaMakeMod::AntennaMake asdm::CalPrimaryBeamRow::getAntennaMake (  )  const

===> Attribute antennaMake

Get antennaMake.

Returns:
antennaMake as AntennaMakeMod::AntennaMake
EntityRef asdm::CalPrimaryBeamRow::getBeamDescriptionUID (  )  const

===> Attribute beamDescriptionUID

Get beamDescriptionUID.

Returns:
beamDescriptionUID as EntityRef
CalDataRow* asdm::CalPrimaryBeamRow::getCalDataUsingCalDataId (  ) 

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

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

===> Attribute calReductionId

Get calReductionId.

Returns:
calReductionId as Tag
Links* CalReductionRow* asdm::CalPrimaryBeamRow::getCalReductionUsingCalReductionId (  ) 

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

Returns:
a CalReductionRow*
PrimaryBeamDescriptionMod::PrimaryBeamDescription asdm::CalPrimaryBeamRow::getDescriptionType (  )  const

===> Attribute descriptionType

Get descriptionType.

Returns:
descriptionType as PrimaryBeamDescriptionMod::PrimaryBeamDescription
vector<Angle > asdm::CalPrimaryBeamRow::getDirection (  )  const

===> Attribute direction

Get direction.

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

===> Attribute endValidTime

Get endValidTime.

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

===> Attribute frequencyRange

Get frequencyRange.

Returns:
frequencyRange as vector<vector<Frequency > >
vector<int > asdm::CalPrimaryBeamRow::getImageChannelNumber (  )  const

===> Attribute imageChannelNumber

Get imageChannelNumber.

Returns:
imageChannelNumber as vector<int >
vector<Frequency > asdm::CalPrimaryBeamRow::getImageNominalFrequency (  )  const

===> Attribute imageNominalFrequency

Get imageNominalFrequency.

Returns:
imageNominalFrequency as vector<Frequency >
vector<double > asdm::CalPrimaryBeamRow::getMainBeamEfficiency (  )  const

===> Attribute mainBeamEfficiency

Get mainBeamEfficiency.

Returns:
mainBeamEfficiency as vector<double >
vector<Angle > asdm::CalPrimaryBeamRow::getMaxValidDirection (  )  const

===> Attribute maxValidDirection

Get maxValidDirection.

Returns:
maxValidDirection as vector<Angle >
vector<Angle > asdm::CalPrimaryBeamRow::getMinValidDirection (  )  const

===> Attribute minValidDirection

Get minValidDirection.

Returns:
minValidDirection as vector<Angle >
int asdm::CalPrimaryBeamRow::getNumReceptor (  )  const

===> Attribute numReceptor

Get numReceptor.

Returns:
numReceptor as int
int asdm::CalPrimaryBeamRow::getNumSubband (  )  const

===> Attribute numSubband

Get numSubband.

Returns:
numSubband as int
vector<PolarizationTypeMod::PolarizationType > asdm::CalPrimaryBeamRow::getPolarizationTypes (  )  const

===> Attribute polarizationTypes

Get polarizationTypes.

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

===> Attribute receiverBand

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand
float asdm::CalPrimaryBeamRow::getRelativeAmplitudeRms (  )  const

===> Attribute relativeAmplitudeRms

Get relativeAmplitudeRms.

Returns:
relativeAmplitudeRms as float
ArrayTime asdm::CalPrimaryBeamRow::getStartValidTime (  )  const

===> Attribute startValidTime

Get startValidTime.

Returns:
startValidTime as ArrayTime
CalPrimaryBeamTable& asdm::CalPrimaryBeamRow::getTable (  )  const

Return the table to which this row belongs.

void asdm::CalPrimaryBeamRow::imageChannelNumberFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::imageChannelNumberFromText ( const string &  s  )  [private]
void asdm::CalPrimaryBeamRow::imageNominalFrequencyFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::imageNominalFrequencyFromText ( const string &  s  )  [private]
void asdm::CalPrimaryBeamRow::isAdded ( bool  added  )  [private]

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

bool asdm::CalPrimaryBeamRow::isAdded (  )  const

Has this row been added to its table ?

Returns:
true if and only if it has been added.
void asdm::CalPrimaryBeamRow::mainBeamEfficiencyFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::mainBeamEfficiencyFromText ( const string &  s  )  [private]
void asdm::CalPrimaryBeamRow::maxValidDirectionFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::maxValidDirectionFromText ( const string &  s  )  [private]
void asdm::CalPrimaryBeamRow::minValidDirectionFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::minValidDirectionFromText ( const string &  s  )  [private]
void asdm::CalPrimaryBeamRow::numReceptorFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::numReceptorFromText ( const string &  s  )  [private]
void asdm::CalPrimaryBeamRow::numSubbandFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::numSubbandFromText ( const string &  s  )  [private]
void asdm::CalPrimaryBeamRow::polarizationTypesFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::polarizationTypesFromText ( const string &  s  )  [private]
void asdm::CalPrimaryBeamRow::receiverBandFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::receiverBandFromText ( const string &  s  )  [private]
void asdm::CalPrimaryBeamRow::relativeAmplitudeRmsFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::relativeAmplitudeRmsFromText ( const string &  s  )  [private]
void asdm::CalPrimaryBeamRow::setAntennaMake ( AntennaMakeMod::AntennaMake  antennaMake  ) 

Set antennaMake with the specified AntennaMakeMod::AntennaMake.

Parameters:
antennaMake The AntennaMakeMod::AntennaMake value to which antennaMake is to be set.
void asdm::CalPrimaryBeamRow::setAntennaName ( string  antennaName  ) 

Set antennaName with the specified string.

Parameters:
antennaName The string value to which antennaName 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::CalPrimaryBeamRow::setBeamDescriptionUID ( EntityRef  beamDescriptionUID  ) 

Set beamDescriptionUID with the specified EntityRef.

Parameters:
beamDescriptionUID The EntityRef value to which beamDescriptionUID is to be set.
void asdm::CalPrimaryBeamRow::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::CalPrimaryBeamRow::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::CalPrimaryBeamRow::setDescriptionType ( PrimaryBeamDescriptionMod::PrimaryBeamDescription  descriptionType  ) 

Set descriptionType with the specified PrimaryBeamDescriptionMod::PrimaryBeamDescription.

Parameters:
descriptionType The PrimaryBeamDescriptionMod::PrimaryBeamDescription value to which descriptionType is to be set.
void asdm::CalPrimaryBeamRow::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::CalPrimaryBeamRow::setEndValidTime ( ArrayTime  endValidTime  ) 

Set endValidTime with the specified ArrayTime.

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

Set frequencyRange with the specified vector<vector<Frequency > >.

Parameters:
frequencyRange The vector<vector<Frequency > > value to which frequencyRange is to be set.
void asdm::CalPrimaryBeamRow::setFromIDL ( asdmIDL::CalPrimaryBeamRowIDL  x  ) 

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

Parameters:
x The IDL struct containing the values used to fill this row.
Exceptions:
ConversionException 
void asdm::CalPrimaryBeamRow::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::CalPrimaryBeamRow::setImageChannelNumber ( vector< int >  imageChannelNumber  ) 

Set imageChannelNumber with the specified vector<int >.

Parameters:
imageChannelNumber The vector<int > value to which imageChannelNumber is to be set.
void asdm::CalPrimaryBeamRow::setImageNominalFrequency ( vector< Frequency imageNominalFrequency  ) 

Set imageNominalFrequency with the specified vector<Frequency >.

Parameters:
imageNominalFrequency The vector<Frequency > value to which imageNominalFrequency is to be set.
void asdm::CalPrimaryBeamRow::setMainBeamEfficiency ( vector< double >  mainBeamEfficiency  ) 

Set mainBeamEfficiency with the specified vector<double >.

Parameters:
mainBeamEfficiency The vector<double > value to which mainBeamEfficiency is to be set.
void asdm::CalPrimaryBeamRow::setMaxValidDirection ( vector< Angle maxValidDirection  ) 

Set maxValidDirection with the specified vector<Angle >.

Parameters:
maxValidDirection The vector<Angle > value to which maxValidDirection is to be set.
void asdm::CalPrimaryBeamRow::setMinValidDirection ( vector< Angle minValidDirection  ) 

Set minValidDirection with the specified vector<Angle >.

Parameters:
minValidDirection The vector<Angle > value to which minValidDirection is to be set.
void asdm::CalPrimaryBeamRow::setNumReceptor ( int  numReceptor  ) 

Set numReceptor with the specified int.

Parameters:
numReceptor The int value to which numReceptor is to be set.
void asdm::CalPrimaryBeamRow::setNumSubband ( int  numSubband  ) 

Set numSubband with the specified int.

Parameters:
numSubband The int value to which numSubband is to be set.
void asdm::CalPrimaryBeamRow::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::CalPrimaryBeamRow::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::CalPrimaryBeamRow::setRelativeAmplitudeRms ( float  relativeAmplitudeRms  ) 

Set relativeAmplitudeRms with the specified float.

Parameters:
relativeAmplitudeRms The float value to which relativeAmplitudeRms is to be set.
void asdm::CalPrimaryBeamRow::setStartValidTime ( ArrayTime  startValidTime  ) 

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTime The ArrayTime value to which startValidTime is to be set.
void asdm::CalPrimaryBeamRow::startValidTimeFromBin ( EndianIStream eis  )  [private]
void asdm::CalPrimaryBeamRow::startValidTimeFromText ( const string &  s  )  [private]
void asdm::CalPrimaryBeamRow::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::CalPrimaryBeamRow::toIDL ( asdmIDL::CalPrimaryBeamRowIDL &  x  )  const

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

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

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalPrimaryBeamRowIDL struct.
std::string asdm::CalPrimaryBeamRow::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::CalPrimaryBeamTable [friend]

Definition at line 153 of file CalPrimaryBeamRow.h.

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

Definition at line 154 of file CalPrimaryBeamRow.h.


Member Data Documentation

AntennaMakeMod::AntennaMake asdm::CalPrimaryBeamRow::antennaMake [private]

===> Attribute antennaMake

Definition at line 1108 of file CalPrimaryBeamRow.h.

Definition at line 725 of file CalPrimaryBeamRow.h.

Definition at line 177 of file CalPrimaryBeamRow.h.

===> Attribute beamDescriptionUID

Definition at line 1174 of file CalPrimaryBeamRow.h.

===> Attribute calReductionId

Definition at line 1277 of file CalPrimaryBeamRow.h.

PrimaryBeamDescriptionMod::PrimaryBeamDescription asdm::CalPrimaryBeamRow::descriptionType [private]

===> Attribute descriptionType

Definition at line 1229 of file CalPrimaryBeamRow.h.

===> Attribute direction

Definition at line 1196 of file CalPrimaryBeamRow.h.

===> Attribute endValidTime

Definition at line 1097 of file CalPrimaryBeamRow.h.

===> Attribute frequencyRange

Definition at line 1130 of file CalPrimaryBeamRow.h.

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

Definition at line 1306 of file CalPrimaryBeamRow.h.

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

Definition at line 1334 of file CalPrimaryBeamRow.h.

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

Definition at line 1020 of file CalPrimaryBeamRow.h.

===> Attribute imageChannelNumber

Definition at line 1240 of file CalPrimaryBeamRow.h.

===> Attribute imageNominalFrequency

Definition at line 1251 of file CalPrimaryBeamRow.h.

===> Attribute mainBeamEfficiency

Definition at line 1163 of file CalPrimaryBeamRow.h.

===> Attribute maxValidDirection

Definition at line 1218 of file CalPrimaryBeamRow.h.

===> Attribute minValidDirection

Definition at line 1207 of file CalPrimaryBeamRow.h.

===> Attribute numReceptor

Definition at line 1141 of file CalPrimaryBeamRow.h.

===> Attribute numSubband

Definition at line 1119 of file CalPrimaryBeamRow.h.

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

===> Attribute polarizationTypes

Definition at line 1152 of file CalPrimaryBeamRow.h.

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

===> Attribute receiverBand

Definition at line 1075 of file CalPrimaryBeamRow.h.

===> Attribute relativeAmplitudeRms

Definition at line 1185 of file CalPrimaryBeamRow.h.

===> Attribute startValidTime

Definition at line 1086 of file CalPrimaryBeamRow.h.

The table to which this row belongs.

Definition at line 1016 of file CalPrimaryBeamRow.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