asdm::CalBandpassRow Class Reference

#include <CalBandpassRow.h>

List of all members.


Detailed Description

The CalBandpassRow class is a row of a CalBandpassTable.

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


Public Member Functions

CalBandpassTablegetTable () const
CalBandpassRowIDL * toIDL () const
void setFromIDL (CalBandpassRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
BasebandNameMod::BasebandName getBasebandName () const
void setBasebandName (BasebandNameMod::BasebandName basebandName)
int getNumAntenna () const
void setNumAntenna (int numAntenna)
int getNumBaseline () const
void setNumBaseline (int numBaseline)
int getNumAPC () const
void setNumAPC (int numAPC)
int getNumReceptor () const
void setNumReceptor (int numReceptor)
ArrayTime getStartValidTime () const
void setStartValidTime (ArrayTime startValidTime)
ArrayTime getEndValidTime () const
void setEndValidTime (ArrayTime endValidTime)
vector< FrequencygetFreqLimits () const
void setFreqLimits (vector< Frequency > freqLimits)
ReceiverBandMod::ReceiverBand getReceiverBand () const
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
vector< string > getAntennaNames () const
void setAntennaNames (vector< string > antennaNames)
string getRefAntennaName () const
void setRefAntennaName (string refAntennaName)
vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > getAtmPhaseCorrections () const
void setAtmPhaseCorrections (vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections)
vector< PolarizationTypeMod::PolarizationType > getPolarizationTypes () const
void setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes)
int getNumAmpliPoly () const
void setNumAmpliPoly (int numAmpliPoly)
vector< vector< vector< vector<
float > > > > 
getAmpliCurve () const
void setAmpliCurve (vector< vector< vector< vector< float > > > > ampliCurve)
vector< vector< vector< float > > > getAmpliRms () const
void setAmpliRms (vector< vector< vector< float > > > ampliRms)
int getNumPhasePoly () const
void setNumPhasePoly (int numPhasePoly)
vector< vector< vector< vector<
Angle > > > > 
getPhaseCurve () const
void setPhaseCurve (vector< vector< vector< vector< Angle > > > > phaseCurve)
vector< vector< vector< float > > > getPhaseRms () const
void setPhaseRms (vector< vector< vector< float > > > phaseRms)
Tag getCalDataId () const
void setCalDataId (Tag calDataId)
Tag getCalReductionId () const
void setCalReductionId (Tag calReductionId)
CalReductionRowgetCalReductionUsingCalReductionId ()
CalDataRowgetCalDataUsingCalDataId ()
bool compareNoAutoInc (Tag calDataId, Tag calReductionId, BasebandNameMod::BasebandName basebandName, int numAntenna, int numBaseline, int numAPC, int numReceptor, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > freqLimits, ReceiverBandMod::ReceiverBand receiverBand, vector< string > antennaNames, string refAntennaName, vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, int numAmpliPoly, vector< vector< vector< vector< float > > > > ampliCurve, vector< vector< vector< float > > > ampliRms, int numPhasePoly, vector< vector< vector< vector< Angle > > > > phaseCurve, vector< vector< vector< float > > > phaseRms)
bool compareRequiredValue (int numAntenna, int numBaseline, int numAPC, int numReceptor, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > freqLimits, ReceiverBandMod::ReceiverBand receiverBand, vector< string > antennaNames, string refAntennaName, vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, int numAmpliPoly, vector< vector< vector< vector< float > > > > ampliCurve, vector< vector< vector< float > > > ampliRms, int numPhasePoly, vector< vector< vector< vector< Angle > > > > phaseCurve, vector< vector< vector< float > > > phaseRms)
bool equalByRequiredValue (CalBandpassRow *x)


Member Function Documentation

bool asdm::CalBandpassRow::compareNoAutoInc Tag  calDataId,
Tag  calReductionId,
BasebandNameMod::BasebandName  basebandName,
int  numAntenna,
int  numBaseline,
int  numAPC,
int  numReceptor,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency freqLimits,
ReceiverBandMod::ReceiverBand  receiverBand,
vector< string >  antennaNames,
string  refAntennaName,
vector< AtmPhaseCorrectionMod::AtmPhaseCorrection >  atmPhaseCorrections,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
int  numAmpliPoly,
vector< vector< vector< vector< float > > > >  ampliCurve,
vector< vector< vector< float > > >  ampliRms,
int  numPhasePoly,
vector< vector< vector< vector< Angle > > > >  phaseCurve,
vector< vector< vector< float > > >  phaseRms
 

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

bool asdm::CalBandpassRow::equalByRequiredValue CalBandpassRow 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 CalBandpassRow whose required attributes of the value part will be compared with those of this.
Returns:
a boolean.

vector<vector<vector<vector<float > > > > asdm::CalBandpassRow::getAmpliCurve  )  const
 

Get ampliCurve.

Returns:
ampliCurve as vector<vector<vector<vector<float > > > >

vector<vector<vector<float > > > asdm::CalBandpassRow::getAmpliRms  )  const
 

Get ampliRms.

Returns:
ampliRms as vector<vector<vector<float > > >

vector<string > asdm::CalBandpassRow::getAntennaNames  )  const
 

Get antennaNames.

Returns:
antennaNames as vector<string >

vector<AtmPhaseCorrectionMod::AtmPhaseCorrection > asdm::CalBandpassRow::getAtmPhaseCorrections  )  const
 

Get atmPhaseCorrections.

Returns:
atmPhaseCorrections as vector<AtmPhaseCorrectionMod::AtmPhaseCorrection >

BasebandNameMod::BasebandName asdm::CalBandpassRow::getBasebandName  )  const
 

Get basebandName.

Returns:
basebandName as BasebandNameMod::BasebandName

Tag asdm::CalBandpassRow::getCalDataId  )  const
 

Get calDataId.

Returns:
calDataId as Tag

CalDataRow* asdm::CalBandpassRow::getCalDataUsingCalDataId  ) 
 

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

Returns:
a CalDataRow*

Tag asdm::CalBandpassRow::getCalReductionId  )  const
 

Get calReductionId.

Returns:
calReductionId as Tag

CalReductionRow* asdm::CalBandpassRow::getCalReductionUsingCalReductionId  ) 
 

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

Returns:
a CalReductionRow*

ArrayTime asdm::CalBandpassRow::getEndValidTime  )  const
 

Get endValidTime.

Returns:
endValidTime as ArrayTime

vector<Frequency > asdm::CalBandpassRow::getFreqLimits  )  const
 

Get freqLimits.

Returns:
freqLimits as vector<Frequency >

int asdm::CalBandpassRow::getNumAmpliPoly  )  const
 

Get numAmpliPoly.

Returns:
numAmpliPoly as int

int asdm::CalBandpassRow::getNumAntenna  )  const
 

Get numAntenna.

Returns:
numAntenna as int

int asdm::CalBandpassRow::getNumAPC  )  const
 

Get numAPC.

Returns:
numAPC as int

int asdm::CalBandpassRow::getNumBaseline  )  const
 

Get numBaseline.

Returns:
numBaseline as int

int asdm::CalBandpassRow::getNumPhasePoly  )  const
 

Get numPhasePoly.

Returns:
numPhasePoly as int

int asdm::CalBandpassRow::getNumReceptor  )  const
 

Get numReceptor.

Returns:
numReceptor as int

vector<vector<vector<vector<Angle > > > > asdm::CalBandpassRow::getPhaseCurve  )  const
 

Get phaseCurve.

Returns:
phaseCurve as vector<vector<vector<vector<Angle > > > >

vector<vector<vector<float > > > asdm::CalBandpassRow::getPhaseRms  )  const
 

Get phaseRms.

Returns:
phaseRms as vector<vector<vector<float > > >

vector<PolarizationTypeMod::PolarizationType > asdm::CalBandpassRow::getPolarizationTypes  )  const
 

Get polarizationTypes.

Returns:
polarizationTypes as vector<PolarizationTypeMod::PolarizationType >

ReceiverBandMod::ReceiverBand asdm::CalBandpassRow::getReceiverBand  )  const
 

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand

string asdm::CalBandpassRow::getRefAntennaName  )  const
 

Get refAntennaName.

Returns:
refAntennaName as string

ArrayTime asdm::CalBandpassRow::getStartValidTime  )  const
 

Get startValidTime.

Returns:
startValidTime as ArrayTime

CalBandpassTable& asdm::CalBandpassRow::getTable  )  const
 

Return the table to which this row belongs.

