WXP C++ Library Version 6.74.9
|
This class plots NIDS data. More...
#include "../include/NidsPlot.h"
Public Member Functions | |
NidsPlot () | |
NidsPlot (const char *str) | |
int | init () |
int | setParam (const char *str) |
int | setPath (const char *path) |
int | setFile () |
int | setInput (const char *type) |
int | setNameConv (const char *type) |
int | setHour (const char *str) |
int | setFilename () |
int | setFilename (Filename &rfile) |
int | setFilename (const char *file) |
int | setFilename (Date &date) |
int | setFilename (Date &date, const char *param) |
int | setForeTime (const char *fore) |
int | getDate (Date &date) |
int | getInitDate (Date &date) |
int | getDateOffset () |
int | getLoopType () |
int | getNumFrames () |
int | getDomain (Domain &domain) |
int | getInfo (NidsInfo &rinfo) |
int | setId (const char *str) |
int | setType (const char *str) |
int | setVariable (const char *str) |
int | setColorTable (const char *str) |
int | setColorFill (const char *str) |
int | setColor (const char *str) |
int | setMap (bool val) |
int | getSync () |
int | drawImage (Plot &plot) |
int | drawData (Plot &plot) |
const char * | getUnits (const char *name) |
int | drawStorm (Plot &plot, StormAttr &storm) |
int | draw (Plot &plot) |
void | callback (const char *ev_str, const char *ev_data, const void *data) |
int | print () |
virtual int | init ()=0 |
virtual int | getDomain (Domain &domain)=0 |
virtual int | setFile ()=0 |
virtual int | setInput (const char *type)=0 |
virtual int | setNameConv (const char *name)=0 |
virtual int | setFilename ()=0 |
virtual int | setFilename (const char *file)=0 |
virtual int | setFilename (Date &date)=0 |
virtual int | setFilename (Date &date, const char *param)=0 |
virtual int | setForeTime (const char *fore)=0 |
virtual int | setParam (const char *str)=0 |
virtual int | getDate (Date &date)=0 |
virtual int | getLoopType ()=0 |
virtual int | getInitDate (Date &date)=0 |
virtual int | getDateOffset ()=0 |
virtual int | getNumFrames ()=0 |
virtual int | getSync ()=0 |
virtual int | draw (Plot &plot)=0 |
virtual int | print ()=0 |
virtual void | callback (const char *ev_str, const char *ev_data, const void *data)=0 |
Additional Inherited Members | |
Static Public Attributes inherited from WXP::Drawing | |
static const int | LOOP_NONE = 0 |
static const int | LOOP_DATE = 1 |
static const int | LOOP_FORE = 2 |
This class plots NIDS data.
NidsPlot::NidsPlot | ( | ) |
Constructor. Initializes class data
References init().
|
virtual |
Event callback
Implements WXP::Listener.
References WXP::StrLib::equal(), WXP::Domain::getMapFactor(), WXP::EarthPoint::set(), WXP::Point::x, and WXP::Point::y.
|
virtual |
Draws the NIDS plot
plot | The plot class to draw to |
Implements WXP::Drawing.
References WXP::MapPlot::draw(), drawData(), WXP::String::get(), WXP::Filename::getName(), WXP::NidsFile::isOpen(), WXP::NidsFile::open(), WXP::Wxp::outMessage(), WXP::Wxp::outWarning(), WXP::Filename::setFile(), and WXP::String::valid().
Referenced by WXP::RadPlot::draw().
int NidsPlot::drawData | ( | Plot & | plot | ) |
Draws the NIDS plot
plot | The plot class to draw to |
References WXP::Plot::addLabel(), WXP::DomainVal::clat, WXP::DomainVal::clon, WXP::NidsText::data, WXP::NidsWind::dir, WXP::WindPlot::drawBarb(), WXP::Plot::drawCircle(), WXP::Plot::drawLine(), WXP::Plot::drawMark(), WXP::Plot::drawText(), WXP::DomainVal::dx, WXP::DomainVal::dy, WXP::String::get(), WXP::NidsInfo::lat, WXP::NidsInfo::lon, WXP::DomainVal::nx, WXP::DomainVal::ny, WXP::Wxp::outMessage(), WXP::Domain::PIXEL, WXP::DomainVal::proj, WXP::NidsFile::readVector(), WXP::Domain::set(), WXP::Wind::set(), WXP::EarthPoint::set(), WXP::Plot::setFill(), WXP::Plot::setLine(), WXP::Plot::setMark(), WXP::Plot::setText(), WXP::NidsWind::spd, WXP::VarSpec::toInfoLabel(), WXP::String::valid(), WXP::StrLib::valid(), WXP::NidsText::x, WXP::NidsWind::x, WXP::NidsVector::x1, WXP::NidsVector::x2, WXP::NidsText::y, WXP::NidsWind::y, WXP::NidsVector::y1, and WXP::NidsVector::y2.
Referenced by draw().
|
virtual |
Gets the date information from the input file
date | Date values |
Implements WXP::Drawing.
References WXP::Filename::getDate().
Referenced by WXP::RadPlot::getDate(), and WXP::RadPlot::getInitDate().
|
virtual |
Gets the offset time between frames in loop
date | Date information |
Implements WXP::Drawing.
Referenced by WXP::RadPlot::getDateOffset().
|
virtual |
Gets the default domain from the data file
domain | Output domain |
Implements WXP::Drawing.
References WXP::Wxp::checkMessage(), WXP::DomainVal::clat, WXP::DomainVal::clon, WXP::DomainVal::dx, WXP::DomainVal::dy, WXP::CityData::getLat(), WXP::CityData::getLon(), WXP::Filename::getName(), WXP::NidsFile::isOpen(), WXP::DomainVal::nx, WXP::DomainVal::ny, WXP::NidsFile::open(), WXP::DomainVal::plat, WXP::DomainVal::plon, WXP::Domain::print(), WXP::DomainVal::proj, WXP::Domain::PSTEREO, WXP::CityTool::search(), WXP::Domain::set(), WXP::NidsInfo::src, and WXP::StrLib::valid().
Referenced by WXP::RadPlot::getDomain().
|
virtual |
Gets the initial date for a loop
date | Date information |
Implements WXP::Drawing.
References WXP::Filename::getDate(), and WXP::Filename::setFile().
|
virtual |
Gets the available loop types
Implements WXP::Drawing.
References WXP::Drawing::LOOP_DATE.
|
virtual |
Gets the possible number of frames in a loop
Implements WXP::Drawing.
References WXP::Filename::getNumFiles().
Referenced by WXP::RadPlot::getNumFrames().
|
inlinevirtual |
Tells whether an object should be used to sync other to it
Implements WXP::Drawing.
|
virtual |
Initializes object
Implements WXP::Drawing.
References WXP::Const::MISS, WXP::String::set(), WXP::Timezone::set(), setFile(), setId(), setNameConv(), setParam(), and setType().
Referenced by NidsPlot().
|
virtual |
Method for printing class info
Implements WXP::Drawing.
References WXP::String::get(), and WXP::Filename::getName().
int NidsPlot::setColor | ( | const char * | str | ) |
Sets the color parameters for data plotting
str | Color string |
References WXP::String::set().
Referenced by WXP::RadPlot::setColor().
int NidsPlot::setColorFill | ( | const char * | str | ) |
Sets the color fill parameters
str | Color fill string |
References WXP::String::set().
Referenced by WXP::RadPlot::setColorFill(), and setParam().
int NidsPlot::setColorTable | ( | const char * | str | ) |
Sets the color table parameters
str | Color table parameter |
References WXP::String::set().
Referenced by WXP::RadPlot::setColorTable(), and setParam().
|
virtual |
Sets the file parameters such as input file type
Implements WXP::Drawing.
References setInput(), setNameConv(), and WXP::Filename::setNumFiles().
Referenced by init().
|
virtual |
Sets the filename to be used. Prompts the user for the filename
Implements WXP::Drawing.
References WXP::Filename::setFile().
Referenced by WXP::RadPlot::setFilename(), WXP::RadPlot::setFilename(), WXP::RadPlot::setFilename(), and WXP::RadPlot::setFilename().
|
virtual |
Sets the filename to be used.
str | The filename to use |
Implements WXP::Drawing.
References WXP::Filename::setFile().
|
virtual |
Sets the filename from a Date class.
date | Date values to use in setting up filename |
Implements WXP::Drawing.
References WXP::Filename::setFile().
|
virtual |
Sets the filename from a date and parameters
date | Date values to use in setting up filename |
param | Parameters to modify name generation |
Implements WXP::Drawing.
References WXP::Filename::setFile().
int NidsPlot::setFilename | ( | Filename & | rfile | ) |
Sets the filename to be used. Prompts the user for the filename
rfile | The filename class |
|
inlinevirtual |
int NidsPlot::setId | ( | const char * | str | ) |
|
virtual |
Sets the input parameters
str | The parameters |
Implements WXP::Drawing.
Referenced by setFile().
|
virtual |
Sets the file name convention
type | The optional name convention |
Implements WXP::Drawing.
References WXP::Filename::setNameConv(), WXP::Filename::setNumFiles(), and WXP::StrLib::valid().
Referenced by init(), setFile(), WXP::RadPlot::setInput(), WXP::RadPlot::setNameConv(), and setParam().
|
virtual |
Sets basic parameters given a string of options
str | String containing parameters ct=file - Color table file cof=colors - Color fill colors for NIDS plot va=var - Variable to plot if=conv - Input file name convention nc=conv - Input file name convention tz=zone - Time zone pa=path - Input file path id=site - Radar site ID (goes to i) ty=type - Radar data type (goes to t) plot - Draw only plot data - Draw only text data site - Plot marker at site dist=#:#:#:# - Plot distance rings (up to 4 in km) distm=#:#:#:# - Plot distance rings (up to 4 in nm) map - Have this object plot the map nodist - Disable distance rings table - Plot storm attribute table notable - Don't plot storm attribute table clutter - Set clutter radius to 25nm clutter=# - Set clutter radius to #km noclutter - Disable clutter radius ramp:db:rng - Sets ramp echo elimination (max dbz and range) |
Implements WXP::Drawing.
References WXP::StrLib::copy(), WXP::Strings::equal(), WXP::Strings::getInt(), WXP::Strings::getLength(), WXP::Strings::getNum(), WXP::Strings::getString(), WXP::Strings::getStringAfter(), WXP::Strings::iequal(), WXP::Convert::NMtoKM(), WXP::Strings::scanf(), WXP::Timezone::set(), setColorFill(), setColorTable(), setNameConv(), setPath(), and setVariable().
Referenced by init(), and WXP::RadPlot::setParam().
int NidsPlot::setPath | ( | const char * | path | ) |
Sets up the path to the data files
path | The directory path |
References WXP::Filename::setPath().
Referenced by setParam().
int NidsPlot::setType | ( | const char * | str | ) |
Sets the product type
str | Product type |
References WXP::StrLib::copy().
Referenced by init().
int NidsPlot::setVariable | ( | const char * | str | ) |
Sets the plot variables
str | Varaibles to plot |
References WXP::String::set().
Referenced by setParam(), and WXP::RadPlot::setVariable().