asdm::CalHolographyRow Class Reference

The CalHolographyRow class is a row of a CalHolographyTable. More...

#include <CalHolographyRow.h>

List of all members.

Public Member Functions

virtual ~CalHolographyRow ()
 friend class asdm::TableStreamReader<CalHolographyTable, CalHolographyRow>;
CalHolographyTablegetTable () const
 Return the table to which this row belongs.
bool isAdded () const
 Has this row been added to its table ?
void setAntennaName (string antennaName)
 Set antennaName with the specified string.
AntennaMakeMod::AntennaMake getAntennaMake () const
 ===> Attribute antennaMake
void setAntennaMake (AntennaMakeMod::AntennaMake antennaMake)
 Set antennaMake with the specified AntennaMakeMod::AntennaMake.
ArrayTime getStartValidTime () const
 ===> Attribute startValidTime
void setStartValidTime (ArrayTime startValidTime)
 Set startValidTime with the specified ArrayTime.
ArrayTime getEndValidTime () const
 ===> Attribute endValidTime
void setEndValidTime (ArrayTime endValidTime)
 Set endValidTime with the specified ArrayTime.
Temperature getAmbientTemperature () const
 ===> Attribute ambientTemperature
void setAmbientTemperature (Temperature ambientTemperature)
 Set ambientTemperature with the specified Temperature.
vector< LengthgetFocusPosition () const
 ===> Attribute focusPosition
void setFocusPosition (vector< Length > focusPosition)
 Set focusPosition with the specified vector<Length >.
vector< FrequencygetFrequencyRange () const
 ===> Attribute frequencyRange
void setFrequencyRange (vector< Frequency > frequencyRange)
 Set frequencyRange with the specified vector<Frequency >.
double getIlluminationTaper () const
 ===> Attribute illuminationTaper
void setIlluminationTaper (double illuminationTaper)
 Set illuminationTaper with the specified double.
int getNumReceptor () const
 ===> Attribute numReceptor
void setNumReceptor (int numReceptor)
 Set numReceptor with the specified int.
vector
< PolarizationTypeMod::PolarizationType > 
getPolarizationTypes () const
 ===> Attribute polarizationTypes
void setPolarizationTypes (vector< PolarizationTypeMod::PolarizationType > polarizationTypes)
 Set polarizationTypes with the specified vector<PolarizationTypeMod::PolarizationType >.
int getNumPanelModes () const
 ===> Attribute numPanelModes
void setNumPanelModes (int numPanelModes)
 Set numPanelModes with the specified int.
ReceiverBandMod::ReceiverBand getReceiverBand () const
 ===> Attribute receiverBand
void setReceiverBand (ReceiverBandMod::ReceiverBand receiverBand)
 Set receiverBand with the specified ReceiverBandMod::ReceiverBand.
EntityRef getBeamMapUID () const
 ===> Attribute beamMapUID
void setBeamMapUID (EntityRef beamMapUID)
 Set beamMapUID with the specified EntityRef.
Length getRawRMS () const
 ===> Attribute rawRMS
void setRawRMS (Length rawRMS)
 Set rawRMS with the specified Length.
Length getWeightedRMS () const
 ===> Attribute weightedRMS
void setWeightedRMS (Length weightedRMS)
 Set weightedRMS with the specified Length.
EntityRef getSurfaceMapUID () const
 ===> Attribute surfaceMapUID
void setSurfaceMapUID (EntityRef surfaceMapUID)
 Set surfaceMapUID with the specified EntityRef.
vector< AnglegetDirection () const
 ===> Attribute direction
void setDirection (vector< Angle > direction)
 Set direction with the specified vector<Angle >.
bool isNumScrewExists () const
 ===> Attribute numScrew, which is optional
int getNumScrew () const
 Get numScrew, which is optional.
void setNumScrew (int numScrew)
 Set numScrew with the specified int.
void clearNumScrew ()
 Mark numScrew, which is an optional field, as non-existent.
bool isScrewNameExists () const
 ===> Attribute screwName, which is optional
vector< string > getScrewName () const
 Get screwName, which is optional.
void setScrewName (vector< string > screwName)
 Set screwName with the specified vector<string >.
