asdm::CalFluxRow Class Reference

#include <CalFluxRow.h>

List of all members.


Detailed Description

The CalFluxRow class is a row of a CalFluxTable.

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


Public Member Functions

CalFluxTablegetTable () const
CalFluxRowIDL * toIDL () const
void setFromIDL (CalFluxRowIDL x) throw (ConversionException)
string toXML () const
void setFromXML (string rowDoc) throw (ConversionException)
string getSourceName () const
void setSourceName (string sourceName)
int getNumFrequency () const
void setNumFrequency (int numFrequency)
int getNumStokes () const
void setNumStokes (int numStokes)
ArrayTime getStartValidTime () const
void setStartValidTime (ArrayTime startValidTime)
ArrayTime getEndValidTime () const
void setEndValidTime (ArrayTime endValidTime)
vector< StokesParameterMod::StokesParameter > getStokes () const
void setStokes (vector< StokesParameterMod::StokesParameter > stokes)
vector< vector< double > > getFlux () const
void setFlux (vector< vector< double > > flux)
vector< vector< double > > getFluxError () const
void setFluxError (vector< vector< double > > fluxError)
bool isSizeExists () const
vector< vector< vector< Angle > > > getSize () const throw (IllegalAccessException)
void setSize (vector< vector< vector< Angle > > > size)
void clearSize ()
bool isSizeErrorExists () const
vector< vector< vector< Angle > > > getSizeError () const throw (IllegalAccessException)
void setSizeError (vector< vector< vector< Angle > > > sizeError)
void clearSizeError ()
bool isPAExists () const
vector< vector< Angle > > getPA () const throw (IllegalAccessException)
void setPA (vector< vector< Angle > > PA)
void clearPA ()
bool isPAErrorExists () const
vector< vector< Angle > > getPAError () const throw (IllegalAccessException)
void setPAError (vector< vector< Angle > > PAError)
void clearPAError ()
FluxCalibrationMethodMod::FluxCalibrationMethod getFluxMethod () const
void setFluxMethod (FluxCalibrationMethodMod::FluxCalibrationMethod fluxMethod)
bool isDirectionExists () const
vector< AnglegetDirection () const throw (IllegalAccessException)
void setDirection (vector< Angle > direction)
void clearDirection ()
bool isSourceModelExists () const
SourceModelMod::SourceModel getSourceModel () const throw (IllegalAccessException)
void setSourceModel (SourceModelMod::SourceModel sourceModel)
void clearSourceModel ()
vector< FrequencygetFrequencyRange () const
void setFrequencyRange (vector< Frequency > frequencyRange)
Tag getCalDataId () const
void setCalDataId (Tag calDataId)
Tag getCalReductionId () const
void setCalReductionId (Tag calReductionId)
CalDataRowgetCalDataUsingCalDataId ()
CalReductionRowgetCalReductionUsingCalReductionId ()
bool compareNoAutoInc (Tag calDataId, Tag calReductionId, string sourceName, int numFrequency, int numStokes, ArrayTime startValidTime, ArrayTime endValidTime, vector< StokesParameterMod::StokesParameter > stokes, vector< vector< double > > flux, vector< vector< double > > fluxError, FluxCalibrationMethodMod::FluxCalibrationMethod fluxMethod, vector< Frequency > frequencyRange)
bool compareRequiredValue (int numFrequency, int numStokes, ArrayTime startValidTime, ArrayTime endValidTime, vector< StokesParameterMod::StokesParameter > stokes, vector< vector< double > > flux, vector< vector< double > > fluxError, FluxCalibrationMethodMod::FluxCalibrationMethod fluxMethod, vector< Frequency > frequencyRange)
bool equalByRequiredValue (CalFluxRow *x)


Member Function Documentation

void asdm::CalFluxRow::clearDirection  ) 
 

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

void asdm::CalFluxRow::clearPA  ) 
 

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

void asdm::CalFluxRow::clearPAError  ) 
 

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

void asdm::CalFluxRow::clearSize  ) 
 

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

void asdm::CalFluxRow::clearSizeError  ) 
 

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

void asdm::CalFluxRow::clearSourceModel  ) 
 

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

bool asdm::CalFluxRow::compareNoAutoInc Tag  calDataId,
Tag  calReductionId,
string  sourceName,
int  numFrequency,
int  numStokes,
ArrayTime  startValidTime,
ArrayTime  endValidTime,
vector< StokesParameterMod::StokesParameter >  stokes,
vector< vector< double > >  flux,
vector< vector< double > >  fluxError,
FluxCalibrationMethodMod::FluxCalibrationMethod  fluxMethod,
vector< Frequency frequencyRange
 

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

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

Tag asdm::CalFluxRow::getCalDataId  )  const
 

Get calDataId.

Returns:
calDataId as Tag

CalDataRow* asdm::CalFluxRow::getCalDataUsingCalDataId  ) 
 

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

Returns:
a CalDataRow*

Tag asdm::CalFluxRow::getCalReductionId  )  const
 

Get calReductionId.

Returns:
calReductionId as Tag

CalReductionRow* asdm::CalFluxRow::getCalReductionUsingCalReductionId  ) 
 

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

Returns:
a CalReductionRow*

vector<Angle > asdm::CalFluxRow::getDirection  )  const throw (IllegalAccessException)
 

Get direction, which is optional.

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

ArrayTime asdm::CalFluxRow::getEndValidTime  )  const
 

Get endValidTime.

Returns:
endValidTime as ArrayTime

vector<vector<double > > asdm::CalFluxRow::getFlux  )  const
 

Get flux.

Returns:
flux as vector<vector<double > >

