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

The CalPositionRow class is a row of a CalPositionTable. More...

#include <CalPositionRow.h>

Public Member Functions

virtual ~CalPositionRow ()
 friend class asdm::TableStreamReader<CalPositionTable, CalPositionRow>; More...
 
CalPositionTablegetTable () 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...
 
AtmPhaseCorrectionMod::AtmPhaseCorrection getAtmPhaseCorrection () const
 ===> Attribute atmPhaseCorrection More...
 
void setAtmPhaseCorrection (AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection)
 Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection. 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...
 
std::vector< LengthgetAntennaPosition () const
 ===> Attribute antennaPosition More...
 
void setAntennaPosition (std::vector< Length > antennaPosition)
 Set antennaPosition with the specified std::vector<Length >. More...
 
std::string getStationName () const
 ===> Attribute stationName More...
 
void setStationName (std::string stationName)
 Set stationName with the specified std::string. More...
 
std::vector< LengthgetStationPosition () const
 ===> Attribute stationPosition More...
 
void setStationPosition (std::vector< Length > stationPosition)
 Set stationPosition with the specified std::vector<Length >. More...
 
PositionMethodMod::PositionMethod getPositionMethod () const
 ===> Attribute positionMethod More...
 
void setPositionMethod (PositionMethodMod::PositionMethod positionMethod)
 Set positionMethod with the specified PositionMethodMod::PositionMethod. More...
 
ReceiverBandMod::ReceiverBand getReceiverBand () const
 ===> Attribute receiverBand More...
 
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBandMod::ReceiverBand. More...
 
int getNumAntenna () const
 ===> Attribute numAntenna More...
 
void setNumAntenna (int numAntenna)
 Set numAntenna with the specified int. More...
 
std::vector< std::string > getRefAntennaNames () const
 ===> Attribute refAntennaNames More...
 
void setRefAntennaNames (std::vector< std::string > refAntennaNames)
 Set refAntennaNames with the specified std::vector<std::string >. More...
 
Length getAxesOffset () const
 ===> Attribute axesOffset More...
 
void setAxesOffset (Length axesOffset)
 Set axesOffset with the specified Length. More...
 
Length getAxesOffsetErr () const
 ===> Attribute axesOffsetErr More...
 
void setAxesOffsetErr (Length axesOffsetErr)
 Set axesOffsetErr with the specified Length. More...
 
bool getAxesOffsetFixed () const
 ===> Attribute axesOffsetFixed More...
 
void setAxesOffsetFixed (bool axesOffsetFixed)
 Set axesOffsetFixed with the specified bool. More...
 
std::vector< LengthgetPositionOffset () const
 ===> Attribute positionOffset More...
 
void setPositionOffset (std::vector< Length > positionOffset)
 Set positionOffset with the specified std::vector<Length >. More...
 
std::vector< LengthgetPositionErr () const
 ===> Attribute positionErr More...
 
void setPositionErr (std::vector< Length > positionErr)
 Set positionErr with the specified std::vector<Length >. More...
 
double getReducedChiSquared () const
 ===> Attribute reducedChiSquared More...
 
void setReducedChiSquared (double reducedChiSquared)
 Set reducedChiSquared with the specified double. More...
 
bool isDelayRmsExists () const
 ===> Attribute delayRms, which is optional More...
 
double getDelayRms () const
 Get delayRms, which is optional. More...
 
void setDelayRms (double delayRms)
 Set delayRms with the specified double. More...
 
void clearDelayRms ()
 Mark delayRms, which is an optional field, as non-existent. More...
 
bool isPhaseRmsExists () const
 ===> Attribute phaseRms, which is optional More...
 
Angle getPhaseRms () const
 Get phaseRms, which is optional. More...
 
void setPhaseRms (Angle phaseRms)
 Set phaseRms with the specified Angle. More...
 