void clearScrewName ()
 Mark screwName, which is an optional field, as non-existent.
bool isScrewMotionExists () const
 ===> Attribute screwMotion, which is optional
vector< LengthgetScrewMotion () const
 Get screwMotion, which is optional.
void setScrewMotion (vector< Length > screwMotion)
 Set screwMotion with the specified vector<Length >.
void clearScrewMotion ()
 Mark screwMotion, which is an optional field, as non-existent.
bool isScrewMotionErrorExists () const
 ===> Attribute screwMotionError, which is optional
vector< LengthgetScrewMotionError () const
 Get screwMotionError, which is optional.
void setScrewMotionError (vector< Length > screwMotionError)
 Set screwMotionError with the specified vector<Length >.
void clearScrewMotionError ()
 Mark screwMotionError, which is an optional field, as non-existent.
bool isGravCorrectionExists () const
 ===> Attribute gravCorrection, which is optional
bool getGravCorrection () const
 Get gravCorrection, which is optional.
void setGravCorrection (bool gravCorrection)
 Set gravCorrection with the specified bool.
void clearGravCorrection ()
 Mark gravCorrection, which is an optional field, as non-existent.
bool isGravOptRangeExists () const
 ===> Attribute gravOptRange, which is optional
vector< AnglegetGravOptRange () const
 Get gravOptRange, which is optional.
void setGravOptRange (vector< Angle > gravOptRange)
 Set gravOptRange with the specified vector<Angle >.
void clearGravOptRange ()
 Mark gravOptRange, which is an optional field, as non-existent.
bool isTempCorrectionExists () const
 ===> Attribute tempCorrection, which is optional
bool getTempCorrection () const
 Get tempCorrection, which is optional.
void setTempCorrection (bool tempCorrection)
 Set tempCorrection with the specified bool.
void clearTempCorrection ()
 Mark tempCorrection, which is an optional field, as non-existent.
bool isTempOptRangeExists () const
 ===> Attribute tempOptRange, which is optional
vector< TemperaturegetTempOptRange () const
 Get tempOptRange, which is optional.
void setTempOptRange (vector< Temperature > tempOptRange)
 Set tempOptRange with the specified vector<Temperature >.
void clearTempOptRange ()
 Mark tempOptRange, which is an optional field, as non-existent.
void setCalDataId (Tag calDataId)
 Set calDataId with the specified Tag.
Tag getCalReductionId () const
 ===> Attribute calReductionId
void setCalReductionId (Tag calReductionId)
 Set calReductionId with the specified Tag.
Links *CalReductionRowgetCalReductionUsingCalReductionId ()
 calReductionId pointer to the row in the CalReduction table having CalReduction.calReductionId == calReductionId
CalDataRowgetCalDataUsingCalDataId ()
 calDataId pointer to the row in the CalData table having CalData.calDataId == calDataId
