WXP C++ Library Version 6.74.9
Loading...
Searching...
No Matches
WXP::NidsData Struct Reference

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

Detailed Description

This struct stores NIDS data.

This struct stores NIDS data into an array.

Author
Dan Vietor

Member Function Documentation

◆ print()

int NidsData::print ( )

Prints the object data

References code, lat, lon, misc, mode, src, type, and vcp.

Member Data Documentation

◆ code

int WXP::NidsData::code

Operating mode (precip/clear air)

Referenced by print().

◆ lat

float WXP::NidsData::lat

Source of data

Referenced by print().

◆ lon

float WXP::NidsData::lon

Latitude of site

Referenced by print().

◆ misc

char WXP::NidsData::misc[50]

Descriptive string for product

Referenced by print().

◆ mode

int WXP::NidsData::mode

Longitude of site

Referenced by print().

◆ src

int WXP::NidsData::src

Additional information

Referenced by print().

◆ type

int WXP::NidsData::type

Product code (bref, vel, vil)

Referenced by print().

◆ vcp

int WXP::NidsData::vcp

Type

Referenced by print().


The documentation for this struct was generated from the following files: