|
| PolarDataPicker (drain::ReferenceMap2<> &variableMap, const PolarODIM &odim) |
| Reads a value, and scales it unless nodata or undetect .
|
|
virtual void | setPosition (int i, int j) const |
| Sets image position and calculates corresponding geographical coordinates.
|
|
const RadarProj & | getProjection () const |
|
| RadarDataPicker (drain::ReferenceMap2<> &variableMap, const PolarODIM &odim) |
| Default constructor.
|
|
bool | getValue (const data_t &data, double &value) const |
| Reads a value, and scales it unless nodata or undetect .
|
|
void | toOStr (std::ostream &ostr=std::cout) const |
| Prints images geometry, buffer size and type information.
|
|
| SamplePicker (ReferenceMap2<> &variableMap) |
|
void | setSize (int w, int h) |
|
|
bool | groundCoord = false |
| If true, i is looped as a ground coordinate.
|
|
int | current_i = 0 |
| Optional utility. Called prior to writing the actual data to output stream.
|
|
int | current_j = 0 |
| Vertical coordinate.
|
|
int | current_j2 = 0 |
| Vertical inversed coordinate.
|
|
int | width = 0 |
|
int | height = 0 |
|
FlexVariableMap | infoMap |
| Information to be should in output file header.
|
|
ReferenceMap2 & | variableMap |
|
|
RadarProj | proj |
| Converts the polar coordinates for a radar to geographical coordinates.
|
|
const double | J2AZMDEG |
| Conversion from.
|
|
const double | eta |
|
double | current_sin |
| Utility.
|
|
double | current_cos |
| Utility.
|
|
double | current_azm |
| Utility.
|
|
double | current_range |
| Distance from the radar.
|
|
double | current_height |
| Altitude from the mean sea level.
|
|
double | x |
| Metric coordinate corresponding to longitudinal coordinate.
|
|
double | y |
| Metric coordinate corresponding to latitudinal coordinate.
|
|
double | lon |
| Longitudinal coordinate (degrees)
|
|
double | lat |
| Latitudinal coordinate (degrees)
|
|
const PolarODIM & | odim |
| Metadata for navigating and scaling grid data.
|
|
|
typedef SrcType< PolarODIM const > | src_t |
| Input source type.
|
|
typedef PlainData< src_t > | data_t |
| Input data type.
|
|
typedef DataSet< src_t > | dataset_t |
| Input dataSet type.
|
|
typedef std::map< std::string, const data_t & > | map_t |
| Map type compatible with Sampler.
|
|
◆ setPosition()
void setPosition |
( |
int |
i, |
|
|
int |
j |
|
) |
| const |
|
virtual |
Sets image position and calculates corresponding geographical coordinates.
Reimplemented from SamplePicker.
The documentation for this class was generated from the following files: