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::CalPointingModelRow Class Reference

The CalPointingModelRow class is a row of a CalPointingModelTable. More...

#include <CalPointingModelRow.h>

Public Member Functions

virtual ~CalPointingModelRow ()
 friend class asdm::TableStreamReader<CalPointingModelTable, CalPointingModelRow>; More...
 
CalPointingModelTablegetTable () 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...
 
PointingModelModeMod::PointingModelMode getPointingModelMode () const
 ===> Attribute pointingModelMode More...
 
void setPointingModelMode (PointingModelModeMod::PointingModelMode pointingModelMode)
 Set pointingModelMode with the specified PointingModelModeMod::PointingModelMode. More...
 
PolarizationTypeMod::PolarizationType getPolarizationType () const
 ===> Attribute polarizationType More...
 
void setPolarizationType (PolarizationTypeMod::PolarizationType polarizationType)
 Set polarizationType with the specified PolarizationTypeMod::PolarizationType. More...
 
int getNumCoeff () const
 ===> Attribute numCoeff More...
 
void setNumCoeff (int numCoeff)
 Set numCoeff with the specified int. More...
 
std::vector< std::string > getCoeffName () const
 ===> Attribute coeffName More...
 
void setCoeffName (std::vector< std::string > coeffName)
 Set coeffName with the specified std::vector<std::string >. More...
 
std::vector< float > getCoeffVal () const
 ===> Attribute coeffVal More...
 
void setCoeffVal (std::vector< float > coeffVal)
 Set coeffVal with the specified std::vector<float >. More...
 
std::vector< float > getCoeffError () const
 ===> Attribute coeffError More...
 
void setCoeffError (std::vector< float > coeffError)
 Set coeffError with the specified std::vector<float >. More...
 
std::vector< bool > getCoeffFixed () const
 ===> Attribute coeffFixed More...
 
void setCoeffFixed (std::vector< bool > coeffFixed)
 Set coeffFixed with the specified std::vector<bool >. More...
 
Angle getAzimuthRMS () const
 ===> Attribute azimuthRMS More...
 
void setAzimuthRMS (Angle azimuthRMS)
 Set azimuthRMS with the specified Angle. More...
 
Angle getElevationRms () const
 ===> Attribute elevationRms More...
 
void setElevationRms (Angle elevationRms)
 Set elevationRms with the specified Angle. More...
 
Angle getSkyRMS () const
 ===> Attribute skyRMS More...
 
void setSkyRMS (Angle skyRMS)
 Set skyRMS with the specified Angle. More...
 
double getReducedChiSquared () const
 ===> Attribute reducedChiSquared More...
 
void setReducedChiSquared (double reducedChiSquared)
 Set reducedChiSquared with the specified double. More...
 
bool isNumObsExists () const
 ===> Attribute numObs, which is optional More...
 
int getNumObs () const
 Get numObs, which is optional. More...
 
void setNumObs (int numObs)
 Set numObs with the specified int. More...
 
void clearNumObs ()
 Mark numObs, which is an optional field, as non-existent. More...
 
bool isCoeffFormulaExists () const
 ===> Attribute coeffFormula, which is optional More...
 
std::vector< std::string > getCoeffFormula () const
 Get coeffFormula, which is optional. More...
 
void setCoeffFormula (std::vector< std::string > coeffFormula)
 Set coeffFormula with the specified std::vector<std::string >. More...
 
void clearCoeffFormula ()
 Mark coeffFormula, which is an optional field, as non-existent. More...
 
void setCalDataId (Tag calDataId)
 Set calDataId with the specified Tag. More...
 
Tag getCalReductionId () const
 ===> Attribute calReductionId More...
 
void setCalReductionId (Tag calReductionId)
 Set calReductionId with the specified Tag. More...
 
Links *CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId More...
 
CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId More...
 
