casa
$Rev:20696$
|
A class to provide easy read-only access to MSWeather columns. More...
#include <MSWeatherColumns.h>
A class to provide easy read-only access to MSWeather columns.
Public interface
ROMSWeatherColumns stands for Read-Only MeasurementSet Weather Table columns.
This class provides read-only access to the columns in the MSWeather Table. It does the declaration of all the Scalar and ArrayColumns with the correct types, so the application programmer doesn't have to worry about getting those right. There is an access function for every predefined column. Access to non-predefined columns will still have to be done with explicit declarations. See ROMSColumns for an example.
See MSColumns for the motivation.
Definition at line 76 of file MSWeatherColumns.h.
casa::ROMSWeatherColumns::ROMSWeatherColumns | ( | const MSWeather & | msWeather | ) |
Create a columns object that accesses the data in the specified Table.
The destructor does nothing special.
casa::ROMSWeatherColumns::ROMSWeatherColumns | ( | ) | [protected] |
casa::ROMSWeatherColumns::ROMSWeatherColumns | ( | const ROMSWeatherColumns & | ) | [private] |
const ROScalarColumn<Int>& casa::ROMSWeatherColumns::antennaId | ( | ) | const [inline] |
Access to columns.
Reimplemented in casa::MSWeatherColumns.
Definition at line 90 of file MSWeatherColumns.h.
References antennaId_p.
void casa::ROMSWeatherColumns::attach | ( | const MSWeather & | msWeather | ) | [protected] |
void casa::ROMSWeatherColumns::attachOptionalCols | ( | const MSWeather & | msWeather | ) | [private] |
const ROScalarColumn<Float>& casa::ROMSWeatherColumns::dewPoint | ( | ) | const [inline] |
Access to optional columns.
Reimplemented in casa::MSWeatherColumns.
Definition at line 101 of file MSWeatherColumns.h.
References dewPoint_p.
const ROScalarColumn<Bool>& casa::ROMSWeatherColumns::dewPointFlag | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 104 of file MSWeatherColumns.h.
References dewPointFlag_p.
const ROScalarQuantColumn<Float>& casa::ROMSWeatherColumns::dewPointQuant | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 102 of file MSWeatherColumns.h.
References dewPointQuant_p.
const ROScalarColumn<Float>& casa::ROMSWeatherColumns::H2O | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 105 of file MSWeatherColumns.h.
References H2O_p.
const ROScalarColumn<Bool>& casa::ROMSWeatherColumns::H2OFlag | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 106 of file MSWeatherColumns.h.
References H2OFlag_p.
const ROScalarQuantColumn<Float>& casa::ROMSWeatherColumns::H2OQuant | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 107 of file MSWeatherColumns.h.
References H2OQuant_p.
const ROScalarColumn<Double>& casa::ROMSWeatherColumns::interval | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 91 of file MSWeatherColumns.h.
References interval_p.
const ROScalarQuantColumn<Double>& casa::ROMSWeatherColumns::intervalQuant | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 92 of file MSWeatherColumns.h.
References intervalQuant_p.
const ROScalarColumn<Float>& casa::ROMSWeatherColumns::ionosElectron | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 108 of file MSWeatherColumns.h.
References ionosElectron_p.
const ROScalarColumn<Bool>& casa::ROMSWeatherColumns::ionosElectronFlag | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 111 of file MSWeatherColumns.h.
References ionosElectronFlag_p.
const ROScalarQuantColumn<Float>& casa::ROMSWeatherColumns::ionosElectronQuant | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 109 of file MSWeatherColumns.h.
References ionosElectronQuant_p.
Bool casa::ROMSWeatherColumns::isNull | ( | ) | const [inline] |
Is this object defined? (MSWeather table is optional)
Definition at line 86 of file MSWeatherColumns.h.
References isNull_p.
Referenced by nrow().
uInt casa::ROMSWeatherColumns::nrow | ( | ) | const [inline] |
Convenience function that returns the number of rows in any of the columns.
Returns zero if the object is null.
Definition at line 138 of file MSWeatherColumns.h.
References antennaId_p, and isNull().
ROMSWeatherColumns& casa::ROMSWeatherColumns::operator= | ( | const ROMSWeatherColumns & | ) | [private] |
const ROScalarColumn<Float>& casa::ROMSWeatherColumns::pressure | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 113 of file MSWeatherColumns.h.
References pressure_p.
const ROScalarColumn<Bool>& casa::ROMSWeatherColumns::pressureFlag | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 116 of file MSWeatherColumns.h.
References pressureFlag_p.
const ROScalarQuantColumn<Float>& casa::ROMSWeatherColumns::pressureQuant | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 114 of file MSWeatherColumns.h.
References pressureQuant_p.
const ROScalarColumn<Float>& casa::ROMSWeatherColumns::relHumidity | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 117 of file MSWeatherColumns.h.
References relHumidity_p.
const ROScalarColumn<Bool>& casa::ROMSWeatherColumns::relHumidityFlag | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 118 of file MSWeatherColumns.h.
References relHumidityFlag_p.
const ROScalarColumn<Float>& casa::ROMSWeatherColumns::temperature | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 120 of file MSWeatherColumns.h.
References temperature_p.
const ROScalarColumn<Bool>& casa::ROMSWeatherColumns::temperatureFlag | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 123 of file MSWeatherColumns.h.
References temperatureFlag_p.
const ROScalarQuantColumn<Float>& casa::ROMSWeatherColumns::temperatureQuant | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 121 of file MSWeatherColumns.h.
References temperatureQuant_p.
const ROScalarColumn<Double>& casa::ROMSWeatherColumns::time | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 94 of file MSWeatherColumns.h.
References time_p.
const ROScalarMeasColumn<MEpoch>& casa::ROMSWeatherColumns::timeMeas | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 96 of file MSWeatherColumns.h.
References timeMeas_p.
const ROScalarQuantColumn<Double>& casa::ROMSWeatherColumns::timeQuant | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 95 of file MSWeatherColumns.h.
References timeQuant_p.
const ROScalarColumn<Float>& casa::ROMSWeatherColumns::windDirection | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 125 of file MSWeatherColumns.h.
References windDirection_p.
const ROScalarColumn<Bool>& casa::ROMSWeatherColumns::windDirectionFlag | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 128 of file MSWeatherColumns.h.
References windDirectionFlag_p.
const ROScalarQuantColumn<Float>& casa::ROMSWeatherColumns::windDirectionQuant | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 126 of file MSWeatherColumns.h.
References windDirectionQuant_p.
const ROScalarColumn<Float>& casa::ROMSWeatherColumns::windSpeed | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 130 of file MSWeatherColumns.h.
References windSpeed_p.
const ROScalarColumn<Bool>& casa::ROMSWeatherColumns::windSpeedFlag | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 133 of file MSWeatherColumns.h.
References windSpeedFlag_p.
const ROScalarQuantColumn<Float>& casa::ROMSWeatherColumns::windSpeedQuant | ( | ) | const [inline] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 131 of file MSWeatherColumns.h.
References windSpeedQuant_p.
Reimplemented in casa::MSWeatherColumns.
Definition at line 161 of file MSWeatherColumns.h.
Referenced by antennaId(), and nrow().
Reimplemented in casa::MSWeatherColumns.
Definition at line 165 of file MSWeatherColumns.h.
Referenced by dewPoint().
Reimplemented in casa::MSWeatherColumns.
Definition at line 166 of file MSWeatherColumns.h.
Referenced by dewPointFlag().
Reimplemented in casa::MSWeatherColumns.
Definition at line 189 of file MSWeatherColumns.h.
Referenced by dewPointQuant().
ROScalarColumn<Float> casa::ROMSWeatherColumns::H2O_p [private] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 167 of file MSWeatherColumns.h.
Referenced by H2O().
Reimplemented in casa::MSWeatherColumns.
Definition at line 168 of file MSWeatherColumns.h.
Referenced by H2OFlag().
Reimplemented in casa::MSWeatherColumns.
Definition at line 190 of file MSWeatherColumns.h.
Referenced by H2OQuant().
Reimplemented in casa::MSWeatherColumns.
Definition at line 162 of file MSWeatherColumns.h.
Referenced by interval().
Reimplemented in casa::MSWeatherColumns.
Definition at line 186 of file MSWeatherColumns.h.
Referenced by intervalQuant().
Reimplemented in casa::MSWeatherColumns.
Definition at line 169 of file MSWeatherColumns.h.
Referenced by ionosElectron().
Reimplemented in casa::MSWeatherColumns.
Definition at line 170 of file MSWeatherColumns.h.
Referenced by ionosElectronFlag().
Reimplemented in casa::MSWeatherColumns.
Definition at line 191 of file MSWeatherColumns.h.
Referenced by ionosElectronQuant().
Bool casa::ROMSWeatherColumns::isNull_p [private] |
Definition at line 158 of file MSWeatherColumns.h.
Referenced by isNull().
Reimplemented in casa::MSWeatherColumns.
Definition at line 171 of file MSWeatherColumns.h.
Referenced by pressure().
Reimplemented in casa::MSWeatherColumns.
Definition at line 172 of file MSWeatherColumns.h.
Referenced by pressureFlag().
Reimplemented in casa::MSWeatherColumns.
Definition at line 192 of file MSWeatherColumns.h.
Referenced by pressureQuant().
Reimplemented in casa::MSWeatherColumns.
Definition at line 173 of file MSWeatherColumns.h.
Referenced by relHumidity().
Reimplemented in casa::MSWeatherColumns.
Definition at line 174 of file MSWeatherColumns.h.
Referenced by relHumidityFlag().
Reimplemented in casa::MSWeatherColumns.
Definition at line 175 of file MSWeatherColumns.h.
Referenced by temperature().
Reimplemented in casa::MSWeatherColumns.
Definition at line 176 of file MSWeatherColumns.h.
Referenced by temperatureFlag().
Reimplemented in casa::MSWeatherColumns.
Definition at line 193 of file MSWeatherColumns.h.
Referenced by temperatureQuant().
ROScalarColumn<Double> casa::ROMSWeatherColumns::time_p [private] |
Reimplemented in casa::MSWeatherColumns.
Definition at line 163 of file MSWeatherColumns.h.
Referenced by time().
Reimplemented in casa::MSWeatherColumns.
Definition at line 183 of file MSWeatherColumns.h.
Referenced by timeMeas().
Reimplemented in casa::MSWeatherColumns.
Definition at line 187 of file MSWeatherColumns.h.
Referenced by timeQuant().
Reimplemented in casa::MSWeatherColumns.
Definition at line 177 of file MSWeatherColumns.h.
Referenced by windDirection().
Reimplemented in casa::MSWeatherColumns.
Definition at line 178 of file MSWeatherColumns.h.
Referenced by windDirectionFlag().
Reimplemented in casa::MSWeatherColumns.
Definition at line 194 of file MSWeatherColumns.h.
Referenced by windDirectionQuant().
Reimplemented in casa::MSWeatherColumns.
Definition at line 179 of file MSWeatherColumns.h.
Referenced by windSpeed().
Reimplemented in casa::MSWeatherColumns.
Definition at line 180 of file MSWeatherColumns.h.
Referenced by windSpeedFlag().
Reimplemented in casa::MSWeatherColumns.
Definition at line 195 of file MSWeatherColumns.h.
Referenced by windSpeedQuant().