void asdm::CalBandpassRow::setAmpliCurve vector< vector< vector< vector< float > > > >  ampliCurve  ) 
 

Set ampliCurve with the specified vector<vector<vector<vector<float > > > >.

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

void asdm::CalBandpassRow::setAmpliRms vector< vector< vector< float > > >  ampliRms  ) 
 

Set ampliRms with the specified vector<vector<vector<float > > >.

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

void asdm::CalBandpassRow::setAntennaNames vector< string >  antennaNames  ) 
 

Set antennaNames with the specified vector<string >.

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

void asdm::CalBandpassRow::setAtmPhaseCorrections vector< AtmPhaseCorrectionMod::AtmPhaseCorrection >  atmPhaseCorrections  ) 
 

Set atmPhaseCorrections with the specified vector<AtmPhaseCorrectionMod::AtmPhaseCorrection >.

Parameters:
atmPhaseCorrections The vector<AtmPhaseCorrectionMod::AtmPhaseCorrection > value to which atmPhaseCorrections is to be set.

void asdm::CalBandpassRow::setBasebandName BasebandNameMod::BasebandName  basebandName  ) 
 

Set basebandName with the specified BasebandNameMod::BasebandName.

Parameters:
basebandName The BasebandNameMod::BasebandName value to which basebandName 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::CalBandpassRow::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::CalBandpassRow::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::CalBandpassRow::setEndValidTime ArrayTime  endValidTime  ) 
 

Set endValidTime with the specified ArrayTime.

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

void asdm::CalBandpassRow::setFreqLimits vector< Frequency freqLimits  ) 
 

Set freqLimits with the specified vector<Frequency >.

Parameters:
freqLimits The vector<Frequency > value to which freqLimits is to be set.

void asdm::CalBandpassRow::setFromIDL CalBandpassRowIDL  x  )  throw (ConversionException)
 

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

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

void asdm::CalBandpassRow::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::CalBandpassRow::setNumAmpliPoly int  numAmpliPoly  ) 
 

Set numAmpliPoly with the specified int.

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

void asdm::CalBandpassRow::setNumAntenna int  numAntenna  ) 
 

Set numAntenna with the specified int.

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

void asdm::CalBandpassRow::setNumAPC int  numAPC  ) 
 

Set numAPC with the specified int.

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

void asdm::CalBandpassRow::setNumBaseline int  numBaseline  ) 
 

Set numBaseline with the specified int.

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

void asdm::CalBandpassRow::setNumPhasePoly int  numPhasePoly  ) 
 

Set numPhasePoly with the specified int.

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

void asdm::CalBandpassRow::setNumReceptor int  numReceptor  ) 
 

Set numReceptor with the specified int.

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

void asdm::CalBandpassRow::setPhaseCurve vector< vector< vector< vector< Angle > > > >  phaseCurve  ) 
 

Set phaseCurve with the specified vector<vector<vector<vector<Angle > > > >.

Parameters:
phaseCurve The vector<vector<vector<vector<Angle > > > > value to which phaseCurve is to be set.

void asdm::CalBandpassRow::setPhaseRms vector< vector< vector< float > > >  phaseRms  ) 
 

Set phaseRms with the specified vector<vector<vector<float > > >.

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

void asdm::CalBandpassRow::setPolarizationTypes vector< PolarizationTypeMod::PolarizationType >  polarizationTypes  ) 
 

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

Parameters:
polarizationTypes The vector<PolarizationTypeMod::PolarizationType > value to which polarizationTypes is to be set.

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

Set receiverBand with the specified ReceiverBandMod::ReceiverBand.

Parameters:
receiverBand The ReceiverBandMod::ReceiverBand value to which receiverBand is to be set.

void asdm::CalBandpassRow::setRefAntennaName string  refAntennaName  ) 
 

Set refAntennaName with the specified string.

Parameters:
refAntennaName The string value to which refAntennaName is to be set.

void asdm::CalBandpassRow::setStartValidTime ArrayTime  startValidTime  ) 
 

Set startValidTime with the specified ArrayTime.

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

CalBandpassRowIDL* asdm::CalBandpassRow::toIDL  )  const
 

Return this row in the form of an IDL struct.

Returns:
The values of this row as a CalBandpassRowIDL struct.

string asdm::CalBandpassRow::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:42 2008 for ASDM C++ Implementation by doxygen 1.3.8