WXP C++ Library Version 6.74.9
|
This struct stores NIDS data. More...
#include "../include/NidsData.h"
Public Types | |
enum | Type { RADIAL , RASTOR } |
Public Member Functions | |
int | initClass () |
int | tran (EarthPoint &ept, GridPoint &gpt) |
int | tran (EarthPoint &ept, Point &pt) |
float | getLat () |
float | getLon () |
float | getNx () |
float | getNy () |
float | getDx () |
float | getDy () |
int | offset (float val) |
float | getValue (int x, int y) |
float | getValue (EarthPoint &ept) |
int | print () |
Public Attributes | |
char | info [50] |
char | misc [50] |
int | src |
float | lat |
float | lon |
int | mode |
int | code |
int | type |
int | vcp |
int | seq |
Date | date |
Domain | domain |
int | nrad |
int | nbin |
float * | data |
int | data_size |
Friends | |
class | NidsFile |
class | NidsImage |
This struct stores NIDS data.
This struct stores NIDS data into an array.
int NidsData::print | ( | ) |
Prints the object data
References code, lat, lon, misc, mode, WXP::Date::print(), WXP::Domain::print(), src, type, and vcp.
int WXP::NidsData::code |
Operating mode (precip/clear air)
Referenced by print().
float WXP::NidsData::lat |
Source of data
Referenced by print().
float WXP::NidsData::lon |
Latitude of site
Referenced by print().
char WXP::NidsData::misc[50] |
Descriptive string for product
Referenced by print().
int WXP::NidsData::mode |
Longitude of site
Referenced by WXP::NidsImage::addSite(), and print().
int WXP::NidsData::src |
Additional information
Referenced by print().
int WXP::NidsData::type |
Product code (bref, vel, vil)
Referenced by WXP::NidsImage::addSite(), and print().
int WXP::NidsData::vcp |
Type
Referenced by print().