casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Private Member Functions | Private Attributes | Friends | List of all members
asdm::CalPrimaryBeamRow Class Reference

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

#include <CalPrimaryBeamRow.h>

Public Member Functions

virtual ~CalPrimaryBeamRow ()
 friend class asdm::TableStreamReader<CalPrimaryBeamTable, CalPrimaryBeamRow>; More...
 
CalPrimaryBeamTablegetTable () const
 Return the table to which this row belongs. More...
 
bool isAdded () const
 Has this row been added to its table ? More...
 
void setAntennaName (std::string antennaName)
 Set antennaName with the specified std::string. More...
 
ReceiverBandMod::ReceiverBand getReceiverBand () const
 ===> Attribute receiverBand More...
 
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBandMod::ReceiverBand. More...
 
ArrayTime getStartValidTime () const
 ===> Attribute startValidTime More...
 
void setStartValidTime (ArrayTime startValidTime)
 Set startValidTime with the specified ArrayTime. More...
 
ArrayTime getEndValidTime () const
 ===> Attribute endValidTime More...
 
void setEndValidTime (ArrayTime endValidTime)
 Set endValidTime with the specified ArrayTime. More...
 
AntennaMakeMod::AntennaMake getAntennaMake () const
 ===> Attribute antennaMake More...
 
void setAntennaMake (AntennaMakeMod::AntennaMake antennaMake)
 Set antennaMake with the specified AntennaMakeMod::AntennaMake. More...
 
int getNumSubband () const
 ===> Attribute numSubband More...
 
void setNumSubband (int numSubband)
 Set numSubband with the specified int. More...
 
std::vector< std::vector
< Frequency > > 
getFrequencyRange () const
 ===> Attribute frequencyRange More...
 
void setFrequencyRange (std::vector< std::vector< Frequency > > frequencyRange)
 Set frequencyRange with the specified std::vector<std::vector<Frequency > >. More...
 
int getNumReceptor () const
 ===> Attribute numReceptor More...
 
void setNumReceptor (int numReceptor)
 Set numReceptor with the specified int. More...
 
std::vector
< PolarizationTypeMod::PolarizationType > 
getPolarizationTypes () const
 ===> Attribute polarizationTypes More...
 
void setPolarizationTypes (std::vector< PolarizationTypeMod::PolarizationType > polarizationTypes)
 Set polarizationTypes with the specified std::vector<PolarizationTypeMod::PolarizationType >. More...
 
std::vector< double > getMainBeamEfficiency () const
 ===> Attribute mainBeamEfficiency More...
 
void setMainBeamEfficiency (std::vector< double > mainBeamEfficiency)
 Set mainBeamEfficiency with the specified std::vector<double >. More...
 
EntityRef getBeamDescriptionUID () const
 ===> Attribute beamDescriptionUID More...
 
void setBeamDescriptionUID (EntityRef beamDescriptionUID)
 Set beamDescriptionUID with the specified EntityRef. More...
 
float getRelativeAmplitudeRms () const
 ===> Attribute relativeAmplitudeRms More...
 
void setRelativeAmplitudeRms (float relativeAmplitudeRms)
 Set relativeAmplitudeRms with the specified float. More...
 
std::vector< AnglegetDirection () const
 ===> Attribute direction More...
 
void setDirection (std::vector< Angle > direction)
 Set direction with the specified std::vector<Angle >. More...
 
std::vector< AnglegetMinValidDirection () const
 ===> Attribute minValidDirection More...
 
void setMinValidDirection (std::vector< Angle > minValidDirection)
 Set minValidDirection with the specified std::vector<Angle >. More...
 
std::vector< AnglegetMaxValidDirection () const
 ===> Attribute maxValidDirection More...
 
void setMaxValidDirection (std::vector< Angle > maxValidDirection)
 Set maxValidDirection with the specified std::vector<Angle >. More...
 
PrimaryBeamDescriptionMod::PrimaryBeamDescription getDescriptionType () const
 ===> Attribute descriptionType More...
 
void setDescriptionType (PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType)
 Set descriptionType with the specified PrimaryBeamDescriptionMod::PrimaryBeamDescription. More...
 
std::vector< int > getImageChannelNumber () const
 ===> Attribute imageChannelNumber More...
 
void setImageChannelNumber (std::vector< int > imageChannelNumber)
 Set imageChannelNumber with the specified std::vector<int >. More...
 
