asdm::CalPointingRow Class Reference

#include <CalPointingRow.h>

List of all members.


Detailed Description

The CalPointingRow class is a row of a CalPointingTable.

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


Public Member Functions

CalPointingTablegetTable () const
CalPointingRowIDL * toIDL () const
void setFromIDL (CalPointingRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
string getAntennaName () const
void setAntennaName (string antennaName) throw (IllegalAccessException)
ArrayTime getStartValidTime () const
void setStartValidTime (ArrayTime startValidTime)
ArrayTime getEndValidTime () const
void setEndValidTime (ArrayTime endValidTime)
ReceiverBand getReceiverBand () const
void setReceiverBand (ReceiverBand receiverBand)
vector< FrequencygetFrequencyRange () const
void setFrequencyRange (vector< Frequency > frequencyRange)
vector< AnglegetDirection () const
void setDirection (vector< Angle > direction)
vector< AnglegetCollOffsetRelative () const
void setCollOffsetRelative (vector< Angle > collOffsetRelative)
vector< AnglegetCollOffsetAbsolute () const
void setCollOffsetAbsolute (vector< Angle > collOffsetAbsolute)
vector< AnglegetCollError () const
void setCollError (vector< Angle > collError)
PointingMethod getPointingMethod () const
void setPointingMethod (PointingMethod pointingMethod)
bool isBeamWidthExists () const
vector< AnglegetBeamWidth () const throw (IllegalAccessException)
void setBeamWidth (vector< Angle > beamWidth)
void clearBeamWidth ()
bool isBeamWidthErrorExists () const
vector< AnglegetBeamWidthError () const throw (IllegalAccessException)
void setBeamWidthError (vector< Angle > beamWidthError)
void clearBeamWidthError ()
bool isBeamPAExists () const
Angle getBeamPA () const throw (IllegalAccessException)
void setBeamPA (Angle beamPA)
void clearBeamPA ()
bool isBeamPAErrorExists () const
Angle getBeamPAError () const throw (IllegalAccessException)
void setBeamPAError (Angle beamPAError)
void clearBeamPAError ()
bool isPeakIntensityExists () const
Temperature getPeakIntensity () const throw (IllegalAccessException)
void setPeakIntensity (Temperature peakIntensity)
void clearPeakIntensity ()
bool isPeakIntensityErrorExists () const
Temperature getPeakIntensityError () const throw (IllegalAccessException)
void setPeakIntensityError (Temperature peakIntensityError)
void clearPeakIntensityError ()
PointingModelMode getMode () const
void setMode (PointingModelMode mode)
bool isBeamWidthWasFixedExists () const
vector< bool > getBeamWidthWasFixed () const throw (IllegalAccessException)
void setBeamWidthWasFixed (vector< bool > beamWidthWasFixed)
void clearBeamWidthWasFixed ()
bool isBeamPAWasFixedExists () const
bool getBeamPAWasFixed () const throw (IllegalAccessException)
void setBeamPAWasFixed (bool beamPAWasFixed)
void clearBeamPAWasFixed ()
bool isPeakIntensityWasFixedExists () const
bool getPeakIntensityWasFixed () const throw (IllegalAccessException)
void setPeakIntensityWasFixed (bool peakIntensityWasFixed)
void clearPeakIntensityWasFixed ()
Temperature getAmbientTemperature () const
void setAmbientTemperature (Temperature ambientTemperature)
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, string antennaName, ArrayTime startValidTime, ArrayTime endValidTime, ReceiverBand receiverBand, vector< Frequency > frequencyRange, vector< Angle > direction, vector< Angle > collOffsetRelative, vector< Angle > collOffsetAbsolute, vector< Angle > collError, PointingMethod pointingMethod, PointingModelMode mode, Temperature ambientTemperature)
bool compareRequiredValue (ArrayTime startValidTime, ArrayTime endValidTime, ReceiverBand receiverBand, vector< Frequency > frequencyRange, vector< Angle > direction, vector< Angle > collOffsetRelative, vector< Angle > collOffsetAbsolute, vector< Angle > collError, PointingMethod pointingMethod, PointingModelMode mode, Temperature ambientTemperature)
bool equalByRequiredValue (CalPointingRow *x)

Friends

class asdm::CalPointingTable


Member Function Documentation

CalPointingTable& asdm::CalPointingRow::getTable (  )  const

Return the table to which this row belongs.

CalPointingRowIDL* asdm::CalPointingRow::toIDL (  )  const

Return this row in the form of an IDL struct.

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

void asdm::CalPointingRow::setFromIDL ( CalPointingRowIDL  x  )  throw (ConversionException)

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

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

string asdm::CalPointingRow::toXML (  )  const

Return this row in the form of an XML string.

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

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

string asdm::CalPointingRow::getAntennaName (  )  const

Get antennaName.

Returns:
antennaName as string

void asdm::CalPointingRow::setAntennaName ( string  antennaName  )  throw (IllegalAccessException)

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.

ArrayTime asdm::CalPointingRow::getStartValidTime (  )  const

Get startValidTime.

Returns:
startValidTime as ArrayTime

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

Set startValidTime with the specified ArrayTime.

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

ArrayTime asdm::CalPointingRow::getEndValidTime (  )  const

Get endValidTime.

Returns:
endValidTime as ArrayTime

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

Set endValidTime with the specified ArrayTime.

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

ReceiverBand asdm::CalPointingRow::getReceiverBand (  )  const

Get receiverBand.

Returns:
receiverBand as ReceiverBand

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

Set receiverBand with the specified ReceiverBand.

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

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

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >

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

Set frequencyRange with the specified vector<Frequency >.

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

vector<Angle > asdm::CalPointingRow::getDirection (  )  const

Get direction.

Returns:
direction as vector<Angle >

void asdm::CalPointingRow::setDirection ( vector< Angle direction  ) 

Set direction with the specified vector<Angle >.

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

vector<Angle > asdm::CalPointingRow::getCollOffsetRelative (  )  const

Get collOffsetRelative.

Returns:
collOffsetRelative as vector<Angle >

void asdm::CalPointingRow::setCollOffsetRelative ( vector< Angle collOffsetRelative  ) 

Set collOffsetRelative with the specified vector<Angle >.

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

vector<Angle > asdm::CalPointingRow::getCollOffsetAbsolute (  )  const

Get collOffsetAbsolute.

Returns:
collOffsetAbsolute as vector<Angle >

void asdm::CalPointingRow::setCollOffsetAbsolute ( vector< Angle collOffsetAbsolute  ) 

Set collOffsetAbsolute with the specified vector<Angle >.

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

vector<Angle > asdm::CalPointingRow::getCollError (  )  const

Get collError.

Returns:
collError as vector<Angle >

void asdm::CalPointingRow::setCollError ( vector< Angle collError  ) 

Set collError with the specified vector<Angle >.

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

PointingMethod asdm::CalPointingRow::getPointingMethod (  )  const

Get pointingMethod.

Returns:
pointingMethod as PointingMethod

void asdm::CalPointingRow::setPointingMethod ( PointingMethod  pointingMethod  ) 

Set pointingMethod with the specified PointingMethod.

Parameters:
pointingMethod The PointingMethod value to which pointingMethod is to be set.

bool asdm::CalPointingRow::isBeamWidthExists (  )  const

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

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

vector<Angle > asdm::CalPointingRow::getBeamWidth (  )  const throw (IllegalAccessException)

Get beamWidth, which is optional.

Returns:
beamWidth as vector<Angle >
Exceptions:
IllegalAccessException If beamWidth does not exist.

void asdm::CalPointingRow::setBeamWidth ( vector< Angle beamWidth  ) 

Set beamWidth with the specified vector<Angle >.

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

void asdm::CalPointingRow::clearBeamWidth (  ) 

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

bool asdm::CalPointingRow::isBeamWidthErrorExists (  )  const

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

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

vector<Angle > asdm::CalPointingRow::getBeamWidthError (  )  const throw (IllegalAccessException)

Get beamWidthError, which is optional.

Returns:
beamWidthError as vector<Angle >
Exceptions:
IllegalAccessException If beamWidthError does not exist.

void asdm::CalPointingRow::setBeamWidthError ( vector< Angle beamWidthError  ) 

Set beamWidthError with the specified vector<Angle >.

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

void asdm::CalPointingRow::clearBeamWidthError (  ) 

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

bool asdm::CalPointingRow::isBeamPAExists (  )  const

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

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

Angle asdm::CalPointingRow::getBeamPA (  )  const throw (IllegalAccessException)

Get beamPA, which is optional.

Returns:
beamPA as Angle
Exceptions:
IllegalAccessException If beamPA does not exist.

void asdm::CalPointingRow::setBeamPA ( Angle  beamPA  ) 

Set beamPA with the specified Angle.

Parameters:
beamPA The Angle value to which beamPA is to be set.

void asdm::CalPointingRow::clearBeamPA (  ) 

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

bool asdm::CalPointingRow::isBeamPAErrorExists (  )  const

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

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

Angle asdm::CalPointingRow::getBeamPAError (  )  const throw (IllegalAccessException)

Get beamPAError, which is optional.

Returns:
beamPAError as Angle
Exceptions:
IllegalAccessException If beamPAError does not exist.

void asdm::CalPointingRow::setBeamPAError ( Angle  beamPAError  ) 

Set beamPAError with the specified Angle.

Parameters:
beamPAError The Angle value to which beamPAError is to be set.

void asdm::CalPointingRow::clearBeamPAError (  ) 

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

bool asdm::CalPointingRow::isPeakIntensityExists (  )  const

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

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

Temperature asdm::CalPointingRow::getPeakIntensity (  )  const throw (IllegalAccessException)

Get peakIntensity, which is optional.

