asdm::CalCurveRow Class Reference

#include <CalCurveRow.h>

List of all members.


Detailed Description

The CalCurveRow class is a row of a CalCurveTable.

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


Public Member Functions

CalCurveTablegetTable () const
CalCurveRowIDL * toIDL () const
void setFromIDL (CalCurveRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
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)
int getNumPoly () const
void setNumPoly (int numPoly)
vector< string > getAntennaNames () const
void setAntennaNames (vector< string > antennaNames)
string getRefAntennaName () const
void setRefAntennaName (string refAntennaName)
ReceiverBand getReceiverBand () const
void setReceiverBand (ReceiverBand receiverBand)
vector< AtmPhaseCorrection > getAtmPhaseCorrections () const
void setAtmPhaseCorrections (vector< AtmPhaseCorrection > atmPhaseCorrections)
vector< PolarizationType > getPolarizationTypes () const
void setPolarizationTypes (vector< PolarizationType > polarizationTypes)
ArrayTime getStartValidTime () const
void setStartValidTime (ArrayTime startValidTime)
ArrayTime getEndValidTime () const
void setEndValidTime (ArrayTime endValidTime)
vector< FrequencygetFrequencyRange () const
void setFrequencyRange (vector< Frequency > frequencyRange)
CalCurveType getTypeCurve () const
void setTypeCurve (CalCurveType typeCurve)
ArrayTime getTimeOrigin () const
void setTimeOrigin (ArrayTime timeOrigin)
vector< vector< vector< vector<
float > > > > 
getCurve () const
void setCurve (vector< vector< vector< vector< float > > > > curve)
vector< vector< vector< float > > > getRms () const
void setRms (vector< vector< vector< float > > > rms)
Tag getCalDataId () const
void setCalDataId (Tag calDataId) throw (IllegalAccessException)
Tag getCalReductionId () const
void setCalReductionId (Tag calReductionId) throw (IllegalAccessException)
CalDataRowgetCalDataUsingCalDataId ()
CalReductionRowgetCalReductionUsingCalReductionId ()
bool compareNoAutoInc (Tag calDataId, Tag calReductionId, int numAntenna, int numBaseline, int numAPC, int numReceptor, int numPoly, vector< string > antennaNames, string refAntennaName, ReceiverBand receiverBand, vector< AtmPhaseCorrection > atmPhaseCorrections, vector< PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, CalCurveType typeCurve, ArrayTime timeOrigin, vector< vector< vector< vector< float > > > > curve, vector< vector< vector< float > > > rms)
bool compareRequiredValue (int numAntenna, int numBaseline, int numAPC, int numReceptor, int numPoly, vector< string > antennaNames, string refAntennaName, ReceiverBand receiverBand, vector< AtmPhaseCorrection > atmPhaseCorrections, vector< PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, CalCurveType typeCurve, ArrayTime timeOrigin, vector< vector< vector< vector< float > > > > curve, vector< vector< vector< float > > > rms)
bool equalByRequiredValue (CalCurveRow *x)

Friends

class asdm::CalCurveTable


Member Function Documentation

CalCurveTable& asdm::CalCurveRow::getTable (  )  const

Return the table to which this row belongs.

CalCurveRowIDL* asdm::CalCurveRow::toIDL (  )  const

Return this row in the form of an IDL struct.

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

void asdm::CalCurveRow::setFromIDL ( CalCurveRowIDL  x  )  throw (ConversionException)

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

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

string asdm::CalCurveRow::toXML (  )  const

Return this row in the form of an XML string.

Returns:
The values of this row as an XML string.

void asdm::CalCurveRow::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.

int asdm::CalCurveRow::getNumAntenna (  )  const

Get numAntenna.

Returns:
numAntenna as int

void asdm::CalCurveRow::setNumAntenna ( int  numAntenna  ) 

Set numAntenna with the specified int.

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

int asdm::CalCurveRow::getNumBaseline (  )  const

Get numBaseline.

Returns:
numBaseline as int

void asdm::CalCurveRow::setNumBaseline ( int  numBaseline  ) 

Set numBaseline with the specified int.

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

int asdm::CalCurveRow::getNumAPC (  )  const

Get numAPC.

Returns:
numAPC as int

void asdm::CalCurveRow::setNumAPC ( int  numAPC  ) 

Set numAPC with the specified int.

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

int asdm::CalCurveRow::getNumReceptor (  )  const

Get numReceptor.

Returns:
numReceptor as int

void asdm::CalCurveRow::setNumReceptor ( int  numReceptor  ) 

Set numReceptor with the specified int.

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

int asdm::CalCurveRow::getNumPoly (  )  const

Get numPoly.

Returns:
numPoly as int

void asdm::CalCurveRow::setNumPoly ( int  numPoly  ) 

Set numPoly with the specified int.

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

vector<string > asdm::CalCurveRow::getAntennaNames (  )  const

Get antennaNames.

Returns:
antennaNames as vector<string >

void asdm::CalCurveRow::setAntennaNames ( vector< string >  antennaNames  ) 

Set antennaNames with the specified vector<string >.

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

