asdm::CalAtmosphereRow Class Reference

#include <CalAtmosphereRow.h>

List of all members.


Detailed Description

The CalAtmosphereRow class is a row of a CalAtmosphereTable.

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


Public Member Functions

CalAtmosphereTablegetTable () const
CalAtmosphereRowIDL * toIDL () const
void setFromIDL (CalAtmosphereRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
string getAntennaName () const
void setAntennaName (string antennaName)
int getNumReceptor () const
void setNumReceptor (int numReceptor)
int getNumFreq () const
void setNumFreq (int numFreq)
ArrayTime getEndValidTime () const
void setEndValidTime (ArrayTime endValidTime)
ArrayTime getStartValidTime () const
void setStartValidTime (ArrayTime startValidTime)
vector< PolarizationTypeMod::PolarizationType > getPolarizationTypes () const
void setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes)
vector< FrequencygetFrequencyRange () const
void setFrequencyRange (vector< Frequency > frequencyRange)
vector< FrequencygetFrequencySpectrum () const
void setFrequencySpectrum (vector< Frequency > frequencySpectrum)
SyscalMethodMod::SyscalMethod getSyscalType () const
void setSyscalType (SyscalMethodMod::SyscalMethod syscalType)
vector< vector< Temperature > > getTSysSpectrum () const
void setTSysSpectrum (vector< vector< Temperature > > tSysSpectrum)
vector< vector< Temperature > > getTRecSpectrum () const
void setTRecSpectrum (vector< vector< Temperature > > tRecSpectrum)
vector< vector< Temperature > > getTAtmSpectrum () const
void setTAtmSpectrum (vector< vector< Temperature > > tAtmSpectrum)
vector< vector< float > > getTauSpectrum () const
void setTauSpectrum (vector< vector< float > > tauSpectrum)
vector< vector< float > > getSbGainSpectrum () const
void setSbGainSpectrum (vector< vector< float > > sbGainSpectrum)
vector< vector< float > > getForwardEffSpectrum () const
void setForwardEffSpectrum (vector< vector< float > > forwardEffSpectrum)
bool isTSysExists () const
vector< TemperaturegetTSys () const throw (IllegalAccessException)
void setTSys (vector< Temperature > tSys)
void clearTSys ()
bool isTRecExists () const
vector< TemperaturegetTRec () const throw (IllegalAccessException)
void setTRec (vector< Temperature > tRec)
void clearTRec ()
bool isTAtmExists () const
vector< TemperaturegetTAtm () const throw (IllegalAccessException)
void setTAtm (vector< Temperature > tAtm)
void clearTAtm ()
bool isSbGainExists () const
vector< float > getSbGain () const throw (IllegalAccessException)
void setSbGain (vector< float > sbGain)
void clearSbGain ()
bool isWaterExists () const
vector< LengthgetWater () const throw (IllegalAccessException)
void setWater (vector< Length > water)
void clearWater ()
bool isForwardEfficiencyExists () const
vector< float > getForwardEfficiency () const throw (IllegalAccessException)
void setForwardEfficiency (vector< float > forwardEfficiency)
void clearForwardEfficiency ()
bool isTauExists () const
vector< float > getTau () const throw (IllegalAccessException)
void setTau (vector< float > tau)
void clearTau ()
Pressure getGroundPressure () const
void setGroundPressure (Pressure groundPressure)
Temperature getGroundTemperature () const
void setGroundTemperature (Temperature groundTemperature)
Humidity getGroundRelHumidity () const
void setGroundRelHumidity (Humidity groundRelHumidity)
string getSubType () const
void setSubType (string subType)
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, int numReceptor, int numFreq, ArrayTime endValidTime, ArrayTime startValidTime, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< Frequency > frequencyRange, vector< Frequency > frequencySpectrum, SyscalMethodMod::SyscalMethod syscalType, vector< vector< Temperature > > tSysSpectrum, vector< vector< Temperature > > tRecSpectrum, vector< vector< Temperature > > tAtmSpectrum, vector< vector< float > > tauSpectrum, vector< vector< float > > sbGainSpectrum, vector< vector< float > > forwardEffSpectrum, Pressure groundPressure, Temperature groundTemperature, Humidity groundRelHumidity, string subType, ReceiverBandMod::ReceiverBand receiverBand)
bool compareRequiredValue (int numReceptor, int numFreq, ArrayTime endValidTime, ArrayTime startValidTime, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, vector< Frequency > frequencyRange, vector< Frequency > frequencySpectrum, SyscalMethodMod::SyscalMethod syscalType, vector< vector< Temperature > > tSysSpectrum, vector< vector< Temperature > > tRecSpectrum, vector< vector< Temperature > > tAtmSpectrum, vector< vector< float > > tauSpectrum, vector< vector< float > > sbGainSpectrum, vector< vector< float > > forwardEffSpectrum, Pressure groundPressure, Temperature groundTemperature, Humidity groundRelHumidity, string subType, ReceiverBandMod::ReceiverBand receiverBand)
bool equalByRequiredValue (CalAtmosphereRow *x)