Returns:
peakIntensity as Temperature
Exceptions:
IllegalAccessException If peakIntensity does not exist.

void asdm::CalPointingRow::setPeakIntensity ( Temperature  peakIntensity  ) 

Set peakIntensity with the specified Temperature.

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

void asdm::CalPointingRow::clearPeakIntensity (  ) 

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

bool asdm::CalPointingRow::isPeakIntensityErrorExists (  )  const

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

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

Temperature asdm::CalPointingRow::getPeakIntensityError (  )  const throw (IllegalAccessException)

Get peakIntensityError, which is optional.

Returns:
peakIntensityError as Temperature
Exceptions:
IllegalAccessException If peakIntensityError does not exist.

void asdm::CalPointingRow::setPeakIntensityError ( Temperature  peakIntensityError  ) 

Set peakIntensityError with the specified Temperature.

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

void asdm::CalPointingRow::clearPeakIntensityError (  ) 

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

PointingModelMode asdm::CalPointingRow::getMode (  )  const

Get mode.

Returns:
mode as PointingModelMode

void asdm::CalPointingRow::setMode ( PointingModelMode  mode  ) 

Set mode with the specified PointingModelMode.

Parameters:
mode The PointingModelMode value to which mode is to be set.

bool asdm::CalPointingRow::isBeamWidthWasFixedExists (  )  const

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

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

vector<bool > asdm::CalPointingRow::getBeamWidthWasFixed (  )  const throw (IllegalAccessException)

Get beamWidthWasFixed, which is optional.

Returns:
beamWidthWasFixed as vector<bool >
Exceptions:
IllegalAccessException If beamWidthWasFixed does not exist.

void asdm::CalPointingRow::setBeamWidthWasFixed ( vector< bool >  beamWidthWasFixed  ) 

Set beamWidthWasFixed with the specified vector<bool >.

Parameters:
beamWidthWasFixed The vector<bool > value to which beamWidthWasFixed is to be set.

void asdm::CalPointingRow::clearBeamWidthWasFixed (  ) 

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

bool asdm::CalPointingRow::isBeamPAWasFixedExists (  )  const

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

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

bool asdm::CalPointingRow::getBeamPAWasFixed (  )  const throw (IllegalAccessException)

Get beamPAWasFixed, which is optional.

Returns:
beamPAWasFixed as bool
Exceptions:
IllegalAccessException If beamPAWasFixed does not exist.

void asdm::CalPointingRow::setBeamPAWasFixed ( bool  beamPAWasFixed  ) 

Set beamPAWasFixed with the specified bool.

Parameters:
beamPAWasFixed The bool value to which beamPAWasFixed is to be set.

void asdm::CalPointingRow::clearBeamPAWasFixed (  ) 

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

bool asdm::CalPointingRow::isPeakIntensityWasFixedExists (  )  const

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

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

bool asdm::CalPointingRow::getPeakIntensityWasFixed (  )  const throw (IllegalAccessException)

Get peakIntensityWasFixed, which is optional.

Returns:
peakIntensityWasFixed as bool
Exceptions:
IllegalAccessException If peakIntensityWasFixed does not exist.

void asdm::CalPointingRow::setPeakIntensityWasFixed ( bool  peakIntensityWasFixed  ) 

Set peakIntensityWasFixed with the specified bool.

Parameters:
peakIntensityWasFixed The bool value to which peakIntensityWasFixed is to be set.

void asdm::CalPointingRow::clearPeakIntensityWasFixed (  ) 

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

Temperature asdm::CalPointingRow::getAmbientTemperature (  )  const

Get ambientTemperature.

Returns:
ambientTemperature as Temperature

void asdm::CalPointingRow::setAmbientTemperature ( Temperature  ambientTemperature  ) 

Set ambientTemperature with the specified Temperature.

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

Tag asdm::CalPointingRow::getCalDataId (  )  const

Get calDataId.

Returns:
calDataId as Tag

void asdm::CalPointingRow::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::CalPointingRow::getCalReductionId (  )  const

Get calReductionId.

Returns:
calReductionId as Tag

void asdm::CalPointingRow::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::CalPointingRow::getCalDataUsingCalDataId (  ) 

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

Returns:
a CalDataRow*

CalReductionRow* asdm::CalPointingRow::getCalReductionUsingCalReductionId (  ) 

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

Returns:
a CalReductionRow*

bool asdm::CalPointingRow::compareNoAutoInc ( Tag  calDataId,
Tag  calReductionId,
string  antennaName,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
ReceiverBand  receiverBand,
vector< Frequency frequencyRange,
vector< Angle direction,
vector< Angle collOffsetRelative,
vector< Angle collOffsetAbsolute,
vector< Angle collError,
PointingMethod  pointingMethod,
PointingModelMode  mode,
Temperature  ambientTemperature 
)

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

bool asdm::CalPointingRow::equalByRequiredValue ( CalPointingRow 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 CalPointingRow 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:49 2007 for ASDM C++ Implementation by  doxygen 1.5.1