asdm::CalPointingModelRow Class Reference

#include <CalPointingModelRow.h>

List of all members.


Detailed Description

The CalPointingModelRow class is a row of a CalPointingModelTable.

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


Public Member Functions

CalPointingModelTablegetTable () const
CalPointingModelRowIDL * toIDL () const
void setFromIDL (CalPointingModelRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
string getAntennaName () const
void setAntennaName (string antennaName)
AntennaMakeMod::AntennaMake getAntennaMake () const
void setAntennaMake (AntennaMakeMod::AntennaMake antennaMake)
int getNumObs () const
void setNumObs (int numObs)
int getNumCoeff () const
void setNumCoeff (int numCoeff)
ArrayTime getStartValidTime () const
void setStartValidTime (ArrayTime startValidTime)
ArrayTime getEndValidTime () const
void setEndValidTime (ArrayTime endValidTime)
int getNumFormula () const
void setNumFormula (int numFormula)
Angle getAzimuthRms () const
void setAzimuthRms (Angle azimuthRms)
Angle getElevationRms () const
void setElevationRms (Angle elevationRms)
Angle getSkyRms () const
void setSkyRms (Angle skyRms)
vector< string > getCoeffName () const
void setCoeffName (vector< string > coeffName)
vector< float > getCoeffVal () const
void setCoeffVal (vector< float > coeffVal)
vector< float > getCoeffError () const
void setCoeffError (vector< float > coeffError)
vector< bool > getCoeffFixed () const
void setCoeffFixed (vector< bool > coeffFixed)
vector< string > getCoeffFormula () const
void setCoeffFormula (vector< string > coeffFormula)
PointingModelModeMod::PointingModelMode getPointingModelMode () const
void setPointingModelMode (PointingModelModeMod::PointingModelMode pointingModelMode)
ReceiverBandMod::ReceiverBand getReceiverBand () const
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
Tag getCalDataId () const
void setCalDataId (Tag calDataId)
Tag getCalReductionId () const
void setCalReductionId (Tag calReductionId)
CalDataRowgetCalDataUsingCalDataId ()
CalReductionRowgetCalReductionUsingCalReductionId ()
bool compareNoAutoInc (Tag calDataId, Tag calReductionId, string antennaName, ReceiverBandMod::ReceiverBand receiverBand, AntennaMakeMod::AntennaMake antennaMake, int numObs, int numCoeff, ArrayTime startValidTime, ArrayTime endValidTime, int numFormula, Angle azimuthRms, Angle elevationRms, Angle skyRms, vector< string > coeffName, vector< float > coeffVal, vector< float > coeffError, vector< bool > coeffFixed, vector< string > coeffFormula, PointingModelModeMod::PointingModelMode pointingModelMode)
bool compareRequiredValue (AntennaMakeMod::AntennaMake antennaMake, int numObs, int numCoeff, ArrayTime startValidTime, ArrayTime endValidTime, int numFormula, Angle azimuthRms, Angle elevationRms, Angle skyRms, vector< string > coeffName, vector< float > coeffVal, vector< float > coeffError, vector< bool > coeffFixed, vector< string > coeffFormula, PointingModelModeMod::PointingModelMode pointingModelMode)
bool equalByRequiredValue (CalPointingModelRow *x)


Member Function Documentation

bool asdm::CalPointingModelRow::compareNoAutoInc Tag  calDataId,
Tag  calReductionId,
string  antennaName,
ReceiverBandMod::ReceiverBand  receiverBand,
AntennaMakeMod::AntennaMake  antennaMake,
int  numObs,
int  numCoeff,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
int  numFormula,
Angle  azimuthRms,
Angle  elevationRms,
Angle  skyRms,
vector< string >  coeffName,
vector< float >  coeffVal,
vector< float >  coeffError,
vector< bool >  coeffFixed,
vector< string >  coeffFormula,
PointingModelModeMod::PointingModelMode  pointingModelMode
 

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.

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:
x a 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
 

Get antennaMake.

Returns:
antennaMake as AntennaMakeMod::AntennaMake

string asdm::CalPointingModelRow::getAntennaName  )  const
 

Get antennaName.

Returns:
antennaName as string

Angle asdm::CalPointingModelRow::getAzimuthRms  )  const
 

Get azimuthRms.

Returns:
azimuthRms as Angle

Tag asdm::CalPointingModelRow::getCalDataId  )  const
 

Get calDataId.

Returns:
calDataId as Tag

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
 

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*

vector<float > asdm::CalPointingModelRow::getCoeffError  )  const
 

Get coeffError.

Returns:
coeffError as vector<float >

vector<bool > asdm::CalPointingModelRow::getCoeffFixed  )  const
 

Get coeffFixed.

Returns:
coeffFixed as vector<bool >

vector<string > asdm::CalPointingModelRow::getCoeffFormula  )  const
 

Get coeffFormula.

Returns:
coeffFormula as vector<string >

vector<string > asdm::CalPointingModelRow::getCoeffName  )  const
 

Get coeffName.

Returns:
coeffName as vector<string >

vector<float > asdm::CalPointingModelRow::getCoeffVal  )  const
 

Get coeffVal.

Returns:
coeffVal as vector<float >

Angle asdm::CalPointingModelRow::getElevationRms  )  const
 

Get elevationRms.

Returns:
elevationRms as Angle

ArrayTime asdm::CalPointingModelRow::getEndValidTime  )  const
 

Get endValidTime.

Returns:
endValidTime as ArrayTime

int asdm::CalPointingModelRow::getNumCoeff  )  const
 

Get numCoeff.

Returns:
numCoeff as int

int asdm::CalPointingModelRow::getNumFormula  )  const
 

Get numFormula.

