asdm::CalPositionRow Class Reference

#include <CalPositionRow.h>

List of all members.


Detailed Description

The CalPositionRow class is a row of a CalPositionTable.

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


Public Member Functions

CalPositionTablegetTable () const
CalPositionRowIDL * toIDL () const
void setFromIDL (CalPositionRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
string getAntennaName () const
void setAntennaName (string antennaName) throw (IllegalAccessException)
int getNumAntenna () const
void setNumAntenna (int numAntenna)
ArrayTime getStartValidTime () const
void setStartValidTime (ArrayTime startValidTime)
ArrayTime getEndValidTime () const
void setEndValidTime (ArrayTime endValidTime)
vector< LengthgetPositionOffset () const
void setPositionOffset (vector< Length > positionOffset)
vector< LengthgetPositionErr () const
void setPositionErr (vector< Length > positionErr)
Interval getDelayRms () const
void setDelayRms (Interval delayRms)
Angle getPhaseRms () const
void setPhaseRms (Angle phaseRms)
Length getAxesOffset () const
void setAxesOffset (Length axesOffset)
bool getAxesOffsetFixed () const
void setAxesOffsetFixed (bool axesOffsetFixed)
Length getAxesOffsetErr () const
void setAxesOffsetErr (Length axesOffsetErr)
PositionMethod getPositionMethod () const
void setPositionMethod (PositionMethod positionMethod)
vector< string > getRefAntennaNames () const
void setRefAntennaNames (vector< string > refAntennaNames)
string getStationName () const
void setStationName (string stationName)
vector< LengthgetAntennaPosition () const
void setAntennaPosition (vector< Length > antennaPosition)
vector< LengthgetStationPosition () const
void setStationPosition (vector< Length > stationPosition)
Tag getCalDataId () const
void setCalDataId (Tag calDataId) throw (IllegalAccessException)
Tag getCalReductionId () const
void setCalReductionId (Tag calReductionId) throw (IllegalAccessException)
CalReductionRowgetCalReductionUsingCalReductionId ()
CalDataRowgetCalDataUsingCalDataId ()
bool compareNoAutoInc (Tag calDataId, Tag calReductionId, string antennaName, int numAntenna, ArrayTime startValidTime, ArrayTime endValidTime, vector< Length > positionOffset, vector< Length > positionErr, Interval delayRms, Angle phaseRms, Length axesOffset, bool axesOffsetFixed, Length axesOffsetErr, PositionMethod positionMethod, vector< string > refAntennaNames, string stationName, vector< Length > antennaPosition, vector< Length > stationPosition)
bool compareRequiredValue (int numAntenna, ArrayTime startValidTime, ArrayTime endValidTime, vector< Length > positionOffset, vector< Length > positionErr, Interval delayRms, Angle phaseRms, Length axesOffset, bool axesOffsetFixed, Length axesOffsetErr, PositionMethod positionMethod, vector< string > refAntennaNames, string stationName, vector< Length > antennaPosition, vector< Length > stationPosition)
bool equalByRequiredValue (CalPositionRow *x)

Friends

class asdm::CalPositionTable


Member Function Documentation

CalPositionTable& asdm::CalPositionRow::getTable (  )  const

Return the table to which this row belongs.

CalPositionRowIDL* asdm::CalPositionRow::toIDL (  )  const

Return this row in the form of an IDL struct.

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

void asdm::CalPositionRow::setFromIDL ( CalPositionRowIDL  x  )  throw (ConversionException)

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

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

string asdm::CalPositionRow::toXML (  )  const

Return this row in the form of an XML string.

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

void asdm::CalPositionRow::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::CalPositionRow::getAntennaName (  )  const

Get antennaName.

Returns:
antennaName as string

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

int asdm::CalPositionRow::getNumAntenna (  )  const

Get numAntenna.

Returns:
numAntenna as int

void asdm::CalPositionRow::setNumAntenna ( int  numAntenna  ) 

Set numAntenna with the specified int.

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

ArrayTime asdm::CalPositionRow::getStartValidTime (  )  const

Get startValidTime.

Returns:
startValidTime as ArrayTime

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

Set startValidTime with the specified ArrayTime.

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

ArrayTime asdm::CalPositionRow::getEndValidTime (  )  const

Get endValidTime.

Returns:
endValidTime as ArrayTime

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

Set endValidTime with the specified ArrayTime.

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

vector<Length > asdm::CalPositionRow::getPositionOffset (  )  const

Get positionOffset.

Returns:
positionOffset as vector<Length >

void asdm::CalPositionRow::setPositionOffset ( vector< Length positionOffset  ) 

Set positionOffset with the specified vector<Length >.

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

vector<Length > asdm::CalPositionRow::getPositionErr (  )  const

Get positionErr.

Returns:
positionErr as vector<Length >

void asdm::CalPositionRow::setPositionErr ( vector< Length positionErr  ) 

Set positionErr with the specified vector<Length >.

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

Interval asdm::CalPositionRow::getDelayRms (  )  const

Get delayRms.

Returns:
delayRms as Interval

void asdm::CalPositionRow::setDelayRms ( Interval  delayRms  ) 

Set delayRms with the specified Interval.

Parameters:
delayRms The Interval value to which delayRms is to be set.

Angle asdm::CalPositionRow::getPhaseRms (  )  const

Get phaseRms.

Returns:
phaseRms as Angle

void asdm::CalPositionRow::setPhaseRms ( Angle  phaseRms  ) 

Set phaseRms with the specified Angle.

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

Length asdm::CalPositionRow::getAxesOffset (  )  const

Get axesOffset.

Returns:
axesOffset as Length

void asdm::CalPositionRow::setAxesOffset ( Length  axesOffset  ) 

Set axesOffset with the specified Length.

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

bool asdm::CalPositionRow::getAxesOffsetFixed (  )  const

Get axesOffsetFixed.

Returns:
axesOffsetFixed as bool

void asdm::CalPositionRow::setAxesOffsetFixed ( bool  axesOffsetFixed  ) 

Set axesOffsetFixed with the specified bool.

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

Length asdm::CalPositionRow::getAxesOffsetErr (  )  const

Get axesOffsetErr.

Returns:
axesOffsetErr as Length

void asdm::CalPositionRow::setAxesOffsetErr ( Length  axesOffsetErr  ) 

Set axesOffsetErr with the specified Length.

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

PositionMethod asdm::CalPositionRow::getPositionMethod (  )  const

Get positionMethod.

Returns:
positionMethod as PositionMethod

void asdm::CalPositionRow::setPositionMethod ( PositionMethod  positionMethod  ) 

Set positionMethod with the specified PositionMethod.

Parameters:
positionMethod The PositionMethod value to which positionMethod is to be set.

vector<string > asdm::CalPositionRow::getRefAntennaNames (  )  const

Get refAntennaNames.

Returns:
refAntennaNames as vector<string >

void asdm::CalPositionRow::setRefAntennaNames ( vector< string >  refAntennaNames  ) 

Set refAntennaNames with the specified vector<string >.

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

string asdm::CalPositionRow::getStationName (  )  const

Get stationName.

Returns:
stationName as string

void asdm::CalPositionRow::setStationName ( string  stationName  ) 

Set stationName with the specified string.

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

vector<Length > asdm::CalPositionRow::getAntennaPosition (  )  const

Get antennaPosition.

Returns:
antennaPosition as vector<Length >

void asdm::CalPositionRow::setAntennaPosition ( vector< Length antennaPosition  ) 

Set antennaPosition with the specified vector<Length >.

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

vector<Length > asdm::CalPositionRow::getStationPosition (  )  const

Get stationPosition.

Returns:
stationPosition as vector<Length >

void asdm::CalPositionRow::setStationPosition ( vector< Length stationPosition  ) 

Set stationPosition with the specified vector<Length >.

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

Tag asdm::CalPositionRow::getCalDataId (  )  const

Get calDataId.

Returns:
calDataId as Tag

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

Get calReductionId.

Returns:
calReductionId as Tag

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

CalReductionRow* asdm::CalPositionRow::getCalReductionUsingCalReductionId (  ) 

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

Returns:
a CalReductionRow*

CalDataRow* asdm::CalPositionRow::getCalDataUsingCalDataId (  ) 

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

Returns:
a CalDataRow*

bool asdm::CalPositionRow::compareNoAutoInc ( Tag  calDataId,
Tag  calReductionId,
string  antennaName,
int  numAntenna,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< Length positionOffset,
vector< Length positionErr,
Interval  delayRms,
Angle  phaseRms,
Length  axesOffset,
bool  axesOffsetFixed,
Length  axesOffsetErr,
PositionMethod  positionMethod,
vector< string >  refAntennaNames,
string  stationName,
vector< Length antennaPosition,
vector< Length stationPosition 
)

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

bool asdm::CalPositionRow::equalByRequiredValue ( CalPositionRow 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 CalPositionRow 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