string asdm::CalCurveRow::getRefAntennaName (  )  const

Get refAntennaName.

Returns:
refAntennaName as string

void asdm::CalCurveRow::setRefAntennaName ( string  refAntennaName  ) 

Set refAntennaName with the specified string.

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

ReceiverBand asdm::CalCurveRow::getReceiverBand (  )  const

Get receiverBand.

Returns:
receiverBand as ReceiverBand

void asdm::CalCurveRow::setReceiverBand ( ReceiverBand  receiverBand  ) 

Set receiverBand with the specified ReceiverBand.

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

vector<AtmPhaseCorrection > asdm::CalCurveRow::getAtmPhaseCorrections (  )  const

Get atmPhaseCorrections.

Returns:
atmPhaseCorrections as vector<AtmPhaseCorrection >

void asdm::CalCurveRow::setAtmPhaseCorrections ( vector< AtmPhaseCorrection >  atmPhaseCorrections  ) 

Set atmPhaseCorrections with the specified vector<AtmPhaseCorrection >.

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

vector<PolarizationType > asdm::CalCurveRow::getPolarizationTypes (  )  const

Get polarizationTypes.

Returns:
polarizationTypes as vector<PolarizationType >

void asdm::CalCurveRow::setPolarizationTypes ( vector< PolarizationType >  polarizationTypes  ) 

Set polarizationTypes with the specified vector<PolarizationType >.

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

ArrayTime asdm::CalCurveRow::getStartValidTime (  )  const

Get startValidTime.

Returns:
startValidTime as ArrayTime

void asdm::CalCurveRow::setStartValidTime ( ArrayTime  startValidTime  ) 

Set startValidTime with the specified ArrayTime.

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

ArrayTime asdm::CalCurveRow::getEndValidTime (  )  const

Get endValidTime.

Returns:
endValidTime as ArrayTime

void asdm::CalCurveRow::setEndValidTime ( ArrayTime  endValidTime  ) 

Set endValidTime with the specified ArrayTime.

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

vector<Frequency > asdm::CalCurveRow::getFrequencyRange (  )  const

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >

void asdm::CalCurveRow::setFrequencyRange ( vector< Frequency frequencyRange  ) 

Set frequencyRange with the specified vector<Frequency >.

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

CalCurveType asdm::CalCurveRow::getTypeCurve (  )  const

Get typeCurve.

Returns:
typeCurve as CalCurveType

void asdm::CalCurveRow::setTypeCurve ( CalCurveType  typeCurve  ) 

Set typeCurve with the specified CalCurveType.

Parameters:
typeCurve The CalCurveType value to which typeCurve is to be set.

ArrayTime asdm::CalCurveRow::getTimeOrigin (  )  const

Get timeOrigin.

Returns:
timeOrigin as ArrayTime

void asdm::CalCurveRow::setTimeOrigin ( ArrayTime  timeOrigin  ) 

Set timeOrigin with the specified ArrayTime.

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

vector<vector<vector<vector<float > > > > asdm::CalCurveRow::getCurve (  )  const

Get curve.

Returns:
curve as vector<vector<vector<vector<float > > > >

void asdm::CalCurveRow::setCurve ( vector< vector< vector< vector< float > > > >  curve  ) 

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

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

vector<vector<vector<float > > > asdm::CalCurveRow::getRms (  )  const

Get rms.

Returns:
rms as vector<vector<vector<float > > >

void asdm::CalCurveRow::setRms ( vector< vector< vector< float > > >  rms  ) 

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

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

Tag asdm::CalCurveRow::getCalDataId (  )  const

Get calDataId.

Returns:
calDataId as Tag

void asdm::CalCurveRow::setCalDataId ( Tag  calDataId  )  throw (IllegalAccessException)

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.

Tag asdm::CalCurveRow::getCalReductionId (  )  const

Get calReductionId.

Returns:
calReductionId as Tag

void asdm::CalCurveRow::setCalReductionId ( Tag  calReductionId  )  throw (IllegalAccessException)

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.

CalDataRow* asdm::CalCurveRow::getCalDataUsingCalDataId (  ) 

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

Returns:
a CalDataRow*

CalReductionRow* asdm::CalCurveRow::getCalReductionUsingCalReductionId (  ) 

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

Returns:
a CalReductionRow*

bool asdm::CalCurveRow::compareNoAutoInc ( Tag  calDataId,
Tag  calReductionId,
int  numAntenna,
int  numBaseline,
int  numAPC,
int  numReceptor,
int  numPoly,
vector< string >  antennaNames,
string  refAntennaName,
ReceiverBand  receiverBand,
vector< AtmPhaseCorrection >  atmPhaseCorrections,
vector< PolarizationType >  polarizationTypes,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency frequencyRange,
CalCurveType  typeCurve,
ArrayTime  timeOrigin,
vector< vector< vector< vector< float > > > >  curve,
vector< vector< vector< float > > >  rms 
)

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

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


The documentation for this class was generated from the following file:
Generated on Thu Nov 29 16:46:48 2007 for ASDM C++ Implementation by  doxygen 1.5.1