void clearPhaseRms ()
 Mark phaseRms, 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, AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection, Tag calDataId, Tag calReductionId, ArrayTime startValidTime, ArrayTime endValidTime, std::vector< Length > antennaPosition, std::string stationName, std::vector< Length > stationPosition, PositionMethodMod::PositionMethod positionMethod, ReceiverBandMod::ReceiverBand receiverBand, int numAntenna, std::vector< std::string > refAntennaNames, Length axesOffset, Length axesOffsetErr, bool axesOffsetFixed, std::vector< Length > positionOffset, std::vector< Length > positionErr, double reducedChiSquared)
 Compare each mandatory attribute except the autoincrementable one of this CalPositionRow with the corresponding parameters and return true if there is a match and false otherwise. More...
 
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, std::vector< Length > antennaPosition, std::string stationName, std::vector< Length > stationPosition, PositionMethodMod::PositionMethod positionMethod, ReceiverBandMod::ReceiverBand receiverBand, int numAntenna, std::vector< std::string > refAntennaNames, Length axesOffset, Length axesOffsetErr, bool axesOffsetFixed, std::vector< Length > positionOffset, std::vector< Length > positionErr, double reducedChiSquared)
 Compare each mandatory value (i.e. More...
 
bool equalByRequiredValue (CalPositionRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise. More...
 
asdmIDL::CalPositionRowIDL * toIDL () const
 Return this row in the form of an IDL struct. More...
 
void toIDL (asdmIDL::CalPositionRowIDL &x) const
 Define the content of a CalPositionRowIDL struct from the values found in this row. More...
 
void setFromIDL (asdmIDL::CalPositionRowIDL x)
 Fill the values of this row from the IDL struct CalPositionRowIDL. 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...
 
 CalPositionRow (CalPositionTable &table)
 Create a CalPositionRow. More...
 
 CalPositionRow (CalPositionTable &table, CalPositionRow *row)
 Create a CalPositionRow using a copy constructor mechanism. More...
 
void antennaNameFromBin (EndianIStream &eis)
 
void atmPhaseCorrectionFromBin (EndianIStream &eis)
 
void calDataIdFromBin (EndianIStream &eis)
 
void calReductionIdFromBin (EndianIStream &eis)
 
void startValidTimeFromBin (EndianIStream &eis)
 
void endValidTimeFromBin (EndianIStream &eis)
 
void antennaPositionFromBin (EndianIStream &eis)
 
void stationNameFromBin (EndianIStream &eis)
 
void stationPositionFromBin (EndianIStream &eis)
 
void positionMethodFromBin (EndianIStream &eis)
 
void receiverBandFromBin (EndianIStream &eis)
 
void numAntennaFromBin (EndianIStream &eis)
 
void refAntennaNamesFromBin (EndianIStream &eis)
 
void axesOffsetFromBin (EndianIStream &eis)
 
void axesOffsetErrFromBin (EndianIStream &eis)
 
void axesOffsetFixedFromBin (EndianIStream &eis)
 
void positionOffsetFromBin (EndianIStream &eis)
 
void positionErrFromBin (EndianIStream &eis)
 
void reducedChiSquaredFromBin (EndianIStream &eis)
 
void delayRmsFromBin (EndianIStream &eis)
 
void phaseRmsFromBin (EndianIStream &eis)
 
void antennaNameFromText (const std::string &s)
 
void atmPhaseCorrectionFromText (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 antennaPositionFromText (const std::string &s)
 
void stationNameFromText (const std::string &s)
 
void stationPositionFromText (const std::string &s)
 
void positionMethodFromText (const std::string &s)
 
void receiverBandFromText (const std::string &s)
 
void numAntennaFromText (const std::string &s)
 
void refAntennaNamesFromText (const std::string &s)
 
void axesOffsetFromText (const std::string &s)
 
void axesOffsetErrFromText (const std::string &s)
 
void axesOffsetFixedFromText (const std::string &s)
 
void positionOffsetFromText (const std::string &s)
 
void positionErrFromText (const std::string &s)
 
void reducedChiSquaredFromText (const std::string &s)
 
void delayRmsFromText (const std::string &s)
 
void phaseRmsFromText (const std::string &s)
 
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream. More...
 

Private Attributes

CalPositionTabletable
 The table to which this row belongs. More...
 
bool hasBeenAdded
 Whether this row has been added to the table or not. More...
 
AtmPhaseCorrectionMod::AtmPhaseCorrection atmPhaseCorrection
 ===> Attribute atmPhaseCorrection More...
 
ArrayTime startValidTime
 ===> Attribute startValidTime More...
 
ArrayTime endValidTime
 ===> Attribute endValidTime More...
 
std::vector< LengthantennaPosition
 ===> Attribute antennaPosition More...
 
std::string stationName
 ===> Attribute stationName More...
 
std::vector< LengthstationPosition
 ===> Attribute stationPosition More...
 
PositionMethodMod::PositionMethod positionMethod
 ===> Attribute positionMethod More...
 
ReceiverBandMod::ReceiverBand receiverBand
 ===> Attribute receiverBand More...
 
int numAntenna
 ===> Attribute numAntenna More...
 
std::vector< std::string > refAntennaNames
 ===> Attribute refAntennaNames More...
 
Length axesOffset
 ===> Attribute axesOffset More...
 
Length axesOffsetErr
 ===> Attribute axesOffsetErr More...
 
bool axesOffsetFixed
 ===> Attribute axesOffsetFixed More...
 
std::vector< LengthpositionOffset
 ===> Attribute positionOffset More...
 
std::vector< LengthpositionErr
 ===> Attribute positionErr More...
 
double reducedChiSquared
 ===> Attribute reducedChiSquared More...
 
bool delayRmsExists
 ===> Attribute delayRms, which is optional More...
 
double delayRms
 
bool phaseRmsExists
 ===> Attribute phaseRms, which is optional More...
 
Angle phaseRms
 
Tag calReductionId
 ===> Attribute calReductionId More...
 
Links *binary deserialization
material from an EndianIStream
std::map< std::string,
CalPositionAttributeFromBin
fromBinMethods
 
*text deserialization material
std::map< std::string,
CalPositionAttributeFromText
fromTextMethods
 

Friends

class asdm::CalPositionTable
 
class asdm::RowTransformer< CalPositionRow >
 

Detailed Description

The CalPositionRow class is a row of a CalPositionTable.

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

Definition at line 148 of file CalPositionRow.h.

Constructor & Destructor Documentation

virtual asdm::CalPositionRow::~CalPositionRow ( )
virtual

friend class asdm::TableStreamReader<CalPositionTable, CalPositionRow>;

asdm::CalPositionRow::CalPositionRow ( CalPositionTable table)
private

Create a CalPositionRow.

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::CalPositionRow::CalPositionRow ( CalPositionTable table,
CalPositionRow row 
)
private

Create a CalPositionRow using a copy constructor mechanism.

Given a CalPositionRow row and a CalPositionTable table, the method creates a new CalPositionRow 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::CalPositionRow::antennaNameFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::antennaNameFromText ( const std::string &  s)
private
void asdm::CalPositionRow::antennaPositionFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::antennaPositionFromText ( const std::string &  s)
private
void asdm::CalPositionRow::atmPhaseCorrectionFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::atmPhaseCorrectionFromText ( const std::string &  s)
private
void asdm::CalPositionRow::axesOffsetErrFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::axesOffsetErrFromText ( const std::string &  s)
private
void asdm::CalPositionRow::axesOffsetFixedFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::axesOffsetFixedFromText ( const std::string &  s)
private
void asdm::CalPositionRow::axesOffsetFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::axesOffsetFromText ( const std::string &  s)
private
void asdm::CalPositionRow::calDataIdFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::calDataIdFromText ( const std::string &  s)
private
void asdm::CalPositionRow::calReductionIdFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::calReductionIdFromText ( const std::string &  s)
private
void asdm::CalPositionRow::clearDelayRms ( )

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

void asdm::CalPositionRow::clearPhaseRms ( )

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

bool asdm::CalPositionRow::compareNoAutoInc ( std::string  antennaName,
AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection,
Tag  calDataId,
Tag  calReductionId,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
std::vector< Length antennaPosition,
std::string  stationName,
std::vector< Length stationPosition,
PositionMethodMod::PositionMethod  positionMethod,
ReceiverBandMod::ReceiverBand  receiverBand,
int  numAntenna,
std::vector< std::string >  refAntennaNames,
Length  axesOffset,
Length  axesOffsetErr,
bool  axesOffsetFixed,
std::vector< Length positionOffset,
std::vector< Length positionErr,
double  reducedChiSquared 
)

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

Parameters
antennaName
atmPhaseCorrection
calDataId
calReductionId
startValidTime
endValidTime
antennaPosition
stationName
stationPosition
positionMethod
receiverBand
numAntenna
refAntennaNames
axesOffset
axesOffsetErr
axesOffsetFixed
positionOffset
positionErr
reducedChiSquared
bool asdm::CalPositionRow::compareRequiredValue ( ArrayTime  startValidTime,
ArrayTime  endValidTime,
std::vector< Length antennaPosition,
std::string  stationName,
std::vector< Length stationPosition,
PositionMethodMod::PositionMethod  positionMethod,
ReceiverBandMod::ReceiverBand  receiverBand,
int  numAntenna,
std::vector< std::string >  refAntennaNames,
Length  axesOffset,
Length  axesOffsetErr,
bool  axesOffsetFixed,
std::vector< Length positionOffset,
std::vector< Length positionErr,
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
antennaPosition
stationName
stationPosition
positionMethod
receiverBand
numAntenna
refAntennaNames
axesOffset
axesOffsetErr
axesOffsetFixed
positionOffset
positionErr
reducedChiSquared
void asdm::CalPositionRow::delayRmsFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::delayRmsFromText ( const std::string &  s)
private
void asdm::CalPositionRow::endValidTimeFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::endValidTimeFromText ( const std::string &  s)
private
bool asdm::CalPositionRow::equalByRequiredValue ( CalPositionRow 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 CalPositionRow whose required attributes of the value part will be compared with those of this.
Returns
a boolean.
std::vector<Length > asdm::CalPositionRow::getAntennaPosition ( ) const

===> Attribute antennaPosition

Get antennaPosition.

Returns
antennaPosition as std::vector<Length >
AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPositionRow::getAtmPhaseCorrection ( ) const

===> Attribute atmPhaseCorrection

Get atmPhaseCorrection.

Returns
atmPhaseCorrection as AtmPhaseCorrectionMod::AtmPhaseCorrection
Length asdm::CalPositionRow::getAxesOffset ( ) const

===> Attribute axesOffset

Get axesOffset.

Returns
axesOffset as Length
Length asdm::CalPositionRow::getAxesOffsetErr ( ) const

===> Attribute axesOffsetErr

Get axesOffsetErr.

Returns
axesOffsetErr as Length
bool asdm::CalPositionRow::getAxesOffsetFixed ( ) const

===> Attribute axesOffsetFixed

Get axesOffsetFixed.

Returns
axesOffsetFixed as bool
Links* CalDataRow* asdm::CalPositionRow::getCalDataUsingCalDataId ( )

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

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

===> Attribute calReductionId

Get calReductionId.

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

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

Returns
a CalReductionRow*
double asdm::CalPositionRow::getDelayRms ( ) const

Get delayRms, which is optional.

Returns
delayRms as double
Exceptions
IllegalAccessExceptionIf delayRms does not exist.
ArrayTime asdm::CalPositionRow::getEndValidTime ( ) const

===> Attribute endValidTime

Get endValidTime.

Returns
endValidTime as ArrayTime
int asdm::CalPositionRow::getNumAntenna ( ) const

===> Attribute numAntenna

Get numAntenna.

Returns
numAntenna as int
Angle asdm::CalPositionRow::getPhaseRms ( ) const

Get phaseRms, which is optional.

Returns
phaseRms as Angle
Exceptions
IllegalAccessExceptionIf phaseRms does not exist.
std::vector<Length > asdm::CalPositionRow::getPositionErr ( ) const

===> Attribute positionErr

Get positionErr.

Returns
positionErr as std::vector<Length >
PositionMethodMod::PositionMethod asdm::CalPositionRow::getPositionMethod ( ) const

===> Attribute positionMethod

Get positionMethod.

Returns
positionMethod as PositionMethodMod::PositionMethod
std::vector<Length > asdm::CalPositionRow::getPositionOffset ( ) const

===> Attribute positionOffset

Get positionOffset.

Returns
positionOffset as std::vector<Length >
ReceiverBandMod::ReceiverBand asdm::CalPositionRow::getReceiverBand ( ) const

===> Attribute receiverBand

Get receiverBand.

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

===> Attribute reducedChiSquared

Get reducedChiSquared.

Returns
reducedChiSquared as double
std::vector<std::string > asdm::CalPositionRow::getRefAntennaNames ( ) const

===> Attribute refAntennaNames

Get refAntennaNames.

Returns
refAntennaNames as std::vector<std::string >
ArrayTime asdm::CalPositionRow::getStartValidTime ( ) const

===> Attribute startValidTime

Get startValidTime.

Returns
startValidTime as ArrayTime
std::string asdm::CalPositionRow::getStationName ( ) const

===> Attribute stationName

Get stationName.

Returns
stationName as std::string
std::vector<Length > asdm::CalPositionRow::getStationPosition ( ) const

===> Attribute stationPosition

Get stationPosition.

Returns
stationPosition as std::vector<Length >
CalPositionTable& asdm::CalPositionRow::getTable ( ) const

Return the table to which this row belongs.

bool asdm::CalPositionRow::isAdded ( ) const

Has this row been added to its table ?

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

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

bool asdm::CalPositionRow::isDelayRmsExists ( ) const

===> Attribute delayRms, which is optional

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

Returns
true if and only if the delayRms attribute exists.
bool asdm::CalPositionRow::isPhaseRmsExists ( ) const

===> Attribute phaseRms, which is optional

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

Returns
true if and only if the phaseRms attribute exists.
void asdm::CalPositionRow::numAntennaFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::numAntennaFromText ( const std::string &  s)
private
void asdm::CalPositionRow::phaseRmsFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::phaseRmsFromText ( const std::string &  s)
private
void asdm::CalPositionRow::positionErrFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::positionErrFromText ( const std::string &  s)
private
void asdm::CalPositionRow::positionMethodFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::positionMethodFromText ( const std::string &  s)
private
void asdm::CalPositionRow::positionOffsetFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::positionOffsetFromText ( const std::string &  s)
private
void asdm::CalPositionRow::receiverBandFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::receiverBandFromText ( const std::string &  s)
private
void asdm::CalPositionRow::reducedChiSquaredFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::reducedChiSquaredFromText ( const std::string &  s)
private
void asdm::CalPositionRow::refAntennaNamesFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::refAntennaNamesFromText ( const std::string &  s)
private
void asdm::CalPositionRow::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::CalPositionRow::setAntennaPosition ( std::vector< Length antennaPosition)

Set antennaPosition with the specified std::vector<Length >.

Parameters
antennaPositionThe std::vector<Length > value to which antennaPosition is to be set.
void asdm::CalPositionRow::setAtmPhaseCorrection ( AtmPhaseCorrectionMod::AtmPhaseCorrection  atmPhaseCorrection)

Set atmPhaseCorrection with the specified AtmPhaseCorrectionMod::AtmPhaseCorrection.

Parameters
atmPhaseCorrectionThe AtmPhaseCorrectionMod::AtmPhaseCorrection value to which atmPhaseCorrection is to be set.
Exceptions
IllegalAccessExceptionIf an attempt is made to change this field after is has been added to the table.
void asdm::CalPositionRow::setAxesOffset ( Length  axesOffset)

Set axesOffset with the specified Length.

Parameters
axesOffsetThe Length value to which axesOffset is to be set.
void asdm::CalPositionRow::setAxesOffsetErr ( Length  axesOffsetErr)

Set axesOffsetErr with the specified Length.

Parameters
axesOffsetErrThe Length value to which axesOffsetErr is to be set.
void asdm::CalPositionRow::setAxesOffsetFixed ( bool  axesOffsetFixed)

Set axesOffsetFixed with the specified bool.

Parameters
axesOffsetFixedThe bool value to which axesOffsetFixed is to be set.
void asdm::CalPositionRow::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::CalPositionRow::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::CalPositionRow::setDelayRms ( double  delayRms)

Set delayRms with the specified double.

Parameters
delayRmsThe double value to which delayRms is to be set.
void asdm::CalPositionRow::setEndValidTime ( ArrayTime  endValidTime)

Set endValidTime with the specified ArrayTime.

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

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

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

Set numAntenna with the specified int.

Parameters
numAntennaThe int value to which numAntenna is to be set.
void asdm::CalPositionRow::setPhaseRms ( Angle  phaseRms)

Set phaseRms with the specified Angle.

Parameters
phaseRmsThe Angle value to which phaseRms is to be set.
void asdm::CalPositionRow::setPositionErr ( std::vector< Length positionErr)

Set positionErr with the specified std::vector<Length >.

Parameters
positionErrThe std::vector<Length > value to which positionErr is to be set.
void asdm::CalPositionRow::setPositionMethod ( PositionMethodMod::PositionMethod  positionMethod)

Set positionMethod with the specified PositionMethodMod::PositionMethod.

Parameters
positionMethodThe PositionMethodMod::PositionMethod value to which positionMethod is to be set.
void asdm::CalPositionRow::setPositionOffset ( std::vector< Length positionOffset)

Set positionOffset with the specified std::vector<Length >.

Parameters
positionOffsetThe std::vector<Length > value to which positionOffset is to be set.
void asdm::CalPositionRow::setReceiverBand ( ReceiverBandMod::ReceiverBand  receiverBand)

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

Parameters
receiverBandThe ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
void asdm::CalPositionRow::setReducedChiSquared ( double  reducedChiSquared)

Set reducedChiSquared with the specified double.

Parameters
reducedChiSquaredThe double value to which reducedChiSquared is to be set.
void asdm::CalPositionRow::setRefAntennaNames ( std::vector< std::string >  refAntennaNames)

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

Parameters
refAntennaNamesThe std::vector<std::string > value to which refAntennaNames is to be set.
void asdm::CalPositionRow::setStartValidTime ( ArrayTime  startValidTime)

Set startValidTime with the specified ArrayTime.

Parameters
startValidTimeThe ArrayTime value to which startValidTime is to be set.
void asdm::CalPositionRow::setStationName ( std::string  stationName)

Set stationName with the specified std::string.

Parameters
stationNameThe std::string value to which stationName is to be set.
void asdm::CalPositionRow::setStationPosition ( std::vector< Length stationPosition)

Set stationPosition with the specified std::vector<Length >.

Parameters
stationPositionThe std::vector<Length > value to which stationPosition is to be set.
void asdm::CalPositionRow::startValidTimeFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::startValidTimeFromText ( const std::string &  s)
private
void asdm::CalPositionRow::stationNameFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::stationNameFromText ( const std::string &  s)
private
void asdm::CalPositionRow::stationPositionFromBin ( EndianIStream eis)
private
void asdm::CalPositionRow::stationPositionFromText ( const std::string &  s)
private
void asdm::CalPositionRow::toBin ( EndianOSStream eoss)
private

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

Parameters
eossthe EndianOSStream to be written to
asdmIDL::CalPositionRowIDL* asdm::CalPositionRow::toIDL ( ) const

Return this row in the form of an IDL struct.

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

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

Parameters
xa reference to the CalPositionRowIDL struct to be set.
std::string asdm::CalPositionRow::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::CalPositionTable
friend

Definition at line 149 of file CalPositionRow.h.

friend class asdm::RowTransformer< CalPositionRow >
friend

Definition at line 150 of file CalPositionRow.h.

Member Data Documentation

std::vector<Length > asdm::CalPositionRow::antennaPosition
private

===> Attribute antennaPosition

Definition at line 1153 of file CalPositionRow.h.

AtmPhaseCorrectionMod::AtmPhaseCorrection asdm::CalPositionRow::atmPhaseCorrection
private

===> Attribute atmPhaseCorrection

Definition at line 1120 of file CalPositionRow.h.

Extrinsic Table asdm::CalPositionRow::Attributes

Definition at line 173 of file CalPositionRow.h.

Extrinsic Table asdm::CalPositionRow::Attributes

Definition at line 773 of file CalPositionRow.h.

Length asdm::CalPositionRow::axesOffset
private

===> Attribute axesOffset

Definition at line 1230 of file CalPositionRow.h.

Length asdm::CalPositionRow::axesOffsetErr
private

===> Attribute axesOffsetErr

Definition at line 1241 of file CalPositionRow.h.

bool asdm::CalPositionRow::axesOffsetFixed
private

===> Attribute axesOffsetFixed

Definition at line 1252 of file CalPositionRow.h.

Tag asdm::CalPositionRow::calReductionId
private

===> Attribute calReductionId

Definition at line 1337 of file CalPositionRow.h.

double asdm::CalPositionRow::delayRms
private

Definition at line 1298 of file CalPositionRow.h.

bool asdm::CalPositionRow::delayRmsExists
private

===> Attribute delayRms, which is optional

Definition at line 1295 of file CalPositionRow.h.

ArrayTime asdm::CalPositionRow::endValidTime
private

===> Attribute endValidTime

Definition at line 1142 of file CalPositionRow.h.

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

Definition at line 1366 of file CalPositionRow.h.

* text deserialization material std::map<std::string, CalPositionAttributeFromText> asdm::CalPositionRow::fromTextMethods
private

Definition at line 1395 of file CalPositionRow.h.

bool asdm::CalPositionRow::hasBeenAdded
private

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

Definition at line 1065 of file CalPositionRow.h.

int asdm::CalPositionRow::numAntenna
private

===> Attribute numAntenna

Definition at line 1208 of file CalPositionRow.h.

Angle asdm::CalPositionRow::phaseRms
private

Definition at line 1311 of file CalPositionRow.h.

bool asdm::CalPositionRow::phaseRmsExists
private

===> Attribute phaseRms, which is optional

Definition at line 1308 of file CalPositionRow.h.

std::vector<Length > asdm::CalPositionRow::positionErr
private

===> Attribute positionErr

Definition at line 1274 of file CalPositionRow.h.

PositionMethodMod::PositionMethod asdm::CalPositionRow::positionMethod
private

===> Attribute positionMethod

Definition at line 1186 of file CalPositionRow.h.

std::vector<Length > asdm::CalPositionRow::positionOffset
private

===> Attribute positionOffset

Definition at line 1263 of file CalPositionRow.h.

ReceiverBandMod::ReceiverBand asdm::CalPositionRow::receiverBand
private

===> Attribute receiverBand

Definition at line 1197 of file CalPositionRow.h.

double asdm::CalPositionRow::reducedChiSquared
private

===> Attribute reducedChiSquared

Definition at line 1285 of file CalPositionRow.h.

std::vector<std::string > asdm::CalPositionRow::refAntennaNames
private

===> Attribute refAntennaNames

Definition at line 1219 of file CalPositionRow.h.

ArrayTime asdm::CalPositionRow::startValidTime
private

===> Attribute startValidTime

Definition at line 1131 of file CalPositionRow.h.

std::string asdm::CalPositionRow::stationName
private

===> Attribute stationName

Definition at line 1164 of file CalPositionRow.h.

std::vector<Length > asdm::CalPositionRow::stationPosition
private

===> Attribute stationPosition

Definition at line 1175 of file CalPositionRow.h.

CalPositionTable& asdm::CalPositionRow::table
private

The table to which this row belongs.

Definition at line 1061 of file CalPositionRow.h.


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