std::vector< FrequencygetImageNominalFrequency () const
 ===> Attribute imageNominalFrequency More...
 
void setImageNominalFrequency (std::vector< Frequency > imageNominalFrequency)
 Set imageNominalFrequency with the specified std::vector<Frequency >. More...
 
void setCalDataId (Tag calDataId)
 Set calDataId with the specified Tag. More...
 
Tag getCalReductionId () const
 ===> Attribute calReductionId More...
 
void setCalReductionId (Tag calReductionId)
 Set calReductionId with the specified Tag. More...
 
Links *CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId More...
 
CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId More...
 
bool compareNoAutoInc (std::string antennaName, ReceiverBandMod::ReceiverBand receiverBand, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, int numSubband, std::vector< std::vector< Frequency > > frequencyRange, int numReceptor, std::vector< PolarizationTypeMod::PolarizationType > polarizationTypes, std::vector< double > mainBeamEfficiency, EntityRef beamDescriptionUID, float relativeAmplitudeRms, std::vector< Angle > direction, std::vector< Angle > minValidDirection, std::vector< Angle > maxValidDirection, PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType, std::vector< int > imageChannelNumber, std::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. More...
 
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, int numSubband, std::vector< std::vector< Frequency > > frequencyRange, int numReceptor, std::vector< PolarizationTypeMod::PolarizationType > polarizationTypes, std::vector< double > mainBeamEfficiency, EntityRef beamDescriptionUID, float relativeAmplitudeRms, std::vector< Angle > direction, std::vector< Angle > minValidDirection, std::vector< Angle > maxValidDirection, PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType, std::vector< int > imageChannelNumber, std::vector< Frequency > imageNominalFrequency)
 Compare each mandatory value (i.e. More...
 
bool equalByRequiredValue (CalPrimaryBeamRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More...
 
asdmIDL::CalPrimaryBeamRowIDL * toIDL () const
 Return this row in the form of an IDL struct. More...
 
void toIDL (asdmIDL::CalPrimaryBeamRowIDL &x) const
 Define the content of a CalPrimaryBeamRowIDL struct from the values found in this row. More...
 
void setFromIDL (asdmIDL::CalPrimaryBeamRowIDL x)
 Fill the values of this row from the IDL struct CalPrimaryBeamRowIDL. More...
 
std::string toXML () const
 Return this row in the form of an XML string. More...
 
void setFromXML (std::string rowDoc)
 Fill the values of this row from an XML string that was produced by the toXML() method. More...
 

Public Attributes

Intrinsic Table Attributes
 
Extrinsic Table Attributes
 

Private Member Functions

void isAdded (bool added)
 This method is used by the Table class when this row is added to the table. More...
 
 CalPrimaryBeamRow (CalPrimaryBeamTable &table)
 Create a CalPrimaryBeamRow. More...
 
 CalPrimaryBeamRow (CalPrimaryBeamTable &table, CalPrimaryBeamRow *row)
 Create a CalPrimaryBeamRow using a copy constructor mechanism. More...
 
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 std::string &s)
 
void receiverBandFromText (const std::string &s)
 
void calDataIdFromText (const std::string &s)
 
void calReductionIdFromText (const std::string &s)
 
void startValidTimeFromText (const std::string &s)
 
void endValidTimeFromText (const std::string &s)
 
void antennaMakeFromText (const std::string &s)
 
void numSubbandFromText (const std::string &s)
 
void frequencyRangeFromText (const std::string &s)
 
void numReceptorFromText (const std::string &s)
 
void polarizationTypesFromText (const std::string &s)
 
void mainBeamEfficiencyFromText (const std::string &s)
 
void relativeAmplitudeRmsFromText (const std::string &s)
 
void directionFromText (const std::string &s)
 
void minValidDirectionFromText (const std::string &s)
 
void maxValidDirectionFromText (const std::string &s)
 
void descriptionTypeFromText (const std::string &s)
 
void imageChannelNumberFromText (const std::string &s)
 
void imageNominalFrequencyFromText (const std::string &s)
 
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream. More...
 

Private Attributes

CalPrimaryBeamTabletable
 The table to which this row belongs. More...
 
bool hasBeenAdded
 Whether this row has been added to the table or not. More...
 
ReceiverBandMod::ReceiverBand receiverBand
 ===> Attribute receiverBand More...
 
ArrayTime startValidTime
 ===> Attribute startValidTime More...
 
ArrayTime endValidTime
 ===> Attribute endValidTime More...
 
AntennaMakeMod::AntennaMake antennaMake
 ===> Attribute antennaMake More...
 
int numSubband
 ===> Attribute numSubband More...
 
std::vector< std::vector
< Frequency > > 
frequencyRange
 ===> Attribute frequencyRange More...
 
int numReceptor
 ===> Attribute numReceptor More...
 
std::vector
< PolarizationTypeMod::PolarizationType > 
polarizationTypes
 ===> Attribute polarizationTypes More...
 
std::vector< double > mainBeamEfficiency
 ===> Attribute mainBeamEfficiency More...
 
EntityRef beamDescriptionUID
 ===> Attribute beamDescriptionUID More...
 
float relativeAmplitudeRms
 ===> Attribute relativeAmplitudeRms More...
 
std::vector< Angledirection
 ===> Attribute direction More...
 
std::vector< AngleminValidDirection
 ===> Attribute minValidDirection More...
 
std::vector< AnglemaxValidDirection
 ===> Attribute maxValidDirection More...
 
PrimaryBeamDescriptionMod::PrimaryBeamDescription descriptionType
 ===> Attribute descriptionType More...
 
std::vector< int > imageChannelNumber
 ===> Attribute imageChannelNumber More...
 
std::vector< FrequencyimageNominalFrequency
 ===> Attribute imageNominalFrequency More...
 
Tag calReductionId
 ===> Attribute calReductionId More...
 
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", branch ""

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
tableThe 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
tableThe table to which this row belongs.
rowThe row which is to be copied.

Member Function Documentation

void asdm::CalPrimaryBeamRow::antennaMakeFromBin ( EndianIStream eis)
private
void asdm::CalPrimaryBeamRow::antennaMakeFromText ( const std::string &  s)
private
void asdm::CalPrimaryBeamRow::antennaNameFromBin ( EndianIStream eis)
private
void asdm::CalPrimaryBeamRow::antennaNameFromText ( const std::string &  s)
private
void asdm::CalPrimaryBeamRow::beamDescriptionUIDFromBin ( EndianIStream eis)
private
void asdm::CalPrimaryBeamRow::calDataIdFromBin ( EndianIStream eis)
private
void asdm::CalPrimaryBeamRow::calDataIdFromText ( const std::string &  s)
private
void asdm::CalPrimaryBeamRow::calReductionIdFromBin ( EndianIStream eis)
private
void asdm::CalPrimaryBeamRow::calReductionIdFromText ( const std::string &  s)
private
bool asdm::CalPrimaryBeamRow::compareNoAutoInc ( std::string  antennaName,
ReceiverBandMod::ReceiverBand  receiverBand,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
AntennaMakeMod::AntennaMake  antennaMake,
int  numSubband,
std::vector< std::vector< Frequency > >  frequencyRange,
int  numReceptor,
std::vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
std::vector< double >  mainBeamEfficiency,
EntityRef  beamDescriptionUID,
float  relativeAmplitudeRms,
std::vector< Angle direction,
std::vector< Angle minValidDirection,
std::vector< Angle maxValidDirection,
PrimaryBeamDescriptionMod::PrimaryBeamDescription  descriptionType,
std::vector< int >  imageChannelNumber,
std::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,
std::vector< std::vector< Frequency > >  frequencyRange,
int  numReceptor,
std::vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
std::vector< double >  mainBeamEfficiency,
EntityRef  beamDescriptionUID,
float  relativeAmplitudeRms,
std::vector< Angle direction,
std::vector< Angle minValidDirection,
std::vector< Angle maxValidDirection,
PrimaryBeamDescriptionMod::PrimaryBeamDescription  descriptionType,
std::vector< int >  imageChannelNumber,
std::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 std::string &  s)
private
void asdm::CalPrimaryBeamRow::directionFromBin ( EndianIStream eis)
private
void asdm::CalPrimaryBeamRow::directionFromText ( const std::string &  s)
private
void asdm::CalPrimaryBeamRow::endValidTimeFromBin ( EndianIStream eis)
private
void asdm::CalPrimaryBeamRow::endValidTimeFromText ( const std::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
xa 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 std::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
std::vector<Angle > asdm::CalPrimaryBeamRow::getDirection ( ) const

===> Attribute direction

Get direction.

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

===> Attribute endValidTime

Get endValidTime.

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

===> Attribute frequencyRange

Get frequencyRange.

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

===> Attribute imageChannelNumber

Get imageChannelNumber.

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

===> Attribute imageNominalFrequency

Get imageNominalFrequency.

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

===> Attribute mainBeamEfficiency

Get mainBeamEfficiency.

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

===> Attribute maxValidDirection

Get maxValidDirection.

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

===> Attribute minValidDirection

Get minValidDirection.

Returns
minValidDirection as std::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
std::vector<PolarizationTypeMod::PolarizationType > asdm::CalPrimaryBeamRow::getPolarizationTypes ( ) const

===> Attribute polarizationTypes

Get polarizationTypes.

Returns
polarizationTypes as std::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 std::string &  s)
private
void asdm::CalPrimaryBeamRow::imageNominalFrequencyFromBin ( EndianIStream eis)
private
void asdm::CalPrimaryBeamRow::imageNominalFrequencyFromText ( const std::string &  s)
private
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::isAdded ( bool  added)
private

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

void asdm::CalPrimaryBeamRow::mainBeamEfficiencyFromBin ( EndianIStream eis)
private
void asdm::CalPrimaryBeamRow::mainBeamEfficiencyFromText ( const std::string &  s)
private
void asdm::CalPrimaryBeamRow::maxValidDirectionFromBin ( EndianIStream eis)
private
void asdm::CalPrimaryBeamRow::maxValidDirectionFromText ( const std::string &  s)
private
void asdm::CalPrimaryBeamRow::minValidDirectionFromBin ( EndianIStream eis)
private
void asdm::CalPrimaryBeamRow::minValidDirectionFromText ( const std::string &  s)
private
void asdm::CalPrimaryBeamRow::numReceptorFromBin ( EndianIStream eis)
private
void asdm::CalPrimaryBeamRow::numReceptorFromText ( const std::string &  s)
private
void asdm::CalPrimaryBeamRow::numSubbandFromBin ( EndianIStream eis)
private
void asdm::CalPrimaryBeamRow::numSubbandFromText ( const std::string &  s)
private
void asdm::CalPrimaryBeamRow::polarizationTypesFromBin ( EndianIStream eis)
private
void asdm::CalPrimaryBeamRow::polarizationTypesFromText ( const std::string &  s)
private
void asdm::CalPrimaryBeamRow::receiverBandFromBin ( EndianIStream eis)
private
void asdm::CalPrimaryBeamRow::receiverBandFromText ( const std::string &  s)
private
void asdm::CalPrimaryBeamRow::relativeAmplitudeRmsFromBin ( EndianIStream eis)
private
void asdm::CalPrimaryBeamRow::relativeAmplitudeRmsFromText ( const std::string &  s)
private
void asdm::CalPrimaryBeamRow::setAntennaMake ( AntennaMakeMod::AntennaMake  antennaMake)

Set antennaMake with the specified AntennaMakeMod::AntennaMake.

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

Set antennaName with the specified std::string.

Parameters
antennaNameThe std::string value to which antennaName is to be set.
Exceptions
IllegalAccessExceptionIf 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
beamDescriptionUIDThe EntityRef value to which beamDescriptionUID is to be set.
void asdm::CalPrimaryBeamRow::setCalDataId ( Tag  calDataId)

Set calDataId with the specified Tag.

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

Set calReductionId with the specified Tag.

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

Set descriptionType with the specified PrimaryBeamDescriptionMod::PrimaryBeamDescription.

Parameters
descriptionTypeThe PrimaryBeamDescriptionMod::PrimaryBeamDescription value to which descriptionType is to be set.
void asdm::CalPrimaryBeamRow::setDirection ( std::vector< Angle direction)

Set direction with the specified std::vector<Angle >.

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

Set endValidTime with the specified ArrayTime.

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

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

Parameters
frequencyRangeThe std::vector<std::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
xThe 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
rowDocthe XML string being used to set the values of this row.
Exceptions
ConversionException
void asdm::CalPrimaryBeamRow::setImageChannelNumber ( std::vector< int >  imageChannelNumber)

Set imageChannelNumber with the specified std::vector<int >.

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

Set imageNominalFrequency with the specified std::vector<Frequency >.

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

Set mainBeamEfficiency with the specified std::vector<double >.

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

Set maxValidDirection with the specified std::vector<Angle >.

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

Set minValidDirection with the specified std::vector<Angle >.

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

Set numReceptor with the specified int.

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

Set numSubband with the specified int.

Parameters
numSubbandThe int value to which numSubband is to be set.
void asdm::CalPrimaryBeamRow::setPolarizationTypes ( std::vector< PolarizationTypeMod::PolarizationType >  polarizationTypes)

Set polarizationTypes with the specified std::vector<PolarizationTypeMod::PolarizationType >.

Parameters
polarizationTypesThe std::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
receiverBandThe ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
Exceptions
IllegalAccessExceptionIf 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
relativeAmplitudeRmsThe float value to which relativeAmplitudeRms is to be set.
void asdm::CalPrimaryBeamRow::setStartValidTime ( ArrayTime  startValidTime)

Set startValidTime with the specified ArrayTime.

Parameters
startValidTimeThe ArrayTime value to which startValidTime is to be set.
void asdm::CalPrimaryBeamRow::startValidTimeFromBin ( EndianIStream eis)
private
void asdm::CalPrimaryBeamRow::startValidTimeFromText ( const std::string &  s)
private
void asdm::CalPrimaryBeamRow::toBin ( EndianOSStream eoss)
private

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

Parameters
eossthe EndianOSStream to be written to
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.
void asdm::CalPrimaryBeamRow::toIDL ( asdmIDL::CalPrimaryBeamRowIDL &  x) const

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

Parameters
xa reference to the CalPrimaryBeamRowIDL struct to be set.
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.

Extrinsic Table asdm::CalPrimaryBeamRow::Attributes

Definition at line 177 of file CalPrimaryBeamRow.h.

Extrinsic Table asdm::CalPrimaryBeamRow::Attributes

Definition at line 725 of file CalPrimaryBeamRow.h.

EntityRef asdm::CalPrimaryBeamRow::beamDescriptionUID
private

===> Attribute beamDescriptionUID

Definition at line 1174 of file CalPrimaryBeamRow.h.

Tag asdm::CalPrimaryBeamRow::calReductionId
private

===> 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.

std::vector<Angle > asdm::CalPrimaryBeamRow::direction
private

===> Attribute direction

Definition at line 1196 of file CalPrimaryBeamRow.h.

ArrayTime asdm::CalPrimaryBeamRow::endValidTime
private

===> Attribute endValidTime

Definition at line 1097 of file CalPrimaryBeamRow.h.

std::vector<std::vector<Frequency > > asdm::CalPrimaryBeamRow::frequencyRange
private

===> 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.

bool asdm::CalPrimaryBeamRow::hasBeenAdded
private

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

Definition at line 1020 of file CalPrimaryBeamRow.h.

std::vector<int > asdm::CalPrimaryBeamRow::imageChannelNumber
private

===> Attribute imageChannelNumber

Definition at line 1240 of file CalPrimaryBeamRow.h.

std::vector<Frequency > asdm::CalPrimaryBeamRow::imageNominalFrequency
private

===> Attribute imageNominalFrequency

Definition at line 1251 of file CalPrimaryBeamRow.h.

std::vector<double > asdm::CalPrimaryBeamRow::mainBeamEfficiency
private

===> Attribute mainBeamEfficiency

Definition at line 1163 of file CalPrimaryBeamRow.h.

std::vector<Angle > asdm::CalPrimaryBeamRow::maxValidDirection
private

===> Attribute maxValidDirection

Definition at line 1218 of file CalPrimaryBeamRow.h.

std::vector<Angle > asdm::CalPrimaryBeamRow::minValidDirection
private

===> Attribute minValidDirection

Definition at line 1207 of file CalPrimaryBeamRow.h.

int asdm::CalPrimaryBeamRow::numReceptor
private

===> Attribute numReceptor

Definition at line 1141 of file CalPrimaryBeamRow.h.

int asdm::CalPrimaryBeamRow::numSubband
private

===> Attribute numSubband

Definition at line 1119 of file CalPrimaryBeamRow.h.

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

float asdm::CalPrimaryBeamRow::relativeAmplitudeRms
private

===> Attribute relativeAmplitudeRms

Definition at line 1185 of file CalPrimaryBeamRow.h.

ArrayTime asdm::CalPrimaryBeamRow::startValidTime
private

===> Attribute startValidTime

Definition at line 1086 of file CalPrimaryBeamRow.h.

CalPrimaryBeamTable& asdm::CalPrimaryBeamRow::table
private

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: