asdm::CalHolographyRow Class Reference

#include <CalHolographyRow.h>

List of all members.


Detailed Description

The CalHolographyRow class is a row of a CalHolographyTable.

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


Public Member Functions

CalHolographyTablegetTable () const
CalHolographyRowIDL * toIDL () const
void setFromIDL (CalHolographyRowIDL 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 getNumScrew () const
void setNumScrew (int numScrew)
int getNumReceptor () const
void setNumReceptor (int numReceptor)
ArrayTime getStartValidTime () const
void setStartValidTime (ArrayTime startValidTime)
ArrayTime getEndValidTime () const
void setEndValidTime (ArrayTime endValidTime)
vector< LengthgetFocusPosition () const
void setFocusPosition (vector< Length > focusPosition)
Length getRawRms () const
void setRawRms (Length rawRms)
Length getWeightedRms () const
void setWeightedRms (Length weightedRms)
vector< string > getScrewName () const
void setScrewName (vector< string > screwName)
vector< LengthgetScrewMotion () const
void setScrewMotion (vector< Length > screwMotion)
vector< LengthgetScrewMotionError () const
void setScrewMotionError (vector< Length > screwMotionError)
int getPanelModes () const
void setPanelModes (int panelModes)
vector< FrequencygetFrequencyRange () const
void setFrequencyRange (vector< Frequency > frequencyRange)
EntityRef getBeamMapUID () const
void setBeamMapUID (EntityRef beamMapUID)
EntityRef getSurfaceMapUID () const
void setSurfaceMapUID (EntityRef surfaceMapUID)
vector< PolarizationTypeMod::PolarizationType > getPolarizationTypes () const
void setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes)
ReceiverBandMod::ReceiverBand getReceiverBand () const
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
vector< AnglegetDirection () const
void setDirection (vector< Angle > direction)
Temperature getAmbientTemperature () const
void setAmbientTemperature (Temperature ambientTemperature)
Tag getCalDataId () const
void setCalDataId (Tag calDataId)
Tag getCalReductionId () const
void setCalReductionId (Tag calReductionId)
CalReductionRowgetCalReductionUsingCalReductionId ()
CalDataRowgetCalDataUsingCalDataId ()
bool compareNoAutoInc (Tag calDataId, Tag calReductionId, string antennaName, AntennaMakeMod::AntennaMake antennaMake, int numScrew, int numReceptor, ArrayTime startValidTime, ArrayTime endValidTime, vector< Length > focusPosition, Length rawRms, Length weightedRms, vector< string > screwName, vector< Length > screwMotion, vector< Length > screwMotionError, int panelModes, vector< Frequency > frequencyRange, EntityRef beamMapUID, EntityRef surfaceMapUID, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ReceiverBandMod::ReceiverBand receiverBand, vector< Angle > direction, Temperature ambientTemperature)
bool compareRequiredValue (AntennaMakeMod::AntennaMake antennaMake, int numScrew, int numReceptor, ArrayTime startValidTime, ArrayTime endValidTime, vector< Length > focusPosition, Length rawRms, Length weightedRms, vector< string > screwName, vector< Length > screwMotion, vector< Length > screwMotionError, int panelModes, vector< Frequency > frequencyRange, EntityRef beamMapUID, EntityRef surfaceMapUID, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, ReceiverBandMod::ReceiverBand receiverBand, vector< Angle > direction, Temperature ambientTemperature)
bool equalByRequiredValue (CalHolographyRow *x)


Member Function Documentation

bool asdm::CalHolographyRow::compareNoAutoInc Tag  calDataId,
Tag  calReductionId,
string  antennaName,
AntennaMakeMod::AntennaMake  antennaMake,
int  numScrew,
int  numReceptor,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Length focusPosition,
Length  rawRms,
Length  weightedRms,
vector< string >  screwName,
vector< Length screwMotion,
vector< Length screwMotionError,
int  panelModes,
vector< Frequency frequencyRange,
EntityRef  beamMapUID,
EntityRef  surfaceMapUID,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
ReceiverBandMod::ReceiverBand  receiverBand,
vector< Angle direction,
Temperature  ambientTemperature
 

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

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

Temperature asdm::CalHolographyRow::getAmbientTemperature  )  const
 

Get ambientTemperature.

Returns:
ambientTemperature as Temperature

AntennaMakeMod::AntennaMake asdm::CalHolographyRow::getAntennaMake  )  const
 

Get antennaMake.

Returns:
antennaMake as AntennaMakeMod::AntennaMake

string asdm::CalHolographyRow::getAntennaName  )  const
 

Get antennaName.

Returns:
antennaName as string

EntityRef asdm::CalHolographyRow::getBeamMapUID  )  const
 

Get beamMapUID.

Returns:
beamMapUID as EntityRef

Tag asdm::CalHolographyRow::getCalDataId  )  const
 

Get calDataId.

Returns:
calDataId as Tag

CalDataRow* asdm::CalHolographyRow::getCalDataUsingCalDataId  ) 
 

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

Returns:
a CalDataRow*

Tag asdm::CalHolographyRow::getCalReductionId  )  const
 

Get calReductionId.

Returns:
calReductionId as Tag

CalReductionRow* asdm::CalHolographyRow::getCalReductionUsingCalReductionId  ) 
 

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

Returns:
a CalReductionRow*

vector<Angle > asdm::CalHolographyRow::getDirection  )  const
 

Get direction.

Returns:
direction as vector<Angle >

ArrayTime asdm::CalHolographyRow::getEndValidTime  )  const
 

Get endValidTime.

Returns:
endValidTime as ArrayTime

vector<Length > asdm::CalHolographyRow::getFocusPosition  )  const
 

Get focusPosition.

Returns:
focusPosition as vector<Length >

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

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >

int asdm::CalHolographyRow::getNumReceptor  )  const
 

Get numReceptor.

Returns:
numReceptor as int

int asdm::CalHolographyRow::getNumScrew  )  const
 

Get numScrew.

Returns:
numScrew as int

int asdm::CalHolographyRow::getPanelModes  )  const
 

Get panelModes.

Returns:
panelModes as int

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

Get polarizationTypes.

Returns:
polarizationTypes as vector<PolarizationTypeMod::PolarizationType >

Length asdm::CalHolographyRow::getRawRms  )  const
 

Get rawRms.

Returns:
rawRms as Length

ReceiverBandMod::ReceiverBand asdm::CalHolographyRow::getReceiverBand  )  const
 

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand

vector<Length > asdm::CalHolographyRow::getScrewMotion  )  const
 

Get screwMotion.

Returns:
screwMotion as vector<Length >

vector<Length > asdm::CalHolographyRow::getScrewMotionError  )  const
 

Get screwMotionError.

Returns:
screwMotionError as vector<Length >

vector<string > asdm::CalHolographyRow::getScrewName  )  const
 

Get screwName.

Returns:
screwName as vector<string >

ArrayTime asdm::CalHolographyRow::getStartValidTime  )  const
 

Get startValidTime.

Returns:
startValidTime as ArrayTime

EntityRef asdm::CalHolographyRow::getSurfaceMapUID  )  const
 

Get surfaceMapUID.

Returns:
surfaceMapUID as EntityRef

CalHolographyTable& asdm::CalHolographyRow::getTable  )  const
 

Return the table to which this row belongs.

Length asdm::CalHolographyRow::getWeightedRms  )  const
 

Get weightedRms.

Returns:
weightedRms as Length

void asdm::CalHolographyRow::setAmbientTemperature Temperature  ambientTemperature  ) 
 

Set ambientTemperature with the specified Temperature.

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

void asdm::CalHolographyRow::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::CalHolographyRow::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::CalHolographyRow::setBeamMapUID EntityRef  beamMapUID  ) 
 

Set beamMapUID with the specified EntityRef.

Parameters:
beamMapUID The EntityRef value to which beamMapUID is to be set.

void asdm::CalHolographyRow::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::CalHolographyRow::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::CalHolographyRow::setDirection vector< Angle direction  ) 
 

Set direction with the specified vector<Angle >.

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

void asdm::CalHolographyRow::setEndValidTime ArrayTime  endValidTime  ) 
 

Set endValidTime with the specified ArrayTime.

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

void asdm::CalHolographyRow::setFocusPosition vector< Length focusPosition  ) 
 

Set focusPosition with the specified vector<Length >.

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

void asdm::CalHolographyRow::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::CalHolographyRow::setFromIDL CalHolographyRowIDL  x  )  throw (ConversionException)
 

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

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

void asdm::CalHolographyRow::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::CalHolographyRow::setNumReceptor int  numReceptor  ) 
 

Set numReceptor with the specified int.

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

void asdm::CalHolographyRow::setNumScrew int  numScrew  ) 
 

Set numScrew with the specified int.

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

void asdm::CalHolographyRow::setPanelModes int  panelModes  ) 
 

Set panelModes with the specified int.

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

void asdm::CalHolographyRow::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::CalHolographyRow::setRawRms Length  rawRms  ) 
 

Set rawRms with the specified Length.

Parameters:
rawRms The Length value to which rawRms is to be set.

void asdm::CalHolographyRow::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::CalHolographyRow::setScrewMotion vector< Length screwMotion  ) 
 

Set screwMotion with the specified vector<Length >.

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

void asdm::CalHolographyRow::setScrewMotionError vector< Length screwMotionError  ) 
 

Set screwMotionError with the specified vector<Length >.

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

void asdm::CalHolographyRow::setScrewName vector< string >  screwName  ) 
 

Set screwName with the specified vector<string >.

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

void asdm::CalHolographyRow::setStartValidTime ArrayTime  startValidTime  ) 
 

Set startValidTime with the specified ArrayTime.

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

void asdm::CalHolographyRow::setSurfaceMapUID EntityRef  surfaceMapUID  ) 
 

Set surfaceMapUID with the specified EntityRef.

Parameters:
surfaceMapUID The EntityRef value to which surfaceMapUID is to be set.

void asdm::CalHolographyRow::setWeightedRms Length  weightedRms  ) 
 

Set weightedRms with the specified Length.

Parameters:
weightedRms The Length value to which weightedRms is to be set.

CalHolographyRowIDL* asdm::CalHolographyRow::toIDL  )  const
 

Return this row in the form of an IDL struct.

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

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