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.46", 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)
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)
PositionMethodMod::PositionMethod getPositionMethod () const
void setPositionMethod (PositionMethodMod::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)
Tag getCalReductionId () const
void setCalReductionId (Tag calReductionId)
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, PositionMethodMod::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, PositionMethodMod::PositionMethod positionMethod, vector< string > refAntennaNames, string stationName, vector< Length > antennaPosition, vector< Length > stationPosition)
bool equalByRequiredValue (CalPositionRow *x)


Member Function Documentation

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,
PositionMethodMod::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.

string asdm::CalPositionRow::getAntennaName  )  const
 

Get antennaName.

Returns:
antennaName as string

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

Get antennaPosition.

Returns:
antennaPosition as vector<Length >

Length asdm::CalPositionRow::getAxesOffset  )  const
 

Get axesOffset.

Returns:
axesOffset as Length

Length asdm::CalPositionRow::getAxesOffsetErr  )  const
 

Get axesOffsetErr.

Returns:
axesOffsetErr as Length

bool asdm::CalPositionRow::getAxesOffsetFixed  )  const
 

Get axesOffsetFixed.

Returns:
axesOffsetFixed as bool

Tag asdm::CalPositionRow::getCalDataId  )  const
 

Get calDataId.

Returns:
calDataId as Tag

CalDataRow* asdm::CalPositionRow::getCalDataUsingCalDataId  ) 
 

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

Returns:
a CalDataRow*

Tag asdm::CalPositionRow::getCalReductionId  )  const
 

Get calReductionId.

Returns:
calReductionId as Tag

CalReductionRow* asdm::CalPositionRow::getCalReductionUsingCalReductionId  ) 
 

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

Returns:
a CalReductionRow*

Interval asdm::CalPositionRow::getDelayRms  )  const
 

Get delayRms.

Returns:
delayRms as Interval

ArrayTime asdm::CalPositionRow::getEndValidTime  )  const
 

Get endValidTime.

Returns:
endValidTime as ArrayTime

int asdm::CalPositionRow::getNumAntenna  )  const
 

Get numAntenna.

Returns:
numAntenna as int

Angle asdm::CalPositionRow::getPhaseRms  )  const
 

Get phaseRms.

Returns:
phaseRms as Angle

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

Get positionErr.

Returns:
positionErr as vector<Length >

PositionMethodMod::PositionMethod asdm::CalPositionRow::getPositionMethod  )  const
 

Get positionMethod.

Returns:
positionMethod as PositionMethodMod::PositionMethod

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

Get positionOffset.

Returns:
positionOffset as vector<Length >

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

Get refAntennaNames.

Returns:
refAntennaNames as vector<string >

ArrayTime asdm::CalPositionRow::getStartValidTime  )  const
 

Get startValidTime.

Returns:
startValidTime as ArrayTime

string asdm::CalPositionRow::getStationName  )  const
 

Get stationName.

Returns:
stationName as string

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

Get stationPosition.

Returns:
stationPosition as vector<Length >

CalPositionTable& asdm::CalPositionRow::getTable  )  const
 

Return the table to which this row belongs.

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

void asdm::CalPositionRow::setAxesOffset Length  axesOffset  ) 
 

Set axesOffset with the specified Length.

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

void asdm::CalPositionRow::setAxesOffsetErr Length  axesOffsetErr  ) 
 

Set axesOffsetErr with the specified Length.

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

void asdm::CalPositionRow::setAxesOffsetFixed bool  axesOffsetFixed  ) 
 

Set axesOffsetFixed with the specified bool.

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

void asdm::CalPositionRow::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::CalPositionRow::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::CalPositionRow::setDelayRms Interval  delayRms  ) 
 

Set delayRms with the specified Interval.

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

void asdm::CalPositionRow::setEndValidTime ArrayTime  endValidTime  ) 
 

Set endValidTime with the specified ArrayTime.

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

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.

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.

void asdm::CalPositionRow::setNumAntenna int  numAntenna  ) 
 

Set numAntenna with the specified int.

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

void asdm::CalPositionRow::setPhaseRms Angle  phaseRms  ) 
 

Set phaseRms with the specified Angle.

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

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.

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

Set positionMethod with the specified PositionMethodMod::PositionMethod.

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

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.

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.

void asdm::CalPositionRow::setStartValidTime ArrayTime  startValidTime  ) 
 

Set startValidTime with the specified ArrayTime.

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

void asdm::CalPositionRow::setStationName string  stationName  ) 
 

Set stationName with the specified string.

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

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.

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.

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.


The documentation for this class was generated from the following file:
Generated on Tue Nov 18 17:43:44 2008 for ASDM C++ Implementation by doxygen 1.3.8