vector<vector<double > > asdm::CalFluxRow::getFluxError  )  const
 

Get fluxError.

Returns:
fluxError as vector<vector<double > >

FluxCalibrationMethodMod::FluxCalibrationMethod asdm::CalFluxRow::getFluxMethod  )  const
 

Get fluxMethod.

Returns:
fluxMethod as FluxCalibrationMethodMod::FluxCalibrationMethod

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

Get frequencyRange.

Returns:
frequencyRange as vector<Frequency >

int asdm::CalFluxRow::getNumFrequency  )  const
 

Get numFrequency.

Returns:
numFrequency as int

int asdm::CalFluxRow::getNumStokes  )  const
 

Get numStokes.

Returns:
numStokes as int

vector<vector<Angle > > asdm::CalFluxRow::getPA  )  const throw (IllegalAccessException)
 

Get PA, which is optional.

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

vector<vector<Angle > > asdm::CalFluxRow::getPAError  )  const throw (IllegalAccessException)
 

Get PAError, which is optional.

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

vector<vector<vector<Angle > > > asdm::CalFluxRow::getSize  )  const throw (IllegalAccessException)
 

Get size, which is optional.

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

vector<vector<vector<Angle > > > asdm::CalFluxRow::getSizeError  )  const throw (IllegalAccessException)
 

Get sizeError, which is optional.

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

SourceModelMod::SourceModel asdm::CalFluxRow::getSourceModel  )  const throw (IllegalAccessException)
 

Get sourceModel, which is optional.

Returns:
sourceModel as SourceModelMod::SourceModel
Exceptions:
IllegalAccessException If sourceModel does not exist.

string asdm::CalFluxRow::getSourceName  )  const
 

Get sourceName.

Returns:
sourceName as string

ArrayTime asdm::CalFluxRow::getStartValidTime  )  const
 

Get startValidTime.

Returns:
startValidTime as ArrayTime

vector<StokesParameterMod::StokesParameter > asdm::CalFluxRow::getStokes  )  const
 

Get stokes.

Returns:
stokes as vector<StokesParameterMod::StokesParameter >

CalFluxTable& asdm::CalFluxRow::getTable  )  const
 

Return the table to which this row belongs.

bool asdm::CalFluxRow::isDirectionExists  )  const
 

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

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

bool asdm::CalFluxRow::isPAErrorExists  )  const
 

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

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

bool asdm::CalFluxRow::isPAExists  )  const
 

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

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

bool asdm::CalFluxRow::isSizeErrorExists  )  const
 

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

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

bool asdm::CalFluxRow::isSizeExists  )  const
 

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

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

bool asdm::CalFluxRow::isSourceModelExists  )  const
 

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

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

void asdm::CalFluxRow::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::CalFluxRow::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::CalFluxRow::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::CalFluxRow::setEndValidTime ArrayTime  endValidTime  ) 
 

Set endValidTime with the specified ArrayTime.

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

void asdm::CalFluxRow::setFlux vector< vector< double > >  flux  ) 
 

Set flux with the specified vector<vector<double > >.

Parameters:
flux The vector<vector<double > > value to which flux is to be set.

void asdm::CalFluxRow::setFluxError vector< vector< double > >  fluxError  ) 
 

Set fluxError with the specified vector<vector<double > >.

Parameters:
fluxError The vector<vector<double > > value to which fluxError is to be set.

void asdm::CalFluxRow::setFluxMethod FluxCalibrationMethodMod::FluxCalibrationMethod  fluxMethod  ) 
 

Set fluxMethod with the specified FluxCalibrationMethodMod::FluxCalibrationMethod.

Parameters:
fluxMethod The FluxCalibrationMethodMod::FluxCalibrationMethod value to which fluxMethod is to be set.

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

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

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

void asdm::CalFluxRow::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::CalFluxRow::setNumFrequency int  numFrequency  ) 
 

Set numFrequency with the specified int.

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

void asdm::CalFluxRow::setNumStokes int  numStokes  ) 
 

Set numStokes with the specified int.

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

void asdm::CalFluxRow::setPA vector< vector< Angle > >  PA  ) 
 

Set PA with the specified vector<vector<Angle > >.

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

void asdm::CalFluxRow::setPAError vector< vector< Angle > >  PAError  ) 
 

Set PAError with the specified vector<vector<Angle > >.

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

void asdm::CalFluxRow::setSize vector< vector< vector< Angle > > >  size  ) 
 

Set size with the specified vector<vector<vector<Angle > > >.

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

void asdm::CalFluxRow::setSizeError vector< vector< vector< Angle > > >  sizeError  ) 
 

Set sizeError with the specified vector<vector<vector<Angle > > >.

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

void asdm::CalFluxRow::setSourceModel SourceModelMod::SourceModel  sourceModel  ) 
 

Set sourceModel with the specified SourceModelMod::SourceModel.

Parameters:
sourceModel The SourceModelMod::SourceModel value to which sourceModel is to be set.

void asdm::CalFluxRow::setSourceName string  sourceName  ) 
 

Set sourceName with the specified string.

Parameters:
sourceName The string value to which sourceName 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::CalFluxRow::setStartValidTime ArrayTime  startValidTime  ) 
 

Set startValidTime with the specified ArrayTime.

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

void asdm::CalFluxRow::setStokes vector< StokesParameterMod::StokesParameter >  stokes  ) 
 

Set stokes with the specified vector<StokesParameterMod::StokesParameter >.

Parameters:
stokes The vector<StokesParameterMod::StokesParameter > value to which stokes is to be set.

CalFluxRowIDL* asdm::CalFluxRow::toIDL  )  const
 

Return this row in the form of an IDL struct.

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

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