Member Function Documentation

void asdm::CalAtmosphereRow::clearForwardEfficiency  ) 
 

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

void asdm::CalAtmosphereRow::clearSbGain  ) 
 

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

void asdm::CalAtmosphereRow::clearTAtm  ) 
 

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

void asdm::CalAtmosphereRow::clearTau  ) 
 

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

void asdm::CalAtmosphereRow::clearTRec  ) 
 

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

void asdm::CalAtmosphereRow::clearTSys  ) 
 

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

void asdm::CalAtmosphereRow::clearWater  ) 
 

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

bool asdm::CalAtmosphereRow::compareNoAutoInc Tag  calDataId,
Tag  calReductionId,
string  antennaName,
int  numReceptor,
int  numFreq,
ArrayTime  endValidTime,
ArrayTime  startValidTime,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
vector< Frequency frequencyRange,
vector< Frequency frequencySpectrum,
SyscalMethodMod::SyscalMethod  syscalType,
vector< vector< Temperature > >  tSysSpectrum,
vector< vector< Temperature > >  tRecSpectrum,
vector< vector< Temperature > >  tAtmSpectrum,
vector< vector< float > >  tauSpectrum,
vector< vector< float > >  sbGainSpectrum,
vector< vector< float > >  forwardEffSpectrum,
Pressure  groundPressure,
Temperature  groundTemperature,
Humidity  groundRelHumidity,
string  subType,
ReceiverBandMod::ReceiverBand  receiverBand
 

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

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

string asdm::CalAtmosphereRow::getAntennaName  )  const
 

Get antennaName.

Returns:
antennaName as string

Tag asdm::CalAtmosphereRow::getCalDataId  )  const
 

Get calDataId.

Returns:
calDataId as Tag

CalDataRow* asdm::CalAtmosphereRow::getCalDataUsingCalDataId  ) 
 

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

Returns:
a CalDataRow*

Tag asdm::CalAtmosphereRow::getCalReductionId  )  const
 

Get calReductionId.

Returns:
calReductionId as Tag

CalReductionRow* asdm::CalAtmosphereRow::getCalReductionUsingCalReductionId  ) 
 

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

Returns:
a CalReductionRow*

ArrayTime asdm::CalAtmosphereRow::getEndValidTime  )  const
 

Get endValidTime.

Returns:
endValidTime as ArrayTime

vector<float > asdm::CalAtmosphereRow::getForwardEfficiency  )  const throw (IllegalAccessException)
 

Get forwardEfficiency, which is optional.

Returns:
forwardEfficiency as vector<float >
Exceptions:
IllegalAccessException If forwardEfficiency does not exist.

vector<vector<float > > asdm::CalAtmosphereRow::getForwardEffSpectrum  )  const
 

Get forwardEffSpectrum.

Returns:
forwardEffSpectrum as vector<vector<float > >

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

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >

vector<Frequency > asdm::CalAtmosphereRow::getFrequencySpectrum  )  const
 

Get frequencySpectrum.

Returns:
frequencySpectrum as vector<Frequency >

Pressure asdm::CalAtmosphereRow::getGroundPressure  )  const
 

Get groundPressure.

Returns:
groundPressure as Pressure

Humidity asdm::CalAtmosphereRow::getGroundRelHumidity  )  const
 

Get groundRelHumidity.

Returns:
groundRelHumidity as Humidity

Temperature asdm::CalAtmosphereRow::getGroundTemperature  )  const
 

Get groundTemperature.

Returns:
groundTemperature as Temperature

int asdm::CalAtmosphereRow::getNumFreq  )  const
 

Get numFreq.

Returns:
numFreq as int

int asdm::CalAtmosphereRow::getNumReceptor  )  const
 

Get numReceptor.

Returns:
numReceptor as int

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

Get polarizationTypes.

Returns:
polarizationTypes as vector<PolarizationTypeMod::PolarizationType >

ReceiverBandMod::ReceiverBand asdm::CalAtmosphereRow::getReceiverBand  )  const
 

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand

vector<float > asdm::CalAtmosphereRow::getSbGain  )  const throw (IllegalAccessException)
 

Get sbGain, which is optional.

Returns:
sbGain as vector<float >
Exceptions:
IllegalAccessException If sbGain does not exist.

vector<vector<float > > asdm::CalAtmosphereRow::getSbGainSpectrum  )  const
 

Get sbGainSpectrum.

Returns:
sbGainSpectrum as vector<vector<float > >

ArrayTime asdm::CalAtmosphereRow::getStartValidTime  )  const
 

Get startValidTime.

Returns:
startValidTime as ArrayTime

string asdm::CalAtmosphereRow::getSubType  )  const
 

Get subType.

Returns:
subType as string

SyscalMethodMod::SyscalMethod asdm::CalAtmosphereRow::getSyscalType  )  const
 

Get syscalType.

Returns:
syscalType as SyscalMethodMod::SyscalMethod

CalAtmosphereTable& asdm::CalAtmosphereRow::getTable  )  const
 

Return the table to which this row belongs.

vector<Temperature > asdm::CalAtmosphereRow::getTAtm  )  const throw (IllegalAccessException)
 

Get tAtm, which is optional.

Returns:
tAtm as vector<Temperature >
Exceptions:
IllegalAccessException If tAtm does not exist.

vector<vector<Temperature > > asdm::CalAtmosphereRow::getTAtmSpectrum  )  const
 

Get tAtmSpectrum.

Returns:
tAtmSpectrum as vector<vector<Temperature > >

vector<float > asdm::CalAtmosphereRow::getTau  )  const throw (IllegalAccessException)
 

Get tau, which is optional.

Returns:
tau as vector<float >
Exceptions:
IllegalAccessException If tau does not exist.

vector<vector<float > > asdm::CalAtmosphereRow::getTauSpectrum  )  const
 

Get tauSpectrum.

Returns:
tauSpectrum as vector<vector<float > >

vector<Temperature > asdm::CalAtmosphereRow::getTRec  )  const throw (IllegalAccessException)
 

Get tRec, which is optional.

Returns:
tRec as vector<Temperature >
Exceptions:
IllegalAccessException If tRec does not exist.

vector<vector<Temperature > > asdm::CalAtmosphereRow::getTRecSpectrum  )  const
 

Get tRecSpectrum.

Returns:
tRecSpectrum as vector<vector<Temperature > >

vector<Temperature > asdm::CalAtmosphereRow::getTSys  )  const throw (IllegalAccessException)
 

Get tSys, which is optional.

Returns:
tSys as vector<Temperature >
Exceptions:
IllegalAccessException If tSys does not exist.

vector<vector<Temperature > > asdm::CalAtmosphereRow::getTSysSpectrum  )  const
 

Get tSysSpectrum.

Returns:
tSysSpectrum as vector<vector<Temperature > >

vector<Length > asdm::CalAtmosphereRow::getWater  )  const throw (IllegalAccessException)
 

Get water, which is optional.

Returns:
water as vector<Length >
Exceptions:
IllegalAccessException If water does not exist.

bool asdm::CalAtmosphereRow::isForwardEfficiencyExists  )  const
 

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

Returns:
true if and only if the forwardEfficiency attribute exists.

bool asdm::CalAtmosphereRow::isSbGainExists  )  const
 

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

Returns:
true if and only if the sbGain attribute exists.

bool asdm::CalAtmosphereRow::isTAtmExists  )  const
 

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

Returns:
true if and only if the tAtm attribute exists.

bool asdm::CalAtmosphereRow::isTauExists  )  const
 

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

Returns:
true if and only if the tau attribute exists.

bool asdm::CalAtmosphereRow::isTRecExists  )  const
 

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

Returns:
true if and only if the tRec attribute exists.

bool asdm::CalAtmosphereRow::isTSysExists  )  const
 

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

Returns:
true if and only if the tSys attribute exists.

bool asdm::CalAtmosphereRow::isWaterExists  )  const
 

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

Returns:
true if and only if the water attribute exists.

void asdm::CalAtmosphereRow::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::CalAtmosphereRow::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::CalAtmosphereRow::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::CalAtmosphereRow::setEndValidTime ArrayTime  endValidTime  ) 
 

Set endValidTime with the specified ArrayTime.

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

void asdm::CalAtmosphereRow::setForwardEfficiency vector< float >  forwardEfficiency  ) 
 

Set forwardEfficiency with the specified vector<float >.

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

void asdm::CalAtmosphereRow::setForwardEffSpectrum vector< vector< float > >  forwardEffSpectrum  ) 
 

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

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

void asdm::CalAtmosphereRow::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::CalAtmosphereRow::setFrequencySpectrum vector< Frequency frequencySpectrum  ) 
 

Set frequencySpectrum with the specified vector<Frequency >.

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

void asdm::CalAtmosphereRow::setFromIDL CalAtmosphereRowIDL  x  )  throw (ConversionException)
 

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

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

void asdm::CalAtmosphereRow::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::CalAtmosphereRow::setGroundPressure Pressure  groundPressure  ) 
 

Set groundPressure with the specified Pressure.

Parameters:
groundPressure The Pressure value to which groundPressure is to be set.

void asdm::CalAtmosphereRow::setGroundRelHumidity Humidity  groundRelHumidity  ) 
 

Set groundRelHumidity with the specified Humidity.

Parameters:
groundRelHumidity The Humidity value to which groundRelHumidity is to be set.

void asdm::CalAtmosphereRow::setGroundTemperature Temperature  groundTemperature  ) 
 

Set groundTemperature with the specified Temperature.

Parameters:
groundTemperature The Temperature value to which groundTemperature is to be set.

void asdm::CalAtmosphereRow::setNumFreq int  numFreq  ) 
 

Set numFreq with the specified int.

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

void asdm::CalAtmosphereRow::setNumReceptor int  numReceptor  ) 
 

Set numReceptor with the specified int.

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

void asdm::CalAtmosphereRow::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::CalAtmosphereRow::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::CalAtmosphereRow::setSbGain vector< float >  sbGain  ) 
 

Set sbGain with the specified vector<float >.

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

void asdm::CalAtmosphereRow::setSbGainSpectrum vector< vector< float > >  sbGainSpectrum  ) 
 

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

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

void asdm::CalAtmosphereRow::setStartValidTime ArrayTime  startValidTime  ) 
 

Set startValidTime with the specified ArrayTime.

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

void asdm::CalAtmosphereRow::setSubType string  subType  ) 
 

Set subType with the specified string.

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

void asdm::CalAtmosphereRow::setSyscalType SyscalMethodMod::SyscalMethod  syscalType  ) 
 

Set syscalType with the specified SyscalMethodMod::SyscalMethod.

Parameters:
syscalType The SyscalMethodMod::SyscalMethod value to which syscalType is to be set.

void asdm::CalAtmosphereRow::setTAtm vector< Temperature tAtm  ) 
 

Set tAtm with the specified vector<Temperature >.

Parameters:
tAtm The vector<Temperature > value to which tAtm is to be set.

void asdm::CalAtmosphereRow::setTAtmSpectrum vector< vector< Temperature > >  tAtmSpectrum  ) 
 

Set tAtmSpectrum with the specified vector<vector<Temperature > >.

Parameters:
tAtmSpectrum The vector<vector<Temperature > > value to which tAtmSpectrum is to be set.

void asdm::CalAtmosphereRow::setTau vector< float >  tau  ) 
 

Set tau with the specified vector<float >.

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

void asdm::CalAtmosphereRow::setTauSpectrum vector< vector< float > >  tauSpectrum  ) 
 

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

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

void asdm::CalAtmosphereRow::setTRec vector< Temperature tRec  ) 
 

Set tRec with the specified vector<Temperature >.

Parameters:
tRec The vector<Temperature > value to which tRec is to be set.

void asdm::CalAtmosphereRow::setTRecSpectrum vector< vector< Temperature > >  tRecSpectrum  ) 
 

Set tRecSpectrum with the specified vector<vector<Temperature > >.

Parameters:
tRecSpectrum The vector<vector<Temperature > > value to which tRecSpectrum is to be set.

void asdm::CalAtmosphereRow::setTSys vector< Temperature tSys  ) 
 

Set tSys with the specified vector<Temperature >.

Parameters:
tSys The vector<Temperature > value to which tSys is to be set.

void asdm::CalAtmosphereRow::setTSysSpectrum vector< vector< Temperature > >  tSysSpectrum  ) 
 

Set tSysSpectrum with the specified vector<vector<Temperature > >.

Parameters:
tSysSpectrum The vector<vector<Temperature > > value to which tSysSpectrum is to be set.

void asdm::CalAtmosphereRow::setWater vector< Length water  ) 
 

Set water with the specified vector<Length >.

Parameters:
water The vector<Length > value to which water is to be set.

CalAtmosphereRowIDL* asdm::CalAtmosphereRow::toIDL  )  const
 

Return this row in the form of an IDL struct.

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

string asdm::CalAtmosphereRow::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