Returns:
numFormula as int

int asdm::CalPointingModelRow::getNumObs  )  const
 

Get numObs.

Returns:
numObs as int

PointingModelModeMod::PointingModelMode asdm::CalPointingModelRow::getPointingModelMode  )  const
 

Get pointingModelMode.

Returns:
pointingModelMode as PointingModelModeMod::PointingModelMode

ReceiverBandMod::ReceiverBand asdm::CalPointingModelRow::getReceiverBand  )  const
 

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand

Angle asdm::CalPointingModelRow::getSkyRms  )  const
 

Get skyRms.

Returns:
skyRms as Angle

ArrayTime asdm::CalPointingModelRow::getStartValidTime  )  const
 

Get startValidTime.

Returns:
startValidTime as ArrayTime

CalPointingModelTable& asdm::CalPointingModelRow::getTable  )  const
 

Return the table to which this row belongs.

void asdm::CalPointingModelRow::setAntennaMake AntennaMakeMod::AntennaMake  antennaMake  ) 
 

Set antennaMake with the specified AntennaMakeMod::AntennaMake.

Parameters:
antennaMake The AntennaMakeMod::AntennaMake value to which antennaMake is to be set.

void asdm::CalPointingModelRow::setAntennaName string  antennaName  ) 
 

Set antennaName with the specified string.

Parameters:
antennaName The string value to which antennaName is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void asdm::CalPointingModelRow::setAzimuthRms Angle  azimuthRms  ) 
 

Set azimuthRms with the specified Angle.

Parameters:
azimuthRms The Angle value to which azimuthRms is to be set.

void asdm::CalPointingModelRow::setCalDataId Tag  calDataId  ) 
 

Set calDataId with the specified Tag.

Parameters:
calDataId The Tag value to which calDataId is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void asdm::CalPointingModelRow::setCalReductionId Tag  calReductionId  ) 
 

Set calReductionId with the specified Tag.

Parameters:
calReductionId The Tag value to which calReductionId is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void asdm::CalPointingModelRow::setCoeffError vector< float >  coeffError  ) 
 

Set coeffError with the specified vector<float >.

Parameters:
coeffError The vector<float > value to which coeffError is to be set.

void asdm::CalPointingModelRow::setCoeffFixed vector< bool >  coeffFixed  ) 
 

Set coeffFixed with the specified vector<bool >.

Parameters:
coeffFixed The vector<bool > value to which coeffFixed is to be set.

void asdm::CalPointingModelRow::setCoeffFormula vector< string >  coeffFormula  ) 
 

Set coeffFormula with the specified vector<string >.

Parameters:
coeffFormula The vector<string > value to which coeffFormula is to be set.

void asdm::CalPointingModelRow::setCoeffName vector< string >  coeffName  ) 
 

Set coeffName with the specified vector<string >.

Parameters:
coeffName The vector<string > value to which coeffName is to be set.

void asdm::CalPointingModelRow::setCoeffVal vector< float >  coeffVal  ) 
 

Set coeffVal with the specified vector<float >.

Parameters:
coeffVal The vector<float > value to which coeffVal is to be set.

void asdm::CalPointingModelRow::setElevationRms Angle  elevationRms  ) 
 

Set elevationRms with the specified Angle.

Parameters:
elevationRms The Angle value to which elevationRms is to be set.

void asdm::CalPointingModelRow::setEndValidTime ArrayTime  endValidTime  ) 
 

Set endValidTime with the specified ArrayTime.

Parameters:
endValidTime The ArrayTime value to which endValidTime is to be set.

void asdm::CalPointingModelRow::setFromIDL CalPointingModelRowIDL  x  )  throw (ConversionException)
 

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

Parameters:
x The IDL struct containing the values used to fill this row.

void asdm::CalPointingModelRow::setFromXML string  rowDoc  )  throw (ConversionException)
 

Fill the values of this row from an XML string that was produced by the toXML() method.

Parameters:
x The XML string being used to set the values of this row.

void asdm::CalPointingModelRow::setNumCoeff int  numCoeff  ) 
 

Set numCoeff with the specified int.

Parameters:
numCoeff The int value to which numCoeff is to be set.

void asdm::CalPointingModelRow::setNumFormula int  numFormula  ) 
 

Set numFormula with the specified int.

Parameters:
numFormula The int value to which numFormula is to be set.

void asdm::CalPointingModelRow::setNumObs int  numObs  ) 
 

Set numObs with the specified int.

Parameters:
numObs The int value to which numObs is to be set.

void asdm::CalPointingModelRow::setPointingModelMode PointingModelModeMod::PointingModelMode  pointingModelMode  ) 
 

Set pointingModelMode with the specified PointingModelModeMod::PointingModelMode.

Parameters:
pointingModelMode The PointingModelModeMod::PointingModelMode value to which pointingModelMode is to be set.

void asdm::CalPointingModelRow::setReceiverBand ReceiverBandMod::ReceiverBand  receiverBand  ) 
 

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

Parameters:
receiverBand The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.
Exceptions:
IllegalAccessException If an attempt is made to change this field after is has been added to the table.

void asdm::CalPointingModelRow::setSkyRms Angle  skyRms  ) 
 

Set skyRms with the specified Angle.

Parameters:
skyRms The Angle value to which skyRms is to be set.

void asdm::CalPointingModelRow::setStartValidTime ArrayTime  startValidTime  ) 
 

Set startValidTime with the specified ArrayTime.

Parameters:
startValidTime The ArrayTime value to which startValidTime is to be set.

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.

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.


The documentation for this class was generated from the following file:
Generated on Tue Nov 18 17:43:44 2008 for ASDM C++ Implementation by doxygen 1.3.8