bool compareNoAutoInc (std::string antennaName, ReceiverBandMod::ReceiverBand receiverBand, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, AntennaMakeMod::AntennaMake antennaMake, PointingModelModeMod::PointingModelMode pointingModelMode, PolarizationTypeMod::PolarizationType polarizationType, int numCoeff, std::vector< std::string > coeffName, std::vector< float > coeffVal, std::vector< float > coeffError, std::vector< bool > coeffFixed, Angle azimuthRMS, Angle elevationRms, Angle skyRMS, double reducedChiSquared)
 Compare each mandatory attribute except the autoincrementable one of this CalPointingModelRow 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, PointingModelModeMod::PointingModelMode pointingModelMode, PolarizationTypeMod::PolarizationType polarizationType, int numCoeff, std::vector< std::string > coeffName, std::vector< float > coeffVal, std::vector< float > coeffError, std::vector< bool > coeffFixed, Angle azimuthRMS, Angle elevationRms, Angle skyRMS, double reducedChiSquared)
 Compare each mandatory value (i.e. More...
 
bool equalByRequiredValue (CalPointingModelRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More...
 
asdmIDL::CalPointingModelRowIDL * toIDL () const
 Return this row in the form of an IDL struct. More...
 
void toIDL (asdmIDL::CalPointingModelRowIDL &x) const
 Define the content of a CalPointingModelRowIDL struct from the values found in this row. More...
 
void setFromIDL (asdmIDL::CalPointingModelRowIDL x)
 Fill the values of this row from the IDL struct CalPointingModelRowIDL. 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...
 
 CalPointingModelRow (CalPointingModelTable &table)
 Create a CalPointingModelRow. More...
 
 CalPointingModelRow (CalPointingModelTable &table, CalPointingModelRow *row)
 Create a CalPointingModelRow 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 pointingModelModeFromBin (EndianIStream &eis)
 
void polarizationTypeFromBin (EndianIStream &eis)
 
void numCoeffFromBin (EndianIStream &eis)
 
void coeffNameFromBin (EndianIStream &eis)
 
void coeffValFromBin (EndianIStream &eis)
 
void coeffErrorFromBin (EndianIStream &eis)
 
void coeffFixedFromBin (EndianIStream &eis)
 
void azimuthRMSFromBin (EndianIStream &eis)
 
void elevationRmsFromBin (EndianIStream &eis)
 
void skyRMSFromBin (EndianIStream &eis)
 
void reducedChiSquaredFromBin (EndianIStream &eis)
 
void numObsFromBin (EndianIStream &eis)
 
void coeffFormulaFromBin (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 pointingModelModeFromText (const std::string &s)
 
void polarizationTypeFromText (const std::string &s)
 
void numCoeffFromText (const std::string &s)
 
void coeffNameFromText (const std::string &s)
 
void coeffValFromText (const std::string &s)
 
void coeffErrorFromText (const std::string &s)
 
void coeffFixedFromText (const std::string &s)
 
void azimuthRMSFromText (const std::string &s)
 
void elevationRmsFromText (const std::string &s)
 
void skyRMSFromText (const std::string &s)
 
void reducedChiSquaredFromText (const std::string &s)
 
void numObsFromText (const std::string &s)
 
void coeffFormulaFromText (const std::string &s)
 
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream. More...
 

Private Attributes

CalPointingModelTabletable
 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...
 
PointingModelModeMod::PointingModelMode pointingModelMode
 ===> Attribute pointingModelMode More...
 
PolarizationTypeMod::PolarizationType polarizationType
 ===> Attribute polarizationType More...
 
int numCoeff
 ===> Attribute numCoeff More...
 
std::vector< std::string > coeffName
 ===> Attribute coeffName More...
 
std::vector< float > coeffVal
 ===> Attribute coeffVal More...
 
std::vector< float > coeffError
 ===> Attribute coeffError More...
 
std::vector< bool > coeffFixed
 ===> Attribute coeffFixed More...
 
Angle azimuthRMS
 ===> Attribute azimuthRMS More...
 
Angle elevationRms
 ===> Attribute elevationRms More...
 
Angle skyRMS
 ===> Attribute skyRMS More...
 
double reducedChiSquared
 ===> Attribute reducedChiSquared More...
 
bool numObsExists
 ===> Attribute numObs, which is optional More...
 
int numObs
 
bool coeffFormulaExists
 ===> Attribute coeffFormula, which is optional More...
 
std::vector< std::string > coeffFormula
 
Tag calReductionId
 ===> Attribute calReductionId More...
 
Links *binary deserialization
material from an EndianIStream
std::map< std::string,
CalPointingModelAttributeFromBin
fromBinMethods
 
*text deserialization material
std::map< std::string,
CalPointingModelAttributeFromText
fromTextMethods
 

Friends

class asdm::CalPointingModelTable
 
class asdm::RowTransformer< CalPointingModelRow >
 

Detailed Description

The CalPointingModelRow class is a row of a CalPointingModelTable.

Generated from model's revision "-1", branch ""

Definition at line 144 of file CalPointingModelRow.h.

Constructor & Destructor Documentation

virtual asdm::CalPointingModelRow::~CalPointingModelRow ( )
virtual

friend class asdm::TableStreamReader<CalPointingModelTable, CalPointingModelRow>;

asdm::CalPointingModelRow::CalPointingModelRow ( CalPointingModelTable table)
private

Create a CalPointingModelRow.

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::CalPointingModelRow::CalPointingModelRow ( CalPointingModelTable table,
CalPointingModelRow row 
)
private

Create a CalPointingModelRow using a copy constructor mechanism.

Given a CalPointingModelRow row and a CalPointingModelTable table, the method creates a new CalPointingModelRow 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::CalPointingModelRow::antennaMakeFromBin ( EndianIStream eis)
private
void asdm::CalPointingModelRow::antennaMakeFromText ( const std::string &  s)
private
void asdm::CalPointingModelRow::antennaNameFromBin ( EndianIStream eis)
private
void asdm::CalPointingModelRow::antennaNameFromText ( const std::string &  s)
private
void asdm::CalPointingModelRow::azimuthRMSFromBin ( EndianIStream eis)
private
void asdm::CalPointingModelRow::azimuthRMSFromText ( const std::string &  s)
private
void asdm::CalPointingModelRow::calDataIdFromBin ( EndianIStream eis)
private
void asdm::CalPointingModelRow::calDataIdFromText ( const std::string &  s)
private
void asdm::CalPointingModelRow::calReductionIdFromBin ( EndianIStream eis)
private
void asdm::CalPointingModelRow::calReductionIdFromText ( const std::string &  s)
private
void asdm::CalPointingModelRow::clearCoeffFormula ( )

Mark coeffFormula, which is an optional field, as non-existent.

void asdm::CalPointingModelRow::clearNumObs ( )

Mark numObs, which is an optional field, as non-existent.

void asdm::CalPointingModelRow::coeffErrorFromBin ( EndianIStream eis)
private
void asdm::CalPointingModelRow::coeffErrorFromText ( const std::string &  s)
private
void asdm::CalPointingModelRow::coeffFixedFromBin ( EndianIStream eis)
private
void asdm::CalPointingModelRow::coeffFixedFromText ( const std::string &  s)
private
void asdm::CalPointingModelRow::coeffFormulaFromBin ( EndianIStream eis)
private
void asdm::CalPointingModelRow::coeffFormulaFromText ( const std::string &  s)
private
void asdm::CalPointingModelRow::coeffNameFromBin ( EndianIStream eis)
private
void asdm::CalPointingModelRow::coeffNameFromText ( const std::string &  s)
private
void asdm::CalPointingModelRow::coeffValFromBin ( EndianIStream eis)
private
void asdm::CalPointingModelRow::coeffValFromText ( const std::string &  s)
private
bool asdm::CalPointingModelRow::compareNoAutoInc ( std::string  antennaName,
ReceiverBandMod::ReceiverBand  receiverBand,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
AntennaMakeMod::AntennaMake  antennaMake,
PointingModelModeMod::PointingModelMode  pointingModelMode,
PolarizationTypeMod::PolarizationType  polarizationType,
int  numCoeff,
std::vector< std::string >  coeffName,
std::vector< float >  coeffVal,
std::vector< float >  coeffError,
std::vector< bool >  coeffFixed,
Angle  azimuthRMS,
Angle  elevationRms,
Angle  skyRMS,
double  reducedChiSquared 
)

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

Parameters
antennaName
receiverBand
calDataId
calReductionId
startValidTime
endValidTime
antennaMake
pointingModelMode
polarizationType
numCoeff
coeffName
coeffVal
coeffError
coeffFixed
azimuthRMS
elevationRms
skyRMS
reducedChiSquared
bool asdm::CalPointingModelRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
AntennaMakeMod::AntennaMake  antennaMake,
PointingModelModeMod::PointingModelMode  pointingModelMode,
PolarizationTypeMod::PolarizationType  polarizationType,
int  numCoeff,
std::vector< std::string >  coeffName,
std::vector< float >  coeffVal,
std::vector< float >  coeffError,
std::vector< bool >  coeffFixed,
Angle  azimuthRMS,
Angle  elevationRms,
Angle  skyRMS,
double  reducedChiSquared 
)

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
pointingModelMode
polarizationType
numCoeff
coeffName
coeffVal
coeffError
coeffFixed
azimuthRMS
elevationRms
skyRMS
reducedChiSquared
void asdm::CalPointingModelRow::elevationRmsFromBin ( EndianIStream eis)
private
void asdm::CalPointingModelRow::elevationRmsFromText ( const std::string &  s)
private
void asdm::CalPointingModelRow::endValidTimeFromBin ( EndianIStream eis)
private
void asdm::CalPointingModelRow::endValidTimeFromText ( const std::string &  s)
private
bool asdm::CalPointingModelRow::equalByRequiredValue ( CalPointingModelRow 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 CalPointingModelRow whose required attributes of the value part will be compared with those of this.
Returns
a boolean.
AntennaMakeMod::AntennaMake asdm::CalPointingModelRow::getAntennaMake ( ) const

===> Attribute antennaMake

Get antennaMake.

Returns
antennaMake as AntennaMakeMod::AntennaMake
Angle asdm::CalPointingModelRow::getAzimuthRMS ( ) const

===> Attribute azimuthRMS

Get azimuthRMS.

Returns
azimuthRMS as Angle
Links* CalDataRow* asdm::CalPointingModelRow::getCalDataUsingCalDataId ( )

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

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

===> Attribute calReductionId

Get calReductionId.

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

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

Returns
a CalReductionRow*
std::vector<float > asdm::CalPointingModelRow::getCoeffError ( ) const

===> Attribute coeffError

Get coeffError.

Returns
coeffError as std::vector<float >
std::vector<bool > asdm::CalPointingModelRow::getCoeffFixed ( ) const

===> Attribute coeffFixed

Get coeffFixed.

Returns
coeffFixed as std::vector<bool >
std::vector<std::string > asdm::CalPointingModelRow::getCoeffFormula ( ) const

Get coeffFormula, which is optional.

Returns
coeffFormula as std::vector<std::string >
Exceptions
IllegalAccessExceptionIf coeffFormula does not exist.
std::vector<std::string > asdm::CalPointingModelRow::getCoeffName ( ) const

===> Attribute coeffName

Get coeffName.

Returns
coeffName as std::vector<std::string >
std::vector<float > asdm::CalPointingModelRow::getCoeffVal ( ) const

===> Attribute coeffVal

Get coeffVal.

Returns
coeffVal as std::vector<float >
Angle asdm::CalPointingModelRow::getElevationRms ( ) const

===> Attribute elevationRms

Get elevationRms.

Returns
elevationRms as Angle
ArrayTime asdm::CalPointingModelRow::getEndValidTime ( ) const

===> Attribute endValidTime

Get endValidTime.

Returns
endValidTime as ArrayTime
int asdm::CalPointingModelRow::getNumCoeff ( ) const

===> Attribute numCoeff

Get numCoeff.

Returns
numCoeff as int
int asdm::CalPointingModelRow::getNumObs ( ) const

Get numObs, which is optional.

Returns
numObs as int
Exceptions
IllegalAccessExceptionIf numObs does not exist.
PointingModelModeMod::PointingModelMode asdm::CalPointingModelRow::getPointingModelMode ( ) const

===> Attribute pointingModelMode

Get pointingModelMode.

Returns
pointingModelMode as PointingModelModeMod::PointingModelMode
PolarizationTypeMod::PolarizationType asdm::CalPointingModelRow::getPolarizationType ( ) const

===> Attribute polarizationType

Get polarizationType.

Returns
polarizationType as PolarizationTypeMod::PolarizationType
ReceiverBandMod::ReceiverBand asdm::CalPointingModelRow::getReceiverBand ( ) const

===> Attribute receiverBand

Get receiverBand.

Returns
receiverBand as ReceiverBandMod::ReceiverBand
double asdm::CalPointingModelRow::getReducedChiSquared ( ) const

===> Attribute reducedChiSquared

Get reducedChiSquared.

Returns
reducedChiSquared as double
Angle asdm::CalPointingModelRow::getSkyRMS ( ) const

===> Attribute skyRMS

Get skyRMS.

Returns
skyRMS as Angle
ArrayTime asdm::CalPointingModelRow::getStartValidTime ( ) const

===> Attribute startValidTime

Get startValidTime.

Returns
startValidTime as ArrayTime
CalPointingModelTable& asdm::CalPointingModelRow::getTable ( ) const

Return the table to which this row belongs.

bool asdm::CalPointingModelRow::isAdded ( ) const

Has this row been added to its table ?

Returns
true if and only if it has been added.
void asdm::CalPointingModelRow::isAdded ( bool  added)
private

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

bool asdm::CalPointingModelRow::isCoeffFormulaExists ( ) const

===> Attribute coeffFormula, which is optional

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

Returns
true if and only if the coeffFormula attribute exists.
bool asdm::CalPointingModelRow::isNumObsExists ( ) const

===> Attribute numObs, which is optional

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

Returns
true if and only if the numObs attribute exists.
void asdm::CalPointingModelRow::numCoeffFromBin ( EndianIStream eis)
private
void asdm::CalPointingModelRow::numCoeffFromText ( const std::string &  s)
private
void asdm::CalPointingModelRow::numObsFromBin ( EndianIStream eis)
private
void asdm::CalPointingModelRow::numObsFromText ( const std::string &  s)
private
void asdm::CalPointingModelRow::pointingModelModeFromBin ( EndianIStream eis)
private
void asdm::CalPointingModelRow::pointingModelModeFromText ( const std::string &  s)
private
void asdm::CalPointingModelRow::polarizationTypeFromBin ( EndianIStream eis)
private
void asdm::CalPointingModelRow::polarizationTypeFromText ( const std::string &  s)
private
void asdm::CalPointingModelRow::receiverBandFromBin ( EndianIStream eis)
private
void asdm::CalPointingModelRow::receiverBandFromText ( const std::string &  s)
private
void asdm::CalPointingModelRow::reducedChiSquaredFromBin ( EndianIStream eis)
private
void asdm::CalPointingModelRow::reducedChiSquaredFromText ( const std::string &  s)
private
void asdm::CalPointingModelRow::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::CalPointingModelRow::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::CalPointingModelRow::setAzimuthRMS ( Angle  azimuthRMS)

Set azimuthRMS with the specified Angle.

Parameters
azimuthRMSThe Angle value to which azimuthRMS is to be set.
void asdm::CalPointingModelRow::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::CalPointingModelRow::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::CalPointingModelRow::setCoeffError ( std::vector< float >  coeffError)

Set coeffError with the specified std::vector<float >.

Parameters
coeffErrorThe std::vector<float > value to which coeffError is to be set.
void asdm::CalPointingModelRow::setCoeffFixed ( std::vector< bool >  coeffFixed)

Set coeffFixed with the specified std::vector<bool >.

Parameters
coeffFixedThe std::vector<bool > value to which coeffFixed is to be set.
void asdm::CalPointingModelRow::setCoeffFormula ( std::vector< std::string >  coeffFormula)

Set coeffFormula with the specified std::vector<std::string >.

Parameters
coeffFormulaThe std::vector<std::string > value to which coeffFormula is to be set.
void asdm::CalPointingModelRow::setCoeffName ( std::vector< std::string >  coeffName)

Set coeffName with the specified std::vector<std::string >.

Parameters
coeffNameThe std::vector<std::string > value to which coeffName is to be set.
void asdm::CalPointingModelRow::setCoeffVal ( std::vector< float >  coeffVal)

Set coeffVal with the specified std::vector<float >.

Parameters
coeffValThe std::vector<float > value to which coeffVal is to be set.
void asdm::CalPointingModelRow::setElevationRms ( Angle  elevationRms)

Set elevationRms with the specified Angle.

Parameters
elevationRmsThe Angle value to which elevationRms is to be set.
void asdm::CalPointingModelRow::setEndValidTime ( ArrayTime  endValidTime)

Set endValidTime with the specified ArrayTime.

Parameters
endValidTimeThe ArrayTime value to which endValidTime is to be set.
void asdm::CalPointingModelRow::setFromIDL ( asdmIDL::CalPointingModelRowIDL  x)

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

Parameters
xThe IDL struct containing the values used to fill this row.
Exceptions
ConversionException
void asdm::CalPointingModelRow::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::CalPointingModelRow::setNumCoeff ( int  numCoeff)

Set numCoeff with the specified int.

Parameters
numCoeffThe int value to which numCoeff is to be set.
void asdm::CalPointingModelRow::setNumObs ( int  numObs)

Set numObs with the specified int.

Parameters
numObsThe int value to which numObs is to be set.
void asdm::CalPointingModelRow::setPointingModelMode ( PointingModelModeMod::PointingModelMode  pointingModelMode)

Set pointingModelMode with the specified PointingModelModeMod::PointingModelMode.

Parameters
pointingModelModeThe PointingModelModeMod::PointingModelMode value to which pointingModelMode is to be set.
void asdm::CalPointingModelRow::setPolarizationType ( PolarizationTypeMod::PolarizationType  polarizationType)

Set polarizationType with the specified PolarizationTypeMod::PolarizationType.

Parameters
polarizationTypeThe PolarizationTypeMod::PolarizationType value to which polarizationType is to be set.
void asdm::CalPointingModelRow::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::CalPointingModelRow::setReducedChiSquared ( double  reducedChiSquared)

Set reducedChiSquared with the specified double.

Parameters
reducedChiSquaredThe double value to which reducedChiSquared is to be set.
void asdm::CalPointingModelRow::setSkyRMS ( Angle  skyRMS)

Set skyRMS with the specified Angle.

Parameters
skyRMSThe Angle value to which skyRMS is to be set.
void asdm::CalPointingModelRow::setStartValidTime ( ArrayTime  startValidTime)

Set startValidTime with the specified ArrayTime.

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

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

Parameters
eossthe EndianOSStream to be written to
asdmIDL::CalPointingModelRowIDL* asdm::CalPointingModelRow::toIDL ( ) const

Return this row in the form of an IDL struct.

Returns
The values of this row as a CalPointingModelRowIDL struct.
void asdm::CalPointingModelRow::toIDL ( asdmIDL::CalPointingModelRowIDL &  x) const

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

Parameters
xa reference to the CalPointingModelRowIDL struct to be set.
std::string asdm::CalPointingModelRow::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::CalPointingModelTable
friend

Definition at line 145 of file CalPointingModelRow.h.

friend class asdm::RowTransformer< CalPointingModelRow >
friend

Definition at line 146 of file CalPointingModelRow.h.

Member Data Documentation

AntennaMakeMod::AntennaMake asdm::CalPointingModelRow::antennaMake
private

===> Attribute antennaMake

Definition at line 1114 of file CalPointingModelRow.h.

Extrinsic Table asdm::CalPointingModelRow::Attributes

Definition at line 169 of file CalPointingModelRow.h.

Extrinsic Table asdm::CalPointingModelRow::Attributes

Definition at line 739 of file CalPointingModelRow.h.

Angle asdm::CalPointingModelRow::azimuthRMS
private

===> Attribute azimuthRMS

Definition at line 1202 of file CalPointingModelRow.h.

Tag asdm::CalPointingModelRow::calReductionId
private

===> Attribute calReductionId

Definition at line 1287 of file CalPointingModelRow.h.

std::vector<float > asdm::CalPointingModelRow::coeffError
private

===> Attribute coeffError

Definition at line 1180 of file CalPointingModelRow.h.

std::vector<bool > asdm::CalPointingModelRow::coeffFixed
private

===> Attribute coeffFixed

Definition at line 1191 of file CalPointingModelRow.h.

std::vector<std::string > asdm::CalPointingModelRow::coeffFormula
private

Definition at line 1261 of file CalPointingModelRow.h.

bool asdm::CalPointingModelRow::coeffFormulaExists
private

===> Attribute coeffFormula, which is optional

Definition at line 1258 of file CalPointingModelRow.h.

std::vector<std::string > asdm::CalPointingModelRow::coeffName
private

===> Attribute coeffName

Definition at line 1158 of file CalPointingModelRow.h.

std::vector<float > asdm::CalPointingModelRow::coeffVal
private

===> Attribute coeffVal

Definition at line 1169 of file CalPointingModelRow.h.

Angle asdm::CalPointingModelRow::elevationRms
private

===> Attribute elevationRms

Definition at line 1213 of file CalPointingModelRow.h.

ArrayTime asdm::CalPointingModelRow::endValidTime
private

===> Attribute endValidTime

Definition at line 1103 of file CalPointingModelRow.h.

Links* binary deserialization material from an EndianIStream std::map<std::string, CalPointingModelAttributeFromBin> asdm::CalPointingModelRow::fromBinMethods
private

Definition at line 1316 of file CalPointingModelRow.h.

* text deserialization material std::map<std::string, CalPointingModelAttributeFromText> asdm::CalPointingModelRow::fromTextMethods
private

Definition at line 1344 of file CalPointingModelRow.h.

bool asdm::CalPointingModelRow::hasBeenAdded
private

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

Definition at line 1026 of file CalPointingModelRow.h.

int asdm::CalPointingModelRow::numCoeff
private

===> Attribute numCoeff

Definition at line 1147 of file CalPointingModelRow.h.

int asdm::CalPointingModelRow::numObs
private

Definition at line 1248 of file CalPointingModelRow.h.

bool asdm::CalPointingModelRow::numObsExists
private

===> Attribute numObs, which is optional

Definition at line 1245 of file CalPointingModelRow.h.

PointingModelModeMod::PointingModelMode asdm::CalPointingModelRow::pointingModelMode
private

===> Attribute pointingModelMode

Definition at line 1125 of file CalPointingModelRow.h.

PolarizationTypeMod::PolarizationType asdm::CalPointingModelRow::polarizationType
private

===> Attribute polarizationType

Definition at line 1136 of file CalPointingModelRow.h.

ReceiverBandMod::ReceiverBand asdm::CalPointingModelRow::receiverBand
private

===> Attribute receiverBand

Definition at line 1081 of file CalPointingModelRow.h.

double asdm::CalPointingModelRow::reducedChiSquared
private

===> Attribute reducedChiSquared

Definition at line 1235 of file CalPointingModelRow.h.

Angle asdm::CalPointingModelRow::skyRMS
private

===> Attribute skyRMS

Definition at line 1224 of file CalPointingModelRow.h.

ArrayTime asdm::CalPointingModelRow::startValidTime
private

===> Attribute startValidTime

Definition at line 1092 of file CalPointingModelRow.h.

CalPointingModelTable& asdm::CalPointingModelRow::table
private

The table to which this row belongs.

Definition at line 1022 of file CalPointingModelRow.h.


The documentation for this class was generated from the following file: