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.46", 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)
ReceiverBandMod::ReceiverBand getReceiverBand () const
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > getAtmPhaseCorrections () const
void setAtmPhaseCorrections (vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections)
vector< PolarizationTypeMod::PolarizationType > getPolarizationTypes () const
void setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes)
ArrayTime getStartValidTime () const
void setStartValidTime (ArrayTime startValidTime)
ArrayTime getEndValidTime () const
void setEndValidTime (ArrayTime endValidTime)
vector< FrequencygetFrequencyRange () const
void setFrequencyRange (vector< Frequency > frequencyRange)
CalCurveTypeMod::CalCurveType getTypeCurve () const
void setTypeCurve (CalCurveTypeMod::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)
Tag getCalReductionId () const
void setCalReductionId (Tag calReductionId)
CalDataRowgetCalDataUsingCalDataId ()
CalReductionRowgetCalReductionUsingCalReductionId ()
bool compareNoAutoInc (Tag calDataId, Tag calReductionId, int numAntenna, int numBaseline, int numAPC, int numReceptor, int numPoly, vector< string > antennaNames, string refAntennaName, ReceiverBandMod::ReceiverBand receiverBand, vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, CalCurveTypeMod::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, ReceiverBandMod::ReceiverBand receiverBand, vector< AtmPhaseCorrectionMod::AtmPhaseCorrection > atmPhaseCorrections, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ArrayTime startValidTime, ArrayTime endValidTime, vector< Frequency > frequencyRange, CalCurveTypeMod::CalCurveType typeCurve, ArrayTime timeOrigin, vector< vector< vector< vector< float > > > > curve, vector< vector< vector< float > > > rms)
bool equalByRequiredValue (CalCurveRow *x)


Member Function Documentation

bool asdm::CalCurveRow::compareNoAutoInc Tag  calDataId,
Tag  calReductionId,
int  numAntenna,
int  numBaseline,
int  numAPC,
int  numReceptor,
int  numPoly,
vector< string >  antennaNames,
string  refAntennaName,
ReceiverBandMod::ReceiverBand  receiverBand,
vector< AtmPhaseCorrectionMod::AtmPhaseCorrection >  atmPhaseCorrections,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Frequency frequencyRange,
CalCurveTypeMod::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.

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

Get antennaNames.

Returns:
antennaNames as vector<string >

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

Get atmPhaseCorrections.

Returns:
atmPhaseCorrections as vector<AtmPhaseCorrectionMod::AtmPhaseCorrection >

Tag asdm::CalCurveRow::getCalDataId  )  const
 

Get calDataId.

Returns:
calDataId as Tag

CalDataRow* asdm::CalCurveRow::getCalDataUsingCalDataId  ) 
 

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

Returns:
a CalDataRow*

Tag asdm::CalCurveRow::getCalReductionId  )  const
 

Get calReductionId.

Returns:
calReductionId as Tag

CalReductionRow* asdm::CalCurveRow::getCalReductionUsingCalReductionId  ) 
 

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

Returns:
a CalReductionRow*

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

Get curve.

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

ArrayTime asdm::CalCurveRow::getEndValidTime  )  const
 

Get endValidTime.

Returns:
endValidTime as ArrayTime

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

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >

int asdm::CalCurveRow::getNumAntenna  )  const
 

Get numAntenna.

Returns:
numAntenna as int

int asdm::CalCurveRow::getNumAPC  )  const
 

Get numAPC.

Returns:
numAPC as int

int asdm::CalCurveRow::getNumBaseline  )  const
 

Get numBaseline.

Returns:
numBaseline as int

int asdm::CalCurveRow::getNumPoly  )  const
 

Get numPoly.

Returns:
numPoly as int

int asdm::CalCurveRow::getNumReceptor  )  const
 

Get numReceptor.

Returns:
numReceptor as int

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

Get polarizationTypes.

Returns:
polarizationTypes as vector<PolarizationTypeMod::PolarizationType >

ReceiverBandMod::ReceiverBand asdm::CalCurveRow::getReceiverBand  )  const
 

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand

string asdm::CalCurveRow::getRefAntennaName  )  const
 

Get refAntennaName.

Returns:
refAntennaName as string

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

Get rms.

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

ArrayTime asdm::CalCurveRow::getStartValidTime  )  const
 

Get startValidTime.

Returns:
startValidTime as ArrayTime

CalCurveTable& asdm::CalCurveRow::getTable  )  const
 

Return the table to which this row belongs.

ArrayTime asdm::CalCurveRow::getTimeOrigin  )  const
 

Get timeOrigin.

Returns:
timeOrigin as ArrayTime

CalCurveTypeMod::CalCurveType asdm::CalCurveRow::getTypeCurve  )  const
 

Get typeCurve.

Returns:
typeCurve as CalCurveTypeMod::CalCurveType

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.

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

void asdm::CalCurveRow::setEndValidTime ArrayTime  endValidTime  ) 
 

Set endValidTime with the specified ArrayTime.

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

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.

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.

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.

void asdm::CalCurveRow::setNumAntenna int  numAntenna  ) 
 

Set numAntenna with the specified int.

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

void asdm::CalCurveRow::setNumAPC int  numAPC  ) 
 

Set numAPC with the specified int.

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

void asdm::CalCurveRow::setNumBaseline int  numBaseline  ) 
 

Set numBaseline with the specified int.

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

void asdm::CalCurveRow::setNumPoly int  numPoly  ) 
 

Set numPoly with the specified int.

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

void asdm::CalCurveRow::setNumReceptor int  numReceptor  ) 
 

Set numReceptor with the specified int.

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

void asdm::CalCurveRow::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::CalCurveRow::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::CalCurveRow::setRefAntennaName string  refAntennaName  ) 
 

Set refAntennaName with the specified string.

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

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.

void asdm::CalCurveRow::setStartValidTime ArrayTime  startValidTime  ) 
 

Set startValidTime with the specified ArrayTime.

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

void asdm::CalCurveRow::setTimeOrigin ArrayTime  timeOrigin  ) 
 

Set timeOrigin with the specified ArrayTime.

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

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

Set typeCurve with the specified CalCurveTypeMod::CalCurveType.

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

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.

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.


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