bool compareNoAutoInc (string antennaName, Tag calDataId, Tag calReductionId, AntennaMakeMod::AntennaMake antennaMake, ArrayTime startValidTime, ArrayTime endValidTime, Temperature ambientTemperature, vector< Length > focusPosition, vector< Frequency > frequencyRange, double illuminationTaper, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, int numPanelModes, ReceiverBandMod::ReceiverBand receiverBand, EntityRef beamMapUID, Length rawRMS, Length weightedRMS, EntityRef surfaceMapUID, vector< Angle > direction)
 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 compareRequiredValue (AntennaMakeMod::AntennaMake antennaMake, ArrayTime startValidTime, ArrayTime endValidTime, Temperature ambientTemperature, vector< Length > focusPosition, vector< Frequency > frequencyRange, double illuminationTaper, int numReceptor, vector< PolarizationTypeMod::PolarizationType > polarizationTypes, int numPanelModes, ReceiverBandMod::ReceiverBand receiverBand, EntityRef beamMapUID, Length rawRMS, Length weightedRMS, EntityRef surfaceMapUID, vector< Angle > direction)
 Compare each mandatory value (i.e.
bool equalByRequiredValue (CalHolographyRow *x)
 Return true if all required attributes of the value part are equal to their homologues in x and false otherwise.
asdmIDL::CalHolographyRowIDL * toIDL () const
 Return this row in the form of an IDL struct.
void toIDL (asdmIDL::CalHolographyRowIDL &x) const
 Define the content of a CalHolographyRowIDL struct from the values found in this row.
void setFromIDL (asdmIDL::CalHolographyRowIDL x)
 Fill the values of this row from the IDL struct CalHolographyRowIDL.
std::string toXML () const
 Return this row in the form of an XML string.
void setFromXML (std::string rowDoc)
 Fill the values of this row from an XML string that was produced by the toXML() method.

Public Attributes

Intrinsic Table Attributes
Extrinsic Table Attributes

Private Member Functions

void isAdded (bool added)
 This method is used by the Table class when this row is added to the table.
 CalHolographyRow (CalHolographyTable &table)
 Create a CalHolographyRow.
 CalHolographyRow (CalHolographyTable &table, CalHolographyRow &row)
 Create a CalHolographyRow using a copy constructor mechanism.
void antennaNameFromBin (EndianIStream &eis)
void calDataIdFromBin (EndianIStream &eis)
void calReductionIdFromBin (EndianIStream &eis)
void antennaMakeFromBin (EndianIStream &eis)
void startValidTimeFromBin (EndianIStream &eis)
void endValidTimeFromBin (EndianIStream &eis)
void ambientTemperatureFromBin (EndianIStream &eis)
void focusPositionFromBin (EndianIStream &eis)
void frequencyRangeFromBin (EndianIStream &eis)
void illuminationTaperFromBin (EndianIStream &eis)
void numReceptorFromBin (EndianIStream &eis)
void polarizationTypesFromBin (EndianIStream &eis)
void numPanelModesFromBin (EndianIStream &eis)
void receiverBandFromBin (EndianIStream &eis)
void beamMapUIDFromBin (EndianIStream &eis)
void rawRMSFromBin (EndianIStream &eis)
void weightedRMSFromBin (EndianIStream &eis)
void surfaceMapUIDFromBin (EndianIStream &eis)
void directionFromBin (EndianIStream &eis)
void numScrewFromBin (EndianIStream &eis)
void screwNameFromBin (EndianIStream &eis)
void screwMotionFromBin (EndianIStream &eis)
void screwMotionErrorFromBin (EndianIStream &eis)
void gravCorrectionFromBin (EndianIStream &eis)
void gravOptRangeFromBin (EndianIStream &eis)
void tempCorrectionFromBin (EndianIStream &eis)
void tempOptRangeFromBin (EndianIStream &eis)
void antennaNameFromText (const string &s)
void calDataIdFromText (const string &s)
void calReductionIdFromText (const string &s)
void antennaMakeFromText (const string &s)
void startValidTimeFromText (const string &s)
void endValidTimeFromText (const string &s)
void ambientTemperatureFromText (const string &s)
void focusPositionFromText (const string &s)
void frequencyRangeFromText (const string &s)
void illuminationTaperFromText (const string &s)
void numReceptorFromText (const string &s)
void polarizationTypesFromText (const string &s)
void numPanelModesFromText (const string &s)
void receiverBandFromText (const string &s)
void rawRMSFromText (const string &s)
void weightedRMSFromText (const string &s)
void directionFromText (const string &s)
void numScrewFromText (const string &s)
void screwNameFromText (const string &s)
void screwMotionFromText (const string &s)
void screwMotionErrorFromText (const string &s)
void gravCorrectionFromText (const string &s)
void gravOptRangeFromText (const string &s)
void tempCorrectionFromText (const string &s)
void tempOptRangeFromText (const string &s)
void toBin (EndianOSStream &eoss)
 Serialize this into a stream of bytes written to an EndianOSStream.

Private Attributes

CalHolographyTabletable
 The table to which this row belongs.
bool hasBeenAdded
 Whether this row has been added to the table or not.
AntennaMakeMod::AntennaMake antennaMake
 ===> Attribute antennaMake
ArrayTime startValidTime
 ===> Attribute startValidTime
ArrayTime endValidTime
 ===> Attribute endValidTime
Temperature ambientTemperature
 ===> Attribute ambientTemperature
vector< LengthfocusPosition
 ===> Attribute focusPosition
vector< FrequencyfrequencyRange
 ===> Attribute frequencyRange
double illuminationTaper
 ===> Attribute illuminationTaper
int numReceptor
 ===> Attribute numReceptor
vector
< PolarizationTypeMod::PolarizationType > 
polarizationTypes
 ===> Attribute polarizationTypes
int numPanelModes
 ===> Attribute numPanelModes
ReceiverBandMod::ReceiverBand receiverBand
 ===> Attribute receiverBand
EntityRef beamMapUID
 ===> Attribute beamMapUID
Length rawRMS
 ===> Attribute rawRMS
Length weightedRMS
 ===> Attribute weightedRMS
EntityRef surfaceMapUID
 ===> Attribute surfaceMapUID
vector< Angledirection
 ===> Attribute direction
bool numScrewExists
 ===> Attribute numScrew, which is optional
int numScrew
bool screwNameExists
 ===> Attribute screwName, which is optional
vector< string > screwName
bool screwMotionExists
 ===> Attribute screwMotion, which is optional
vector< LengthscrewMotion
bool screwMotionErrorExists
 ===> Attribute screwMotionError, which is optional
vector< LengthscrewMotionError
bool gravCorrectionExists
 ===> Attribute gravCorrection, which is optional
bool gravCorrection
bool gravOptRangeExists
 ===> Attribute gravOptRange, which is optional
vector< AnglegravOptRange
bool tempCorrectionExists
 ===> Attribute tempCorrection, which is optional
bool tempCorrection
bool tempOptRangeExists
 ===> Attribute tempOptRange, which is optional
vector< TemperaturetempOptRange
Tag calReductionId
 ===> Attribute calReductionId
Links *binary deserialization
material from an EndianIStream
std::map< std::string,
CalHolographyAttributeFromBin
fromBinMethods
*text deserialization material
std::map< std::string,
CalHolographyAttributeFromText
fromTextMethods

Friends

class asdm::CalHolographyTable
class asdm::RowTransformer< CalHolographyRow >

Detailed Description

The CalHolographyRow class is a row of a CalHolographyTable.

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

Definition at line 172 of file CalHolographyRow.h.


Constructor & Destructor Documentation

virtual asdm::CalHolographyRow::~CalHolographyRow (  )  [virtual]

friend class asdm::TableStreamReader<CalHolographyTable, CalHolographyRow>;

asdm::CalHolographyRow::CalHolographyRow ( CalHolographyTable table  )  [private]

Create a CalHolographyRow.

This constructor is private because only the table can create rows. All rows know the table to which they belong.

Parameters:
table The table to which this row belongs.
asdm::CalHolographyRow::CalHolographyRow ( CalHolographyTable table,
CalHolographyRow row 
) [private]

Create a CalHolographyRow using a copy constructor mechanism.

Given a CalHolographyRow row and a CalHolographyTable table, the method creates a new CalHolographyRow owned by table. Each attribute of the created row is a copy (deep) of the corresponding attribute of row. The method does not add the created row to its table, its simply parents it to table, a call to the add method has to be done in order to get the row added (very likely after having modified some of its attributes). If row is null then the method returns a row with default values for its attributes.

This constructor is private because only the table can create rows. All rows know the table to which they belong.

Parameters:
table The table to which this row belongs.
row The row which is to be copied.

Member Function Documentation

void asdm::CalHolographyRow::ambientTemperatureFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::ambientTemperatureFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::antennaMakeFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::antennaMakeFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::antennaNameFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::antennaNameFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::beamMapUIDFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::calDataIdFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::calDataIdFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::calReductionIdFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::calReductionIdFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::clearGravCorrection (  ) 

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

void asdm::CalHolographyRow::clearGravOptRange (  ) 

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

void asdm::CalHolographyRow::clearNumScrew (  ) 

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

void asdm::CalHolographyRow::clearScrewMotion (  ) 

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

void asdm::CalHolographyRow::clearScrewMotionError (  ) 

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

void asdm::CalHolographyRow::clearScrewName (  ) 

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

void asdm::CalHolographyRow::clearTempCorrection (  ) 

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

void asdm::CalHolographyRow::clearTempOptRange (  ) 

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

bool asdm::CalHolographyRow::compareNoAutoInc ( string  antennaName,
Tag  calDataId,
Tag  calReductionId,
AntennaMakeMod::AntennaMake  antennaMake,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
Temperature  ambientTemperature,
vector< Length focusPosition,
vector< Frequency frequencyRange,
double  illuminationTaper,
int  numReceptor,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
int  numPanelModes,
ReceiverBandMod::ReceiverBand  receiverBand,
EntityRef  beamMapUID,
Length  rawRMS,
Length  weightedRMS,
EntityRef  surfaceMapUID,
vector< Angle direction 
)

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.

Parameters:
antennaName 
calDataId 
calReductionId 
antennaMake 
startValidTime 
endValidTime 
ambientTemperature 
focusPosition 
frequencyRange 
illuminationTaper 
numReceptor 
polarizationTypes 
numPanelModes 
receiverBand 
beamMapUID 
rawRMS 
weightedRMS 
surfaceMapUID 
direction 
bool asdm::CalHolographyRow::compareRequiredValue ( AntennaMakeMod::AntennaMake  antennaMake,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
Temperature  ambientTemperature,
vector< Length focusPosition,
vector< Frequency frequencyRange,
double  illuminationTaper,
int  numReceptor,
vector< PolarizationTypeMod::PolarizationType >  polarizationTypes,
int  numPanelModes,
ReceiverBandMod::ReceiverBand  receiverBand,
EntityRef  beamMapUID,
Length  rawRMS,
Length  weightedRMS,
EntityRef  surfaceMapUID,
vector< Angle direction 
)

Compare each mandatory value (i.e.

not in the key) attribute with the corresponding parameters and return true if there is a match and false otherwise.

Parameters:
antennaMake 
startValidTime 
endValidTime 
ambientTemperature 
focusPosition 
frequencyRange 
illuminationTaper 
numReceptor 
polarizationTypes 
numPanelModes 
receiverBand 
beamMapUID 
rawRMS 
weightedRMS 
surfaceMapUID 
direction 
void asdm::CalHolographyRow::directionFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::directionFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::endValidTimeFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::endValidTimeFromText ( const string &  s  )  [private]
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.
void asdm::CalHolographyRow::focusPositionFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::focusPositionFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::frequencyRangeFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::frequencyRangeFromText ( const string &  s  )  [private]
Temperature asdm::CalHolographyRow::getAmbientTemperature (  )  const

===> Attribute ambientTemperature

Get ambientTemperature.

Returns:
ambientTemperature as Temperature
AntennaMakeMod::AntennaMake asdm::CalHolographyRow::getAntennaMake (  )  const

===> Attribute antennaMake

Get antennaMake.

Returns:
antennaMake as AntennaMakeMod::AntennaMake
EntityRef asdm::CalHolographyRow::getBeamMapUID (  )  const

===> Attribute beamMapUID

Get beamMapUID.

Returns:
beamMapUID as EntityRef
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

===> Attribute calReductionId

Get calReductionId.

Returns:
calReductionId as Tag
Links* 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

===> Attribute direction

Get direction.

Returns:
direction as vector<Angle >
ArrayTime asdm::CalHolographyRow::getEndValidTime (  )  const

===> Attribute endValidTime

Get endValidTime.

Returns:
endValidTime as ArrayTime
vector<Length > asdm::CalHolographyRow::getFocusPosition (  )  const

===> Attribute focusPosition

Get focusPosition.

Returns:
focusPosition as vector<Length >
vector<Frequency > asdm::CalHolographyRow::getFrequencyRange (  )  const

===> Attribute frequencyRange

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >
bool asdm::CalHolographyRow::getGravCorrection (  )  const

Get gravCorrection, which is optional.

Returns:
gravCorrection as bool
Exceptions:
IllegalAccessException If gravCorrection does not exist.
vector<Angle > asdm::CalHolographyRow::getGravOptRange (  )  const

Get gravOptRange, which is optional.

Returns:
gravOptRange as vector<Angle >
Exceptions:
IllegalAccessException If gravOptRange does not exist.
double asdm::CalHolographyRow::getIlluminationTaper (  )  const

===> Attribute illuminationTaper

Get illuminationTaper.

Returns:
illuminationTaper as double
int asdm::CalHolographyRow::getNumPanelModes (  )  const

===> Attribute numPanelModes

Get numPanelModes.

Returns:
numPanelModes as int
int asdm::CalHolographyRow::getNumReceptor (  )  const

===> Attribute numReceptor

Get numReceptor.

Returns:
numReceptor as int
int asdm::CalHolographyRow::getNumScrew (  )  const

Get numScrew, which is optional.

Returns:
numScrew as int
Exceptions:
IllegalAccessException If numScrew does not exist.
vector<PolarizationTypeMod::PolarizationType > asdm::CalHolographyRow::getPolarizationTypes (  )  const

===> Attribute polarizationTypes

Get polarizationTypes.

Returns:
polarizationTypes as vector<PolarizationTypeMod::PolarizationType >
Length asdm::CalHolographyRow::getRawRMS (  )  const

===> Attribute rawRMS

Get rawRMS.

Returns:
rawRMS as Length
ReceiverBandMod::ReceiverBand asdm::CalHolographyRow::getReceiverBand (  )  const

===> Attribute receiverBand

Get receiverBand.

Returns:
receiverBand as ReceiverBandMod::ReceiverBand
vector<Length > asdm::CalHolographyRow::getScrewMotion (  )  const

Get screwMotion, which is optional.

Returns:
screwMotion as vector<Length >
Exceptions:
IllegalAccessException If screwMotion does not exist.
vector<Length > asdm::CalHolographyRow::getScrewMotionError (  )  const

Get screwMotionError, which is optional.

Returns:
screwMotionError as vector<Length >
Exceptions:
IllegalAccessException If screwMotionError does not exist.
vector<string > asdm::CalHolographyRow::getScrewName (  )  const

Get screwName, which is optional.

Returns:
screwName as vector<string >
Exceptions:
IllegalAccessException If screwName does not exist.
ArrayTime asdm::CalHolographyRow::getStartValidTime (  )  const

===> Attribute startValidTime

Get startValidTime.

Returns:
startValidTime as ArrayTime
EntityRef asdm::CalHolographyRow::getSurfaceMapUID (  )  const

===> Attribute surfaceMapUID

Get surfaceMapUID.

Returns:
surfaceMapUID as EntityRef
CalHolographyTable& asdm::CalHolographyRow::getTable (  )  const

Return the table to which this row belongs.

bool asdm::CalHolographyRow::getTempCorrection (  )  const

Get tempCorrection, which is optional.

Returns:
tempCorrection as bool
Exceptions:
IllegalAccessException If tempCorrection does not exist.
vector<Temperature > asdm::CalHolographyRow::getTempOptRange (  )  const

Get tempOptRange, which is optional.

Returns:
tempOptRange as vector<Temperature >
Exceptions:
IllegalAccessException If tempOptRange does not exist.
Length asdm::CalHolographyRow::getWeightedRMS (  )  const

===> Attribute weightedRMS

Get weightedRMS.

Returns:
weightedRMS as Length
void asdm::CalHolographyRow::gravCorrectionFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::gravCorrectionFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::gravOptRangeFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::gravOptRangeFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::illuminationTaperFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::illuminationTaperFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::isAdded ( bool  added  )  [private]

This method is used by the Table class when this row is added to the table.

bool asdm::CalHolographyRow::isAdded (  )  const

Has this row been added to its table ?

Returns:
true if and only if it has been added.
bool asdm::CalHolographyRow::isGravCorrectionExists (  )  const

===> Attribute gravCorrection, which is optional

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

Returns:
true if and only if the gravCorrection attribute exists.
bool asdm::CalHolographyRow::isGravOptRangeExists (  )  const

===> Attribute gravOptRange, which is optional

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

Returns:
true if and only if the gravOptRange attribute exists.
bool asdm::CalHolographyRow::isNumScrewExists (  )  const

===> Attribute numScrew, which is optional

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

Returns:
true if and only if the numScrew attribute exists.
bool asdm::CalHolographyRow::isScrewMotionErrorExists (  )  const

===> Attribute screwMotionError, which is optional

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

Returns:
true if and only if the screwMotionError attribute exists.
bool asdm::CalHolographyRow::isScrewMotionExists (  )  const

===> Attribute screwMotion, which is optional

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

Returns:
true if and only if the screwMotion attribute exists.
bool asdm::CalHolographyRow::isScrewNameExists (  )  const

===> Attribute screwName, which is optional

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

Returns:
true if and only if the screwName attribute exists.
bool asdm::CalHolographyRow::isTempCorrectionExists (  )  const

===> Attribute tempCorrection, which is optional

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

Returns:
true if and only if the tempCorrection attribute exists.
bool asdm::CalHolographyRow::isTempOptRangeExists (  )  const

===> Attribute tempOptRange, which is optional

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

Returns:
true if and only if the tempOptRange attribute exists.
void asdm::CalHolographyRow::numPanelModesFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::numPanelModesFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::numReceptorFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::numReceptorFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::numScrewFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::numScrewFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::polarizationTypesFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::polarizationTypesFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::rawRMSFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::rawRMSFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::receiverBandFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::receiverBandFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::screwMotionErrorFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::screwMotionErrorFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::screwMotionFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::screwMotionFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::screwNameFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::screwNameFromText ( const string &  s  )  [private]
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 ( asdmIDL::CalHolographyRowIDL  x  ) 

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

Parameters:
x The IDL struct containing the values used to fill this row.
Exceptions:
ConversionException 
void asdm::CalHolographyRow::setFromXML ( std::string  rowDoc  ) 

Fill the values of this row from an XML string that was produced by the toXML() method.

Parameters:
rowDoc the XML string being used to set the values of this row.
Exceptions:
ConversionException 
void asdm::CalHolographyRow::setGravCorrection ( bool  gravCorrection  ) 

Set gravCorrection with the specified bool.

Parameters:
gravCorrection The bool value to which gravCorrection is to be set.
void asdm::CalHolographyRow::setGravOptRange ( vector< Angle gravOptRange  ) 

Set gravOptRange with the specified vector<Angle >.

Parameters:
gravOptRange The vector<Angle > value to which gravOptRange is to be set.
void asdm::CalHolographyRow::setIlluminationTaper ( double  illuminationTaper  ) 

Set illuminationTaper with the specified double.

Parameters:
illuminationTaper The double value to which illuminationTaper is to be set.
void asdm::CalHolographyRow::setNumPanelModes ( int  numPanelModes  ) 

Set numPanelModes with the specified int.

Parameters:
numPanelModes The int value to which numPanelModes is to be set.
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::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::setTempCorrection ( bool  tempCorrection  ) 

Set tempCorrection with the specified bool.

Parameters:
tempCorrection The bool value to which tempCorrection is to be set.
void asdm::CalHolographyRow::setTempOptRange ( vector< Temperature tempOptRange  ) 

Set tempOptRange with the specified vector<Temperature >.

Parameters:
tempOptRange The vector<Temperature > value to which tempOptRange 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.
void asdm::CalHolographyRow::startValidTimeFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::startValidTimeFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::surfaceMapUIDFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::tempCorrectionFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::tempCorrectionFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::tempOptRangeFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::tempOptRangeFromText ( const string &  s  )  [private]
void asdm::CalHolographyRow::toBin ( EndianOSStream eoss  )  [private]

Serialize this into a stream of bytes written to an EndianOSStream.

Parameters:
eoss the EndianOSStream to be written to
void asdm::CalHolographyRow::toIDL ( asdmIDL::CalHolographyRowIDL &  x  )  const

Define the content of a CalHolographyRowIDL struct from the values found in this row.

Parameters:
x a reference to the CalHolographyRowIDL struct to be set.
asdmIDL::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.
std::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.
void asdm::CalHolographyRow::weightedRMSFromBin ( EndianIStream eis  )  [private]
void asdm::CalHolographyRow::weightedRMSFromText ( const string &  s  )  [private]

Friends And Related Function Documentation

friend class asdm::CalHolographyTable [friend]

Definition at line 173 of file CalHolographyRow.h.

friend class asdm::RowTransformer< CalHolographyRow > [friend]

Definition at line 174 of file CalHolographyRow.h.


Member Data Documentation

===> Attribute ambientTemperature

Definition at line 1429 of file CalHolographyRow.h.

AntennaMakeMod::AntennaMake asdm::CalHolographyRow::antennaMake [private]

===> Attribute antennaMake

Definition at line 1396 of file CalHolographyRow.h.

Definition at line 1041 of file CalHolographyRow.h.

Definition at line 197 of file CalHolographyRow.h.

===> Attribute beamMapUID

Definition at line 1517 of file CalHolographyRow.h.

===> Attribute calReductionId

Definition at line 1691 of file CalHolographyRow.h.

===> Attribute direction

Definition at line 1561 of file CalHolographyRow.h.

===> Attribute endValidTime

Definition at line 1418 of file CalHolographyRow.h.

===> Attribute focusPosition

Definition at line 1440 of file CalHolographyRow.h.

===> Attribute frequencyRange

Definition at line 1451 of file CalHolographyRow.h.

Links* binary deserialization material from an EndianIStream std::map<std::string, CalHolographyAttributeFromBin> asdm::CalHolographyRow::fromBinMethods [private]

Definition at line 1720 of file CalHolographyRow.h.

* text deserialization material std::map<std::string, CalHolographyAttributeFromText> asdm::CalHolographyRow::fromTextMethods [private]

Definition at line 1755 of file CalHolographyRow.h.

Definition at line 1626 of file CalHolographyRow.h.

===> Attribute gravCorrection, which is optional

Definition at line 1623 of file CalHolographyRow.h.

Definition at line 1639 of file CalHolographyRow.h.

===> Attribute gravOptRange, which is optional

Definition at line 1636 of file CalHolographyRow.h.

Whether this row has been added to the table or not.

Definition at line 1341 of file CalHolographyRow.h.

===> Attribute illuminationTaper

Definition at line 1462 of file CalHolographyRow.h.

===> Attribute numPanelModes

Definition at line 1495 of file CalHolographyRow.h.

===> Attribute numReceptor

Definition at line 1473 of file CalHolographyRow.h.

Definition at line 1574 of file CalHolographyRow.h.

===> Attribute numScrew, which is optional

Definition at line 1571 of file CalHolographyRow.h.

vector<PolarizationTypeMod::PolarizationType > asdm::CalHolographyRow::polarizationTypes [private]

===> Attribute polarizationTypes

Definition at line 1484 of file CalHolographyRow.h.

===> Attribute rawRMS

Definition at line 1528 of file CalHolographyRow.h.

ReceiverBandMod::ReceiverBand asdm::CalHolographyRow::receiverBand [private]

===> Attribute receiverBand

Definition at line 1506 of file CalHolographyRow.h.

Definition at line 1600 of file CalHolographyRow.h.

Definition at line 1613 of file CalHolographyRow.h.

===> Attribute screwMotionError, which is optional

Definition at line 1610 of file CalHolographyRow.h.

===> Attribute screwMotion, which is optional

Definition at line 1597 of file CalHolographyRow.h.

vector<string > asdm::CalHolographyRow::screwName [private]

Definition at line 1587 of file CalHolographyRow.h.

===> Attribute screwName, which is optional

Definition at line 1584 of file CalHolographyRow.h.

===> Attribute startValidTime

Definition at line 1407 of file CalHolographyRow.h.

===> Attribute surfaceMapUID

Definition at line 1550 of file CalHolographyRow.h.

The table to which this row belongs.

Definition at line 1337 of file CalHolographyRow.h.

Definition at line 1652 of file CalHolographyRow.h.

===> Attribute tempCorrection, which is optional

Definition at line 1649 of file CalHolographyRow.h.

Definition at line 1665 of file CalHolographyRow.h.

===> Attribute tempOptRange, which is optional

Definition at line 1662 of file CalHolographyRow.h.

===> Attribute weightedRMS

Definition at line 1539 of file CalHolographyRow.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1